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
This commit is contained in:
luke 2007-06-15 23:01:56 +00:00
Родитель 6be8b21146
Коммит 659792f280
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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')

Просмотреть файл

@ -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