rpms/redhat-rpm-config/F-13 redhat-rpm-config-9.1.0-no-strip-note.patch, NONE, 1.1 redhat-rpm-config.spec, 1.80, 1.81

Panu Matilainen pmatilai at fedoraproject.org
Mon Mar 1 09:11:49 UTC 2010


Author: pmatilai

Update of /cvs/pkgs/rpms/redhat-rpm-config/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28711

Modified Files:
	redhat-rpm-config.spec 
Added Files:
	redhat-rpm-config-9.1.0-no-strip-note.patch 
Log Message:
- avoid unnecessarily running brp-strip-comment-note (#568924)


redhat-rpm-config-9.1.0-no-strip-note.patch:
 macros |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--- NEW FILE redhat-rpm-config-9.1.0-no-strip-note.patch ---
commit 055d0b77e1e2823daef60a4c2b201531dc0c7248
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Mon Mar 1 10:58:17 2010 +0200

    Don't run brp-strip-comment-note when find-debuginfo.sh is run (#568924)
    - brp-strip-comment-note is not only unnecessary here but is also
      now messing up things by resetting EI_OSABI to zero (#568921)
    - patch from  Roland McGrath

diff --git a/macros b/macros
index 7721fe0..1ac46d7 100644
--- a/macros
+++ b/macros
@@ -92,9 +92,11 @@
 
 %__os_install_post    \
     /usr/lib/rpm/redhat/brp-compress \
-    %{!?__debug_package:/usr/lib/rpm/redhat/brp-strip %{__strip}} \
-    /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \
+    %{!?__debug_package:\
+    /usr/lib/rpm/redhat/brp-strip %{__strip} \
     /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \
+    } \
+    /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \
     /usr/lib/rpm/brp-python-bytecompile %{__python} %{?_python_bytecompile_errors_terminate_build} \
     /usr/lib/rpm/redhat/brp-python-hardlink \
     %{!?__jar_repack:/usr/lib/rpm/redhat/brp-java-repack-jars} \


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-rpm-config/F-13/redhat-rpm-config.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- redhat-rpm-config.spec	15 Feb 2010 11:49:10 -0000	1.80
+++ redhat-rpm-config.spec	1 Mar 2010 09:11:49 -0000	1.81
@@ -1,7 +1,7 @@
 Summary: Red Hat specific rpm configuration files
 Name: redhat-rpm-config
 Version: 9.1.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 # No version specified.
 License: GPL+
 Group: Development/System
@@ -9,6 +9,7 @@ URL: http://git.fedoraproject.org/git/re
 Source: redhat-rpm-config-%{version}.tar.bz2
 Patch0: redhat-rpm-config-9.1.0-strict-python-bytecompile.patch
 Patch1: redhat-rpm-config-9.1.0-fix-requires.patch
+Patch2: redhat-rpm-config-9.1.0-no-strip-note.patch
 BuildArch: noarch
 Requires: mktemp
 Requires: rpm >= 4.6.0
@@ -22,6 +23,7 @@ Red Hat specific rpm configuration files
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 
@@ -41,6 +43,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Mon Mar 01 2010 Panu Matilainen <pmatilai at redhat.com> - 9.1.0-4
+- avoid unnecessarily running brp-strip-comment-note (#568924)
+
 * Mon Feb 15 2010 Panu Matilainen <pmatilai at redhat.com> - 9.1.0-3
 - unbreak find-requires again, doh (#564527)
 



More information about the scm-commits mailing list