summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-04 16:46:04 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2006-05-04 16:46:04 +0000
commitf0aeaec36a4ec5b3def9c7ca0e777b402c67faa1 (patch)
tree98c3054cdc5c07e5c167e5d6e8acc0e950ea9265 /conf
parente06c66191f9235d70349758b76fbf933a944d0d8 (diff)
require the very latest facter to avoid problems because facter changed iphostnumber to ipaddress
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1175 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'conf')
-rw-r--r--conf/redhat/puppet.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec
index 8535fe0a7..44d104650 100644
--- a/conf/redhat/puppet.spec
+++ b/conf/redhat/puppet.spec
@@ -13,7 +13,7 @@ URL: http://reductivelabs.com/projects/puppet/
Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz
Requires: ruby >= 1.8.1
-Requires: facter >= 1.1
+Requires: facter >= 1.1.4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# It's not possible to build ruby noarch packages currently
# See bz184199
@@ -121,6 +121,9 @@ fi
%{__rm} -rf %{buildroot}
%changelog
+* Wed May 3 2006 David Lutterkort <dlutter@redhat.com> - 0.16.4-1
+- Rebuilt
+
* Fri Apr 21 2006 David Lutterkort <dlutter@redhat.com> - 0.16.0-1
- Fix default file permissions in server subpackage
- Run puppetmaster as user puppet