rpms/tog-pegasus/devel pegasus-2.5.1-redhat-config.patch,1.4,1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 12 20:10:18 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/tog-pegasus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9867

Modified Files:
	pegasus-2.5.1-redhat-config.patch 
Log Message:
disable stripping

pegasus-2.5.1-redhat-config.patch:
 Makefile.Release     |    6 +++---
 env_var_Linux.status |   14 +++++++-------
 mak/config-linux.mak |    3 ++-
 3 files changed, 12 insertions(+), 11 deletions(-)

Index: pegasus-2.5.1-redhat-config.patch
===================================================================
RCS file: /cvs/dist/rpms/tog-pegasus/devel/pegasus-2.5.1-redhat-config.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pegasus-2.5.1-redhat-config.patch	11 Apr 2006 19:57:55 -0000	1.4
+++ pegasus-2.5.1-redhat-config.patch	12 Apr 2006 20:10:15 -0000	1.5
@@ -1,5 +1,5 @@
 --- pegasus/env_var_Linux.status.redhat-config	2006-03-15 20:33:51.000000000 -0500
-+++ pegasus/env_var_Linux.status	2006-04-11 15:56:29.000000000 -0400
++++ pegasus/env_var_Linux.status	2006-04-12 13:46:18.000000000 -0400
 @@ -18,7 +18,9 @@
  PEGASUS_STAGING_DIR = $(PEGASUS_HOME)/stagingDir
  endif
@@ -47,7 +47,7 @@
       $(PEGASUS_LOCAL_DOMAIN_SOCKET_DIR)/cimxml.socket
  
 --- pegasus/Makefile.Release.redhat-config	2006-01-30 11:16:16.000000000 -0500
-+++ pegasus/Makefile.Release	2006-04-11 15:47:08.000000000 -0400
++++ pegasus/Makefile.Release	2006-04-12 13:46:18.000000000 -0400
 @@ -590,10 +590,10 @@
  	$(foreach i, $(MANAGEDSYSTEM_MOF_FILES), $(MAKE) -f $(ROOT)/Makefile.Release setpermissions PERMISSIONS="$(Pr__r__r__)" OWNER="$(INSTALL_USR)" GROUP="$(INSTALL_GRP)" OBJECT=$(PEGASUS_STAGING_DIR)$(PEGASUS_MOF_DIR)/Pegasus/$(i);)
  
@@ -70,3 +70,15 @@
              >> $(PEGASUS_RPM_SPEC_FILE_PATH)
  	@$(ECHO-E) "%config(noreplace) $(PEGASUS_CONFIG_DIR)/access.conf" \
              >> $(PEGASUS_RPM_SPEC_FILE_PATH)
+--- pegasus/mak/config-linux.mak.redhat-config	2006-02-07 16:03:57.000000000 -0500
++++ pegasus/mak/config-linux.mak	2006-04-12 16:06:26.000000000 -0400
+@@ -118,7 +118,8 @@
+ ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS 
+   FLAGS += -g
+ else
+-  FLAGS += -s
++#  FLAGS += -s
++#  ^= let rpm handle stripping
+   #
+   # The -fno-enforce-eh-specs is not available in 2.9.5 and it probably
+   # appeared in the 3.0 series of compilers.




More information about the fedora-cvs-commits mailing list