63747f2
commit 055d0b77e1e2823daef60a4c2b201531dc0c7248
63747f2
Author: Panu Matilainen <pmatilai@redhat.com>
63747f2
Date:   Mon Mar 1 10:58:17 2010 +0200
63747f2
63747f2
    Don't run brp-strip-comment-note when find-debuginfo.sh is run (#568924)
63747f2
    - brp-strip-comment-note is not only unnecessary here but is also
63747f2
      now messing up things by resetting EI_OSABI to zero (#568921)
63747f2
    - patch from  Roland McGrath
63747f2
63747f2
diff --git a/macros b/macros
63747f2
index 7721fe0..1ac46d7 100644
63747f2
--- a/macros
63747f2
+++ b/macros
63747f2
@@ -92,9 +92,11 @@
63747f2
 
63747f2
 %__os_install_post    \
63747f2
     /usr/lib/rpm/redhat/brp-compress \
63747f2
-    %{!?__debug_package:/usr/lib/rpm/redhat/brp-strip %{__strip}} \
63747f2
-    /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \
63747f2
+    %{!?__debug_package:\
63747f2
+    /usr/lib/rpm/redhat/brp-strip %{__strip} \
63747f2
     /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \
63747f2
+    } \
63747f2
+    /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \
63747f2
     /usr/lib/rpm/brp-python-bytecompile %{__python} %{?_python_bytecompile_errors_terminate_build} \
63747f2
     /usr/lib/rpm/redhat/brp-python-hardlink \
63747f2
     %{!?__jar_repack:/usr/lib/rpm/redhat/brp-java-repack-jars} \