[Fedora-haskell-list] [Bug 547997] rpmbuild -bs became more strict and chokes on undefined macros in Requires

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 16 14:03:55 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=547997


Rex Dieter <rdieter at math.unl.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rdieter at math.unl.edu




--- Comment #1 from Rex Dieter <rdieter at math.unl.edu>  2009-12-16 09:03:55 EDT ---
Fwiw, a workaround is easy enough.  For any undefined macro, say, %{foo},
change:
Requires: %{foo}
to
%{?foo:Requires: %{foo}}

This technique can be applied to BuildRequires as well.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-haskell-list mailing list