diff options
| -rw-r--r-- | Rakefile | 2 | ||||
| -rw-r--r-- | conf/redhat/puppet.spec | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -28,7 +28,7 @@ project = Rake::RedLabProject.new("puppet") do |p| 'examples/**/*', 'conf/**/*' ] - p.filelist.exclude("bin/pi", "bin/ralsh", "bin/filebucket") + p.filelist.exclude("bin/pi") p.add_dependency('facter', '1.1.0') diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index 6be1b19f0..da0246bcc 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -12,7 +12,7 @@ Release: 1%{?dist} License: GPL Group: System Environment/Base -URL: http://reductivelabs.com/projects/puppet/ +URL: http://puppet.reductivelabs.com/ Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz Requires: ruby >= 1.8.1 @@ -78,6 +78,8 @@ find %{buildroot}%{ruby_sitelibdir} -type f -perm +ugo+x -print0 | xargs -0 -r % %files %defattr(-, root, root, 0755) %{_bindir}/puppet +%{_bindir}/ralsh +%{_bindir}/filebucket %{_sbindir}/puppetd %{ruby_sitelibdir}/* %{_initrddir}/puppet |
