From 62a0ff03990c855cb16d5cfb7671cea0cfa63217 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 19 May 2006 20:29:13 +0000 Subject: adding puppetrun to the red hat spec file git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1221 980ebf18-57e1-0310-9a29-db15c13687c0 --- conf/redhat/puppet.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index cab21b251..1827d787c 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -4,7 +4,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.17.1 +Version: 0.17.2 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -82,6 +82,7 @@ find %{buildroot}%{rubylibdir} -type f -perm +ugo+x -print0 | xargs -0 -r %{__ch %files server %defattr(-, root, root, 0755) %{_sbindir}/puppetmasterd +%{_bindir}/puppetrun %{_initrddir}/puppetmaster %config(noreplace) %{_sysconfdir}/puppet/* %config(noreplace) %{_sysconfdir}/sysconfig/puppetmaster -- cgit