summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-15 23:01:56 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-15 23:01:56 +0000
commit659792f280c1ab1baaa69a2b569dc57748411870 (patch)
tree58f34ef0a508a5ba86c9bba78580ffc179c5ce32
parent6be8b211465ee617e58b96e1622bbf6b6068beb2 (diff)
downloadpuppet-659792f280c1ab1baaa69a2b569dc57748411870.tar.gz
puppet-659792f280c1ab1baaa69a2b569dc57748411870.tar.xz
puppet-659792f280c1ab1baaa69a2b569dc57748411870.zip
Adding ralsh and filebucket to the rpm and the rakefile, and changing the url in the rpm
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2592 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--Rakefile2
-rw-r--r--conf/redhat/puppet.spec4
2 files changed, 4 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 96f40d677..2fd73af57 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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