diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-19 22:34:28 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-19 22:34:28 +0000 |
commit | 90d8b2dfb123b42a2b1fc6104ae5d63be635bdb5 (patch) | |
tree | d452e818af36e38039937404e7d3a187a687bc62 | |
parent | a68a7c285dbb8524acbf7f2cf1da3b915116f0e3 (diff) | |
download | puppet-90d8b2dfb123b42a2b1fc6104ae5d63be635bdb5.tar.gz puppet-90d8b2dfb123b42a2b1fc6104ae5d63be635bdb5.tar.xz puppet-90d8b2dfb123b42a2b1fc6104ae5d63be635bdb5.zip |
Remove no-lockdir patch. Clean changelog
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2333 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/puppet.spec | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index af3ab5e9e..50acd82f2 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -7,14 +7,13 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.22.1 -Release: 2%{?dist} +Version: 0.22.2 +Release: 1%{?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 @@ -44,7 +43,6 @@ The server can also function as a certificate authority and file server. %prep %setup -q -%patch0 -p1 %build for f in bin/* ; do @@ -138,9 +136,9 @@ fi %{__rm} -rf %{buildroot} %changelog -* Thu Feb 15 2007 David Lutterkort <dlutter@redhat.com> - 0.22.2 -- Set puppet's homedir to /var/lib/puppet, not /var/puppet (no migration - of existing homedirs though) +* Mon Mar 19 2007 David Lutterkort <dlutter@redhat.com> - 0.22.2-1 +- Set puppet's homedir to /var/lib/puppet, not /var/puppet +- Remove no-lockdir patch, not needed anymore * Mon Feb 12 2007 David Lutterkort <dlutter@redhat.com> - 0.22.1-2 - Fix bogus config parameter in puppetd.conf |