rpms/ganglia/devel ganglia.spec,1.5,1.6

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Fri May 18 15:27:19 UTC 2007


Author: jwilson

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

Modified Files:
	ganglia.spec 
Log Message:
Add missing Req: php-gd so people will see nifty pie charts...


Index: ganglia.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ganglia/devel/ganglia.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ganglia.spec	25 Mar 2007 02:10:20 -0000	1.5
+++ ganglia.spec	18 May 2007 15:27:15 -0000	1.6
@@ -1,6 +1,6 @@
 Name:               ganglia
 Version:            3.0.4
-Release:            2%{?dist}
+Release:            3%{?dist}
 Summary:            Ganglia Distributed Monitoring System
 
 Group:              Applications/Internet
@@ -19,7 +19,7 @@
 %package web
 Summary:            Ganglia Web Frontend
 Group:              Applications/Internet
-Requires:           rrdtool, php
+Requires:           rrdtool, php, php-gd
 Requires:           %{name}-gmetad = %{version}-%{release}
 
 %description web
@@ -209,6 +209,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Fri May 18 2007 Jarod Wilson <jwilson at redhat.com> 3.0.4-3
+- Add missing Req: php-gd so people will see nifty pie charts
+
 * Sat Mar 24 2007 Jarod Wilson <jwilson at redhat.com> 3.0.4-2
 - Own created directories (#233790)
 




More information about the fedora-extras-commits mailing list