diff options
author | jbj <devnull@localhost> | 2002-06-20 02:19:21 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-20 02:19:21 +0000 |
commit | 0a7481d0f777a6fc0e578b31d08312f5376cb125 (patch) | |
tree | dd551f77e9a9fb87499e28b77115ca8ac6603a94 /rpmrc.in | |
parent | 3255a1e854607cd1f39e3f0688f63eb790387f87 (diff) | |
download | librpm-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.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 #*/ |