summaryrefslogtreecommitdiff
path: root/macros.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 /macros.in
parent3255a1e854607cd1f39e3f0688f63eb790387f87 (diff)
downloadrpm-0a7481d0f777a6fc0e578b31d08312f5376cb125.tar.gz
rpm-0a7481d0f777a6fc0e578b31d08312f5376cb125.tar.bz2
rpm-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 'macros.in')
-rw-r--r--macros.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 015779086..a3a29a588 100644
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: /usr/lib/rpm/macros
# \verbatim
#
-# $Id: macros.in,v 1.100 2002/05/21 16:33:33 jbj Exp $
+# $Id: macros.in,v 1.101 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
@@ -490,6 +490,13 @@
# +OutputInformationFD=1 +OutputWarningFD=1 \
# -o %{__signature_filename} %{__plaintext_filename}
+#
+# XXX rpm-4.1 verifies prelinked libraries using a prelink undo helper.
+# Note: The 2nd token is used as argv[0] and "library" is a
+# placeholder that will be deleted and replaced with the appropriate
+# library file path.
+%__prelink_undo_cmd /usr/sbin/prelink prelink -y library
+
#==============================================================================
# ---- Transaction macros.
# Macro(s) used to parameterize transactions.