rpms/clustermon/F-10 clustermon-0.15.0-sparc.patch, NONE, 1.1 clustermon.spec, 1.7, 1.8

Dennis Gilmore ausil at fedoraproject.org
Tue Feb 3 03:54:51 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/clustermon/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15215

Modified Files:
	clustermon.spec 
Added Files:
	clustermon-0.15.0-sparc.patch 
Log Message:
add sparc arch support


clustermon-0.15.0-sparc.patch:

--- NEW FILE clustermon-0.15.0-sparc.patch ---
--- clustermon-0.15.0/ricci/modules/cluster/clumon/src/cim-provider/Makefile.orig	2009-02-02 21:46:05.000000000 -0600
+++ clustermon-0.15.0/ricci/modules/cluster/clumon/src/cim-provider/Makefile	2009-02-02 21:46:56.000000000 -0600
@@ -55,6 +55,14 @@
 	PEGASUS_CXXFLAGS = -DPEGASUS_PLATFORM_LINUX_ZSERIES64_GNU
 endif
 
+ifeq ($(PEGASUS_PLATFORM),sparc)
+	PEGASUS_CXXFLAGS = -DPEGASUS_PLATFORM_LINUX_SPARCV9_GNU
+endif
+
+ifeq ($(PEGASUS_PLATFORM),sparc64)
+	PEGASUS_CXXFLAGS = -DPEGASUS_PLATFORM_LINUX_SPARC64_GNU
+endif
+
 INCLUDE += -I ../include
 CXXFLAGS += $(PEGASUS_CXXFLAGS) -DPARANOIA=$(PARANOID)
 LDFLAGS += -shared -ldl -lcrypt -lcman


Index: clustermon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clustermon/F-10/clustermon.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- clustermon.spec	15 Oct 2008 20:24:38 -0000	1.7
+++ clustermon.spec	3 Feb 2009 03:54:20 -0000	1.8
@@ -17,7 +17,7 @@
 
 Name: clustermon
 Version: 0.15.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 URL: http://sources.redhat.com/cluster/conga
 
@@ -25,6 +25,7 @@
 Summary: Monitoring and management of Red Hat Enterprise Linux Cluster Suite
 
 Source0: %{name}-%{version}.tar.gz
+Patch0:  clustermon-0.15.0-sparc.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmanlib-devel >= 2.99.10-4
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure		--arch=%{_arch} \
@@ -182,6 +184,9 @@
 
 
 %changelog
+* Mon Feb 02 2009 Dennis Gilmore <dennis at ausil.us> 0.15.0-7
+- patch enabling sparc arch support
+
 * Wed Oct 15 2008 Ryan McCabe <rmccabe at redhat.com> 0.15.0-6
 - Don't make failing to update the cluster version a fatal error when trying to set a new configuration file.
 




More information about the fedora-extras-commits mailing list