Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: waf - A Python-based build system https://bugzilla.redhat.com/show_bug.cgi?id=429445 ------- Additional Comments From thomas.moschny@xxxxxx 2008-01-28 04:47 EST ------- The problem is the SRPM build step *before* the actual build step. There, the environment seems to be rather lean, and doesn't have python. So, the Requires: tag is evaluated to "python-abi =", and rpm doesn't like there being an equals sign without a version number following. So what about changing the Requires: tag to this: Requires: python-abi %(%{__python} -c "import sys ; print \"=\",sys.version[:3]")' -- 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, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review