summaryrefslogtreecommitdiff
path: root/rpmrc.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-06-20 02:19:21 +0000
committerjbj <devnull@localhost>2002-06-20 02:19:21 +0000
commit0a7481d0f777a6fc0e578b31d08312f5376cb125 (patch)
treedd551f77e9a9fb87499e28b77115ca8ac6603a94 /rpmrc.in
parent3255a1e854607cd1f39e3f0688f63eb790387f87 (diff)
downloadlibrpm-tizen-0a7481d0f777a6fc0e578b31d08312f5376cb125.tar.gz
librpm-tizen-0a7481d0f777a6fc0e578b31d08312f5376cb125.tar.bz2
librpm-tizen-0a7481d0f777a6fc0e578b31d08312f5376cb125.zip
- make sure that rpm can verify prelinked shared libraries.
- don't install /usr/lib/rpm/redhat per-vendor configuration anymore. CVS patchset: 5512 CVS date: 2002/06/20 02:19:21
Diffstat (limited to 'rpmrc.in')
-rw-r--r--rpmrc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmrc.in b/rpmrc.in
index 9550ae0b8..c7256d9fd 100644
--- a/rpmrc.in
+++ b/rpmrc.in
@@ -1,7 +1,7 @@
#/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc
# \verbatim
#
-# $Id: rpmrc.in,v 2.48 2002/05/21 16:33:33 jbj Exp $
+# $Id: rpmrc.in,v 2.49 2002/06/20 02:19: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
@@ -343,7 +343,7 @@ buildarch_compat: ia64: noarch
buildarch_compat: s390: noarch
buildarch_compat: s390x: noarch
-macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
+macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros.prelink:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
# \endverbatim
#*/