rpms/puppet/F-9 puppet.spec,1.26,1.27

David Lutterkort lutter at fedoraproject.org
Mon Dec 15 11:24:29 UTC 2008


Author: lutter

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

Modified Files:
	puppet.spec 
Log Message:
Use fixed uid/gid pair across all active branches


Index: puppet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/F-9/puppet.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- puppet.spec	23 Oct 2008 21:19:47 -0000	1.26
+++ puppet.spec	15 Dec 2008 11:23:58 -0000	1.27
@@ -145,10 +145,12 @@
 %doc %{_mandir}/man8/puppetmasterd.8.gz
 %doc %{_mandir}/man8/puppetrun.8.gz
 
+# Fixed uid/gid were assigned in bz 472073 (Fedora), 471918 (RHEL-5),
+# and 471919 (RHEL-4)
 %pre
-getent group puppet >/dev/null || groupadd -r puppet
+getent group puppet >/dev/null || groupadd -r puppet -g 52
 getent passwd puppet >/dev/null || \
-useradd -r -g puppet -d %{_localstatedir}/lib/puppet -s /sbin/nologin \
+useradd -r -u 52 -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




More information about the fedora-extras-commits mailing list