rpms/ganglia/devel ganglia-3.1.0-r1399-ppc64build.patch, 1.1, 1.2 ganglia.spec, 1.15, 1.16

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Fri Jun 13 15:32:18 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/ganglia/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19909

Modified Files:
	ganglia-3.1.0-r1399-ppc64build.patch ganglia.spec 
Log Message:
* Fri Jun 13 2008 Jarod Wilson <jwilson at redhat.com> 3.1.0-0.3.r1399
- One more try at work-around. Needs powerpc64, not ppc64...


ganglia-3.1.0-r1399-ppc64build.patch:

Index: ganglia-3.1.0-r1399-ppc64build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ganglia/devel/ganglia-3.1.0-r1399-ppc64build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ganglia-3.1.0-r1399-ppc64build.patch	13 Jun 2008 14:28:44 -0000	1.1
+++ ganglia-3.1.0-r1399-ppc64build.patch	13 Jun 2008 15:31:00 -0000	1.2
@@ -5,7 +5,7 @@
  fi
  
 -if test "x$host_cpu" = "xx86_64"; then
-+if test "x$host_cpu" = "xx86_64" || test "x$host_cpu" = "xppc64"; then
++if test "x$host_cpu" = "xx86_64" || test "x$host_cpu" = "xpowerpc64"; then
    libdir="$prefix/lib64"
  else
    libdir="$prefix/lib"
@@ -16,7 +16,7 @@
  fi
  
 -if test "x$host_cpu" = "xx86_64"; then
-+if test "x$host_cpu" = "xx86_64" || test "x$host_cpu" = "xppc64"; then
++if test "x$host_cpu" = "xx86_64" || test "x$host_cpu" = "xpowerpc64"; then
    libdir="$prefix/lib64"
  else
    libdir="$prefix/lib"


Index: ganglia.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ganglia/devel/ganglia.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ganglia.spec	13 Jun 2008 14:28:44 -0000	1.15
+++ ganglia.spec	13 Jun 2008 15:31:00 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:               ganglia
 Version:            3.1.0
-Release:            0.2%{?svnrev:.r%{svnrev}}%{?dist}
+Release:            0.3%{?svnrev:.r%{svnrev}}%{?dist}
 Summary:            Ganglia Distributed Monitoring System
 
 Group:              Applications/Internet
@@ -252,6 +252,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Fri Jun 13 2008 Jarod Wilson <jwilson at redhat.com> 3.1.0-0.3.r1399
+- One more try at work-around. Needs powerpc64, not ppc64...
+
 * Fri Jun 13 2008 Jarod Wilson <jwilson at redhat.com> 3.1.0-0.2.r1399
 - Work-around for incorrectly hard-coded libdir on ppc64
 




More information about the fedora-extras-commits mailing list