rpms/nagios/FC-4 nagios.spec,1.2,1.3

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Jan 26 22:16:20 UTC 2006


Author: mmcgrath

Update of /cvs/extras/rpms/nagios/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18657

Modified Files:
	nagios.spec 
Log Message:
Fixed bugzilla #49609


Index: nagios.spec
===================================================================
RCS file: /cvs/extras/rpms/nagios/FC-4/nagios.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nagios.spec	19 Jan 2006 23:22:41 -0000	1.2
+++ nagios.spec	26 Jan 2006 22:16:20 -0000	1.3
@@ -1,6 +1,6 @@
 Name: nagios
 Version: 1.3
-Release: 14%{?dist}
+Release: 15%{?dist}
 Summary: Host/service/network monitoring program
 
 Group: Applications/System
@@ -120,7 +120,7 @@
 %post
 /sbin/chkconfig --add %{name} || :
 /sbin/service httpd condrestart > /dev/null 2>&1 || :
-%{_sbindir}/usermod -G %{name} apache || :
+%{_sbindir}/usermod -a -G %{name} apache || :
 
 %postun
 /sbin/service httpd condrestart > /dev/null 2>&1 || :
@@ -153,6 +153,9 @@
 %{_includedir}/%{name}
 
 %changelog
+* Thu Jan 26 2006 Mike McGrath <imlinux at gmail.com> 1.3-15
+- Fixed usermod -a issue, Bugzilla #49609
+
 * Sun Jan 15 2005 Mike McGrath <imlinux at gmail.com> 1.3-14
 - Fedora friendly spec file
 




More information about the fedora-extras-commits mailing list