From bdfcac5c9c44cdbb4a13e282720ff29fed79642c Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 20 Jul 2010 09:55:06 -0400 Subject: Update Red Hat spec file for 2.6.0 --- conf/redhat/puppet.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index 6791cea77..e51af0a6b 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -5,14 +5,14 @@ %global confdir conf/redhat Name: puppet -Version: 0.25.5 +Version: 2.6.0 Release: 1%{?dist} Summary: A network tool for managing many disparate systems License: GPLv2+ URL: http://puppetlabs.com Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz.sign -Patch0: rundir-perms.patch + Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -68,6 +68,7 @@ The server can also function as a certificate authority and file server. %setup -q patch -p1 < conf/redhat/rundir-perms.patch + %build # Fix some rpmlint complaints for f in mac_dscl.pp mac_dscl_revert.pp \ @@ -91,6 +92,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 +223,10 @@ fi rm -rf %{buildroot} %changelog +* Tue Jul 20 2010 Todd Zullinger - 2.6.0-1 +- Update to 2.6.0 +- Create and own /usr/share/puppet/modules (#615432) + * Mon May 03 2010 Todd Zullinger - 0.25.5-1 - Update to 0.25.5 - Adjust selinux conditional for EL-6 -- cgit