Description of problem: For Fedora 8, python is no longer included in the default buildroot. By having a line in the spec file: Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") when python isn't in the buildroot, that turns into an illegal Requires: line (there's nothing after the equals sign), and rpmbuild fails. Version-Release number of selected component (if applicable): 1.5.1-5 How reproducible: always Steps to Reproduce: 1. mock rebuild python-psyco-1.5.1-5.fc7.src.rpm Actual results: build failure Expected results: build success Additional info:
The fix is in 1.5.1-6 but I'm not going to tag and build it since it doesn't affect runtime capabilities.