rpms/puppet/F-9 import.log, NONE, 1.1 .cvsignore, 1.24, 1.25 puppet.spec, 1.27, 1.28 sources, 1.25, 1.26 no-lockdir.patch, 1.1, NONE

Jeroen van Meeuwen kanarip at fedoraproject.org
Tue Dec 16 08:46:24 UTC 2008


Author: kanarip

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

Modified Files:
	.cvsignore puppet.spec sources 
Added Files:
	import.log 
Removed Files:
	no-lockdir.patch 
Log Message:
0.24.7-1


--- NEW FILE import.log ---
puppet-0_24_7-1_fc10:F-9:puppet-0.24.7-1.fc10.src.rpm:1229417129


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/F-9/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	23 Oct 2008 21:19:47 -0000	1.24
+++ .cvsignore	16 Dec 2008 08:45:53 -0000	1.25
@@ -1 +1 @@
-puppet-0.24.6.tgz
+puppet-0.24.7.tgz


Index: puppet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/F-9/puppet.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- puppet.spec	15 Dec 2008 11:23:58 -0000	1.27
+++ puppet.spec	16 Dec 2008 08:45:54 -0000	1.28
@@ -2,12 +2,9 @@
 %define confdir conf/redhat
 
 Name:           puppet
-Version:        0.24.6
+Version:        0.24.7
 Release:        1%{?dist}
 Summary:        A network tool for managing many disparate systems
-
-Group:          System Environment/Base
-
 License:        GPLv2+
 URL:            http://puppet.reductivelabs.com/
 Source0:        http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz
@@ -21,6 +18,11 @@
 Requires:       ruby-shadow
 %endif
 
+# Pull in libselinux-ruby where it is available
+%if 0%{?fedora} >=9
+Requires:       libselinux-ruby
+%endif
+
 Requires:       facter >= 1.1.4
 Requires:       ruby >= 1.8.1
 Requires(pre):  shadow-utils
@@ -145,12 +147,10 @@
 %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 -g 52
+getent group puppet >/dev/null || groupadd -r puppet
 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
@@ -189,6 +189,9 @@
 rm -rf %{buildroot}
 
 %changelog
+* Tue Dec 16 2008 Jeroen van Meeuwen <kanarip at kanarip.com> - 0.24.7-1
+- New upstream version
+
 * Wed Oct 22 2008 Todd Zullinger <tmz at pobox.com> - 0.24.6-1
 - Update to 0.24.6
 - Require ruby-shadow on Fedora and RHEL >= 5


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/puppet/F-9/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	23 Oct 2008 21:19:47 -0000	1.25
+++ sources	16 Dec 2008 08:45:54 -0000	1.26
@@ -1 +1 @@
-dcc84cd9bc5c411536ab88589079459b  puppet-0.24.6.tgz
+36f57de5c2e069d04752f0539034227d  puppet-0.24.7.tgz


--- no-lockdir.patch DELETED ---




More information about the fedora-extras-commits mailing list