diff options
author | jbj <devnull@localhost> | 2002-07-02 13:16:50 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-02 13:16:50 +0000 |
commit | 77076c7c8d83f8b783634c7328b132b938389987 (patch) | |
tree | 4b5e2407e4a28acf29009bfc650080524cdb6daa /macros.in | |
parent | 8c4991e9d533de552b957ea445d65f6834205f29 (diff) | |
download | rpm-77076c7c8d83f8b783634c7328b132b938389987.tar.gz rpm-77076c7c8d83f8b783634c7328b132b938389987.tar.bz2 rpm-77076c7c8d83f8b783634c7328b132b938389987.zip |
add (disabled for now) dependency check to rpmgraph.
splint and gettext fiddles.
CVS patchset: 5536
CVS date: 2002/07/02 13:16:50
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: /usr/lib/rpm/macros # \verbatim # -# $Id: macros.in,v 1.105 2002/06/30 22:47:32 jbj Exp $ +# $Id: macros.in,v 1.106 2002/07/02 13:16:50 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 @@ -574,6 +574,21 @@ %{?_dependency_whiteout_5_2} \ %{nil} + +#============================================================================== +# ---- Cache configuration macros. +# Macro(s) used to configure the universe of headers used to +# solve dependencies using rpmcache(8). +# +# Note: These values are specific to my machine, and most certainly +# are incorrect for any non-redhat.com machine. The macros are +# included here only to document the macro names and usage. +%_bhpath file://localhost/mnt/dist +%_bhcoll @(7.3|7.2|7.1|7.1sbe|7.1k|7.0|7.01j|7.0j|7.0sbe|7.0tc|6.2|6.2ha|6.2ee|6.1|6.0|5.2|5.1|5.0) +%_bhN @(SRPMS|i386|alpha|sparc|s390|ia64) +%_bhVR RedHat +%_bhA RPMS + #============================================================================== # ---- per-platform macros. # Macros that are specific to an individual platform. The values here |