diff --git a/pegasus-2.10.0-dont-strip.patch b/pegasus-2.10.0-dont-strip.patch index 65ae432..e6fd472 100644 --- a/pegasus-2.10.0-dont-strip.patch +++ b/pegasus-2.10.0-dont-strip.patch @@ -6,7 +6,7 @@ diff -up pegasus/mak/config-linux.mak.orig pegasus/mak/config-linux.mak FLAGS += -g else - FLAGS += -s -+ #FLAGS += -s ++ FLAGS += -g # # The -fno-enforce-eh-specs is not available in 2.9.5 and it probably # appeared in the 3.0 series of compilers. diff --git a/tog-pegasus.spec b/tog-pegasus.spec index a5e4b54..3574add 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -8,7 +8,7 @@ Name: tog-pegasus Version: %{major_ver}.0 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 2 Summary: OpenPegasus WBEM Services for Linux @@ -60,7 +60,7 @@ Patch15: pegasus-2.9.0-openssl.patch Patch16: pegasus-2.9.1-getpagesize.patch # 18: Let the makefile install initscript we want to use Patch18: pegasus-2.9.1-makefile-initscript.patch -# 19: Don't strip binaries +# 19: Don't strip binaries, add -g flag Patch19: pegasus-2.10.0-dont-strip.patch # 20: use posix locks on sparc arches Patch20: pegasus-2.10.0-sparc-posix-lock.patch @@ -417,6 +417,9 @@ fi %changelog +* Tue Apr 05 2011 Vitezslav Crhonek - 2:2.10.1-6 +- Add -g flag for compiler + * Wed Mar 30 2011 Dennis Gilmore - 2:2.10.1-5 - use posix locks on sparc linux arches