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:
Родитель
6be8b21146
Коммит
659792f280
2
Rakefile
2
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')
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче