[Rpm-maint] How to change a file name that rpmbuild creates?
Pixel
pixel at mandriva.com
Thu Jan 10 13:27:47 UTC 2008
Panu Matilainen <pmatilai at redhat.com> writes:
> c) Filter out the perl(Local::...) dependencies. Automatic perl
> dependency extraction is far from perfect and can add bogus
> dependencies to packages, some examples of this can be found
> here: http://fedoraproject.org/wiki/Packaging/Perl
for information, on mandriva, one can put something like this:
%define _requires_exceptions perl(Foo::Bar)\\|perl(Acme::Buffy)
in the .spec file
(cf http://wiki.mandriva.com/en/Development/Howto/RPM_Advanced#Automatic_Requires)
More information about the Rpm-maint
mailing list