rpms/puppet/F-9 puppet.spec,1.29,1.30

Todd M. Zullinger tmz at fedoraproject.org
Tue Dec 16 22:47:08 UTC 2008


Author: tmz

Update of /cvs/extras/rpms/puppet/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25538/F-9

Modified Files:
	puppet.spec 
Log Message:
Remove redundant useradd from %%pre


Index: puppet.spec
===================================================================
RCS file: /cvs/extras/rpms/puppet/F-9/puppet.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- puppet.spec	16 Dec 2008 09:00:56 -0000	1.29
+++ puppet.spec	16 Dec 2008 22:46:36 -0000	1.30
@@ -3,7 +3,7 @@
 
 Name:           puppet
 Version:        0.24.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A network tool for managing many disparate systems
 License:        GPLv2+
 URL:            http://puppet.reductivelabs.com/
@@ -156,7 +156,6 @@
 getent group puppet >/dev/null || groupadd -r puppet -g 52
 getent passwd puppet >/dev/null || \
 useradd -r -u 52 -g puppet -d %{_localstatedir}/lib/puppet -s /sbin/nologin \
-useradd -r -g puppet -d %{_localstatedir}/lib/puppet -s /sbin/nologin \
     -c "Puppet" puppet || :
 # ensure that old setups have the right puppet home dir
 if [ $1 -gt 1 ] ; then
@@ -195,6 +194,9 @@
 rm -rf %{buildroot}
 
 %changelog
+* Tue Dec 16 2008 Todd Zullinger <tmz at pobox.com> - 0.24.7-4
+- Remove redundant useradd from %%pre
+
 * Tue Dec 16 2008 Jeroen van Meeuwen <kanarip at kanarip.com> - 0.24.7-3
 - New upstream version
 - Set a static uid and gid (#472073, #471918, #471919)




More information about the fedora-extras-commits mailing list