Ignore RPM Dependencies

FlorianFesti ffesti at redhat.com
Thu Mar 10 17:34:04 UTC 2011


On 03/10/2011 05:46 PM, Ian Lake wrote:
> Neither of which got rid of the dependencies.  How do I get rid of them?
Well, the actual question is: Why do you want to get rid of them? If 
your package actually uses Python, a shell and glibc the requirements 
should stay. RPM does check dependencies on real world data and not 
(only) by package name as you may know from deb.

If you want single executable not to generate requirements (like example 
scripts) you can remove the executable bit in the install root with chmod.

Florian


More information about the Rpm-list mailing list