[nagios] Disable stripping of binaries (see rhbz #648223)

Peter Lemenkov peter at fedoraproject.org
Wed Nov 3 15:04:54 UTC 2010


commit bd07c330f65a09ca7cddcb531f84c8d72d241c39
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Wed Nov 3 18:04:34 2010 +0300

    Disable stripping of binaries (see rhbz #648223)
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 nagios.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nagios.spec b/nagios.spec
index a2b1711..359d3f0 100644
--- a/nagios.spec
+++ b/nagios.spec
@@ -1,6 +1,6 @@
 Name: nagios
 Version: 3.2.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Host/service/network monitoring program
 
 Group: Applications/System
@@ -138,7 +138,8 @@ may compile against.
 	--enable-embedded-perl \
 	--with-perlcache \
 	--with-template-objects \
-	--with-template-extinfo
+	--with-template-extinfo \
+	STRIP=/bin/true
 make %{?_smp_mflags} all
 
 sed -i -e "s| package Embed::Persistent;|#\!%{_bindir}/perl\npackage Embed::Persistent;|" p1.pl
@@ -255,6 +256,9 @@ fi
 
 
 %changelog
+* Wed Nov  3 2010 Peter Lemenkov <lemenkov at gmail.com> - 3.2.3-3
+- Disable stripping of binaries (see rhbz #648223).
+
 * Wed Oct 27 2010 Peter Lemenkov <lemenkov at gmail.com> - 3.2.3-2
 - Accidentally forgotten patches added back
 


More information about the scm-commits mailing list