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: gnome-build https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182320 ------- Additional Comments From paul@xxxxxxxxxxxx 2006-07-11 11:24 EST ------- (In reply to comment #15) > Spec Name or Url: http://www.knox.net.nz/~nodoid/gnome-build.spec > SRPM Name or Url: http://www.knox.net.nz/~nodoid/gnome-build-0.1.3-5.src.rpm > > Fixed all of the above problems as well as stripping out the perl stuff. You've just copied the perl dep-stripping stuff verbatim from the wiki page, including the literal text "unwanted_provide" and "unwanted_require". You're supposed to replace that text with a sed regex matching the perl deps you're trying to get rid of (it's unusual to want to get rid of all of them as is the case here). You should check that you've got this right by doing: $ rpm -qp --provides your-binary-rpm-filename $ rpm -qp --requires your-binary-rpm-filename after building them to make sure that the provides and requires are as you want them. If the perl deps are still there, the filter isn't working. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review