Ignore RPM Dependencies
Ian Lake
ian.lake at rocketmail.com
Thu Mar 10 16:46:50 UTC 2011
Hello -
When I build my RPM, I see these dependencies in the output of the rpmbuild
command:
Requires(pre): /bin/sh
Requires(post): /bin/sh
Requires: /bin/bash /usr/bin/env /usr/local/bin/python libc.so.6
libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3)
I want to ignore the dependencies. I have tried setting the following items in
my spec file:
Autoreq: 0
%define _use_internal_dependency_generator 0
Neither of which got rid of the dependencies. How do I get rid of them?
Help much appreciated!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-list/attachments/20110310/97dab3bd/attachment.html>
More information about the Rpm-list
mailing list