diff options
author | jbj <devnull@localhost> | 2001-10-20 22:31:09 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-20 22:31:09 +0000 |
commit | d5dd3dfbc6f0e9128e055eaf84635c85de7b8139 (patch) | |
tree | ae1fb8133c9dc87cc7e267ead0906a27165acbc4 /macros.in | |
parent | 00a348f332021405f90b86748fe209bf1e820830 (diff) | |
download | rpm-d5dd3dfbc6f0e9128e055eaf84635c85de7b8139.tar.gz rpm-d5dd3dfbc6f0e9128e055eaf84635c85de7b8139.tar.bz2 rpm-d5dd3dfbc6f0e9128e055eaf84635c85de7b8139.zip |
- stupid macros to configure public key file paths.
CVS patchset: 5127
CVS date: 2001/10/20 22:31:09
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: /usr/lib/rpm/macros # \verbatim # -# $Id: macros.in,v 1.89 2001/09/15 21:21:31 jbj Exp $ +# $Id: macros.in,v 1.90 2001/10/20 22:31:09 jbj Exp $ # # This is a global RPM configuration file. All changes made here will # be lost when the rpm package is upgraded. Any per-system configuration @@ -213,6 +213,7 @@ # #%_gpg_name #%_gpg_path +%_gpg_pubkey /usr/lib/rpm/RPM-GPG-KEY # The port and machine name of an HTTP proxy host. # @@ -265,6 +266,7 @@ # #%_pgp_name #%_pgp_path +%_pgp_pubkey /usr/lib/rpm/RPM-PGP-KEY # Configurable virtual provides (unimplemented, use Provides: ... # in an rpmrc file). |