[puppet/el4] Create and own /usr/share/puppet/modules (#615432)

Todd Zullinger tmz at fedoraproject.org
Tue Oct 4 01:21:36 UTC 2011


commit ce26cbf70d43a7aff6ecf241a8c890411d1228b9
Author: Todd Zullinger <tmz at pobox.com>
Date:   Mon Oct 3 21:11:00 2011 -0400

    Create and own /usr/share/puppet/modules (#615432)

 puppet.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/puppet.spec b/puppet.spec
index 5943e70..e337d8d 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -6,7 +6,7 @@
 
 Name:           puppet
 Version:        0.25.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A network tool for managing many disparate systems
 License:        GPLv2+
 URL:            http://puppetlabs.com
@@ -91,6 +91,7 @@ rm -rf %{buildroot}
 ruby install.rb --destdir=%{buildroot} --quick --no-rdoc
 
 install -d -m0755 %{buildroot}%{_sysconfdir}/puppet/manifests
+install -d -m0755 %{buildroot}%{_datadir}/%{name}/modules
 install -d -m0755 %{buildroot}%{_localstatedir}/lib/puppet
 install -d -m0755 %{buildroot}%{_localstatedir}/run/puppet
 install -d -m0750 %{buildroot}%{_localstatedir}/log/puppet
@@ -221,6 +222,9 @@ fi
 rm -rf %{buildroot}
 
 %changelog
+* Mon Oct 03 2011 Todd Zullinger <tmz at pobox.com> - 0.25.5-2
+- Create and own /usr/share/puppet/modules (#615432)
+
 * Mon May 17 2010 Todd Zullinger <tmz at pobox.com> - 0.25.5-1
 - Update to 0.25.5
 - Adjust selinux conditional for EL-6


More information about the scm-commits mailing list