Skip to content

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 %nightly is set to something (%{nil})
  • if it is %{nil} (not a nightly build), unset it

its hacky, but it seems to work.

Merge request reports