diff options
author | jbj <devnull@localhost> | 2003-01-01 20:33:21 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-01-01 20:33:21 +0000 |
commit | ed806144245212853f1bd030981d967bfe77630e (patch) | |
tree | b68408513863b2cb6faad640c94de6c3f1f95206 /macros.in | |
parent | eb93e7599587e462128dc3217e95adf3f1cd361c (diff) | |
download | librpm-tizen-ed806144245212853f1bd030981d967bfe77630e.tar.gz librpm-tizen-ed806144245212853f1bd030981d967bfe77630e.tar.bz2 librpm-tizen-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.in | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |