https://bugzilla.redhat.com/show_bug.cgi?id=849026 --- Comment #15 from Ian Malone <ibmalone@xxxxxxxxx> --- Python dependencies: I ran into some issues over this. The rpm was being built with these dependencies: rpm -qRp ~/build/RPMS/jam-control-1.01-2.fc18.noarch.rpm /bin/python /bin/sh /bin/sh /bin/sh PyQt4 hicolor-icon-theme pulseaudio rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 - this was okay if installing directly, but when trying to build a livecd /bin/python wasn't being identified correctly and getting me this error: Error creating Live CD : Failed to build transaction : jam-control-1.01-2.fc18.noarch requires /bin/python (yes, whatprovides was finding it okay, maybe the real bug here is somewhere else) The /bin/python dependency is actually picked up straight from the shebangs at the top of the scripts by rpmbuild. I've actually just managed to work around it by sed-ing them back to /usr/bin/python. Not sure what the correct fix should be (and it could probably be done at either the spec or source level). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review