rpms/puppet/EL-5 .cvsignore, 1.23, 1.24 puppet.spec, 1.26, 1.27 sources, 1.24, 1.25

Todd M. Zullinger tmz at fedoraproject.org
Sun Dec 21 22:27:23 UTC 2008


Author: tmz

Update of /cvs/extras/rpms/puppet/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11210

Modified Files:
	.cvsignore puppet.spec sources 
Log Message:
Update to 0.24.7



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/puppet/EL-5/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	23 Oct 2008 21:27:11 -0000	1.23
+++ .cvsignore	21 Dec 2008 22:26:51 -0000	1.24
@@ -1 +1 @@
-puppet-0.24.6.tgz
+puppet-0.24.7.tgz


Index: puppet.spec
===================================================================
RCS file: /cvs/extras/rpms/puppet/EL-5/puppet.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- puppet.spec	15 Dec 2008 11:23:57 -0000	1.26
+++ puppet.spec	21 Dec 2008 22:26:52 -0000	1.27
@@ -2,15 +2,14 @@
 %define confdir conf/redhat
 
 Name:           puppet
-Version:        0.24.6
-Release:        1%{?dist}
+Version:        0.24.7
+Release:        4%{?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
+Group:          System Environment/Base
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ruby >= 1.8.1
@@ -21,8 +20,14 @@
 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:       ruby-augeas
 Requires(pre):  shadow-utils
 Requires(post): chkconfig
 Requires(preun): chkconfig
@@ -189,6 +194,15 @@
 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)
+- Add a conditional requirement on libselinux-ruby for Fedora >= 9
+- Add a dependency on ruby-augeas
+
 * 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/extras/rpms/puppet/EL-5/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	23 Oct 2008 21:27:11 -0000	1.24
+++ sources	21 Dec 2008 22:26:52 -0000	1.25
@@ -1 +1 @@
-dcc84cd9bc5c411536ab88589079459b  puppet-0.24.6.tgz
+36f57de5c2e069d04752f0539034227d  puppet-0.24.7.tgz




More information about the fedora-extras-commits mailing list