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!
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!
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list