rpms/ganglia/F-8 .cvsignore, 1.4, 1.5 ganglia.spec, 1.7, 1.8 sources, 1.5, 1.6

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon Dec 17 19:55:53 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/ganglia/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12539

Modified Files:
	.cvsignore ganglia.spec sources 
Log Message:
* Mon Dec 17 2007 Jarod Wilson <jwilson at redhat.com> 3.0.6-1
- New upstream release (security fix for web frontend
  cross-scripting vulnerability)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ganglia/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	3 Oct 2007 13:25:12 -0000	1.4
+++ .cvsignore	17 Dec 2007 19:55:19 -0000	1.5
@@ -1 +1,2 @@
 ganglia-3.0.5.tar.gz
+ganglia-3.0.6.tar.gz


Index: ganglia.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ganglia/F-8/ganglia.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ganglia.spec	3 Oct 2007 13:25:12 -0000	1.7
+++ ganglia.spec	17 Dec 2007 19:55:19 -0000	1.8
@@ -1,5 +1,5 @@
 Name:               ganglia
-Version:            3.0.5
+Version:            3.0.6
 Release:            1%{?dist}
 Summary:            Ganglia Distributed Monitoring System
 
@@ -30,6 +30,7 @@
 %package gmetad
 Summary:            Ganglia Metadata collection daemon
 Group:              Applications/Internet
+Requires:           %{name} = %{version}-%{release}
 Requires(post):     /sbin/chkconfig
 Requires(preun):    /sbin/chkconfig
 Requires(preun):    /sbin/service
@@ -45,6 +46,7 @@
 %package gmond
 Summary:            Ganglia Monitoring daemon
 Group:              Applications/Internet
+Requires:           %{name} = %{version}-%{release}
 Requires(post):     /sbin/chkconfig
 Requires(preun):    /sbin/chkconfig
 Requires(preun):    /sbin/service
@@ -60,6 +62,7 @@
 %package devel
 Summary:            Ganglia Library
 Group:              Applications/Internet
+Requires:           %{name} = %{version}-%{release}
 
 %description devel
 The Ganglia Monitoring Core library provides a set of functions that
@@ -130,16 +133,7 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-### Both gmetad and gmond require user ganglia, but monitored
-### nodes only need gmond, servers only need gmetad... So have
-### both packages try to add the user (second one should just
-### fail silently).
-%pre gmetad
-## Add the "ganglia" user
-/usr/sbin/useradd -c "Ganglia Monitoring System" \
-        -s /sbin/nologin -r -d %{_localstatedir}/lib/%{name} ganglia 2> /dev/null || :
-
-%pre gmond
+%pre
 ## Add the "ganglia" user
 /usr/sbin/useradd -c "Ganglia Monitoring System" \
         -s /sbin/nologin -r -d %{_localstatedir}/lib/%{name} ganglia 2> /dev/null || :
@@ -168,6 +162,13 @@
 
 %postun devel -p /sbin/ldconfig
 
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING NEWS README ChangeLog
+%{_libdir}/libganglia*.so.*
+%{_bindir}/ganglia-config
+
 %files gmetad
 %defattr(-,root,root,-)
 %dir %{_localstatedir}/lib/%{name}
@@ -179,7 +180,6 @@
 
 %files gmond
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README ChangeLog
 %{_bindir}/gmetric
 %{_bindir}/gstat
 %{_sbindir}/gmond
@@ -193,8 +193,7 @@
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/ganglia.h
-%{_libdir}/libganglia*.so*
-%{_bindir}/ganglia-config
+%{_libdir}/libganglia*.so
 %exclude %{_libdir}/libganglia.a
 
 %files web
@@ -206,6 +205,13 @@
 %{_datadir}/%{name}
 
 %changelog
+* Mon Dec 17 2007 Jarod Wilson <jwilson at redhat.com> 3.0.6-1
+- New upstream release (security fix for web frontend
+  cross-scripting vulnerability)
+
+* Wed Oct 24 2007 Jarod Wilson <jwilson at redhat.com> 3.0.5-2
+- Reorg packages to fix multilib conflicts (#341201)
+
 * Wed Oct 03 2007 Jarod Wilson <jwilson at redhat.com> 3.0.5-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ganglia/F-8/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	3 Oct 2007 13:25:12 -0000	1.5
+++ sources	17 Dec 2007 19:55:19 -0000	1.6
@@ -1 +1 @@
-44d632338b56160790144480d9ed7abe  ganglia-3.0.5.tar.gz
+f2fecaae424be95ddf8b2cc6247be31d  ganglia-3.0.6.tar.gz




More information about the fedora-extras-commits mailing list