Displaying 1 result from an estimated 1 matches for "perl_requir".
Did you mean:
perl_requires
2008 Sep 29
1
Rpmbuild and how to disable automatic dependency list creation.
...refore is - how can I tell rpmbuild to stop
automatically creating a dependency list? The best I can come up with
at the moment is to add the following to my ~/.rpmmacros (line numbers
added by me):
[1] %__os_install_post /usr/lib/rpm/brp-strip-comment-note
[2] %__find_requires /bin/true
[3] %__perl_requires /bin/true
So:
[1] - Stop it stripping already stripped binaries.
[2] and [3] - This stops it doing the automatic dependency list creation.
This seems a bit heavy handed though, is there another, cleaner way to do it?
Regards,
Fred.