Fixed bug in empty %nightly macro
This patch fixes failed rpm builds due to an empty macro %nightly, the fix is as follows:
- make sure
%nightlyis set to something (%{nil}) - if it is
%{nil}(not a nightly build), unset it
its hacky, but it seems to work.