rpms/tog-pegasus/FC-5 pegasus-2.5.1-redhat-config.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 14 23:49:20 UTC 2006


Author: jvdias

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

Modified Files:
	pegasus-2.5.1-redhat-config.patch 
Log Message:
fix upstream bugzillas 4934(4943) and 4945; fix PATH_MAX and MAXHOSTNAMELEN issues;

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/FC-5/pegasus-2.5.1-redhat-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pegasus-2.5.1-redhat-config.patch	11 Apr 2006 20:40:59 -0000	1.1
+++ pegasus-2.5.1-redhat-config.patch	14 Apr 2006 23:49:17 -0000	1.2
@@ -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