summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@fedoraproject.org>2008-12-21 22:26:52 +0000
committerTodd Zullinger <tmz@fedoraproject.org>2008-12-21 22:26:52 +0000
commita7fac96c55b9f12f36ec7d69b645c5c8ab22fe36 (patch)
tree96c4f58754f238851b3508e10924d9c587c43c9b
parent38f9c0e845b3561d0cf73cdfc834296b9f4b32be (diff)
downloadpuppet-package-a7fac96c55b9f12f36ec7d69b645c5c8ab22fe36.tar.gz
puppet-package-a7fac96c55b9f12f36ec7d69b645c5c8ab22fe36.tar.xz
puppet-package-a7fac96c55b9f12f36ec7d69b645c5c8ab22fe36.zip
Update to 0.24.7puppet-0_24_7-4_el5
-rw-r--r--.cvsignore2
-rw-r--r--puppet.spec24
-rw-r--r--sources2
3 files changed, 21 insertions, 7 deletions
diff --git a/.cvsignore b/.cvsignore
index ff5ea86..c26606c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-puppet-0.24.6.tgz
+puppet-0.24.7.tgz
diff --git a/puppet.spec b/puppet.spec
index 718df95..a4c8bf1 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -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(abi) = 1.8
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 @@ fi
rm -rf %{buildroot}
%changelog
+* Tue Dec 16 2008 Todd Zullinger <tmz@pobox.com> - 0.24.7-4
+- Remove redundant useradd from %%pre
+
+* Tue Dec 16 2008 Jeroen van Meeuwen <kanarip@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@pobox.com> - 0.24.6-1
- Update to 0.24.6
- Require ruby-shadow on Fedora and RHEL >= 5
diff --git a/sources b/sources
index 0a43dc7..79aeb04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcc84cd9bc5c411536ab88589079459b puppet-0.24.6.tgz
+36f57de5c2e069d04752f0539034227d puppet-0.24.7.tgz