summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-01-01 20:33:21 +0000
committerjbj <devnull@localhost>2003-01-01 20:33:21 +0000
commited806144245212853f1bd030981d967bfe77630e (patch)
treeb68408513863b2cb6faad640c94de6c3f1f95206 /macros.in
parenteb93e7599587e462128dc3217e95adf3f1cd361c (diff)
downloadrpm-ed806144245212853f1bd030981d967bfe77630e.tar.gz
rpm-ed806144245212853f1bd030981d967bfe77630e.tar.bz2
rpm-ed806144245212853f1bd030981d967bfe77630e.zip
- fix: dependency helpers now rate limited at 10ms, not 1s.
- add per-arch canonical color, only x86_64 enabled for now. CVS patchset: 5994 CVS date: 2003/01/01 20:33:21
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 137e9e27f..8398589ab 100644
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
# \verbatim
#
-# $Id: macros.in,v 1.134 2002/12/21 20:37:37 jbj Exp $
+# $Id: macros.in,v 1.135 2003/01/01 20:33:21 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
@@ -569,6 +569,13 @@ package or when debugging this package.\
# XXX Note: escaped %% for use in headerSprintf()
%_build_name_fmt %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
+# The default transaction color. This value is a set of bits to
+# determine file and dependency affinity for this arch.
+# 0 uncolored (i.e. use only arch as install hint)
+# 1 Elf32 permitted
+# 2 Elf64 permitted
+%_transaction_color @RPMCANONCOLOR@
+
# The path to the dependency universe database. The default value
# is the rpmdb-redhat location. The macro is usually defined in
# /etc/rpm/macros.solve, installed with the rpmdb-redhat package.