-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 04 February 2003 12:50 pm, Robin Mordasiewicz wrote:
> When I build an rpm it creates a database of dependencies by default.
> How do I tell rpmbuild to not create this list of dependencies.

If you are trying to prevent the rpmbuild process from calling 
/usr/lib/rpm/find-requires, you can add a tag to the package's specfile:
AutoReq: no

The above flag will disable automatic dependency processing.
Of course, doing so will leave anyone trying to install the package 
guessing as to what might be required to make it work.

You can also prevent rpm from auto processing find-provides with:
AutoProv: no

AutoRegProv: no 
Disables both.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+QG0bn/07WoAb/SsRAn2JAJ9ohlO2hVGe11GRxfZ1eMiwbnfhzQCeMrEb
1Czm2T7z9fZDpzvhZAuXFzw=
=bNWV
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to