summaryrefslogtreecommitdiffstats
path: root/conf/redhat/puppet.spec
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-02 01:48:23 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-02 01:48:23 +0000
commit68233706a9ff05be8fa8ab3ab7198cd0918517d6 (patch)
tree52d2f61a36ae665211b283e7b2fc2b7e2cf1f666 /conf/redhat/puppet.spec
parent4a73da3370f9223c5fd43dc9ee008fb87b6ca24b (diff)
downloadpuppet-68233706a9ff05be8fa8ab3ab7198cd0918517d6.tar.gz
puppet-68233706a9ff05be8fa8ab3ab7198cd0918517d6.tar.xz
puppet-68233706a9ff05be8fa8ab3ab7198cd0918517d6.zip
Sync with latest Fedora specfile
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2253 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'conf/redhat/puppet.spec')
-rw-r--r--conf/redhat/puppet.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec
index 6502eee40..ca4c9b132 100644
--- a/conf/redhat/puppet.spec
+++ b/conf/redhat/puppet.spec
@@ -8,12 +8,13 @@
Summary: A network tool for managing many disparate systems
Name: puppet
Version: 0.22.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPL
Group: System Environment/Base
URL: http://reductivelabs.com/projects/puppet/
Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz
+Patch0: no-lockdir.patch
Requires: ruby >= 1.8.1
%if %has_ruby_abi
@@ -43,6 +44,7 @@ The server can also function as a certificate authority and file server.
%prep
%setup -q
+%patch0 -p1
%build
for f in bin/* ; do
@@ -134,6 +136,12 @@ fi
%{__rm} -rf %{buildroot}
%changelog
+* Mon Feb 12 2007 David Lutterkort <dlutter@redhat.com> - 0.22.1-2
+- Fix bogus config parameter in puppetd.conf
+
+* Sat Feb 3 2007 David Lutterkort <dlutter@redhat.com> - 0.22.1-1
+- New version
+
* Fri Jan 5 2007 David Lutterkort <dlutter@redhat.com> - 0.22.0-1
- New version