mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update the salt spec file
This commit is contained in:
parent
69719abd3e
commit
0d365e0f43
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
|
||||
Name: salt
|
||||
Version: 0.8.9
|
||||
Version: 0.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A parallel remote execution system
|
||||
|
||||
|
@ -13,6 +13,7 @@ URL: https://github.com/thatch45/salt
|
|||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: salt-master
|
||||
Source2: salt-minion
|
||||
Source3: salt-syndic
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: python
|
||||
|
@ -39,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
mkdir -p $RPM_BUILD_ROOT%{_initrddir}
|
||||
cp -p %SOURCE1 $RPM_BUILD_ROOT%{_initrddir}/
|
||||
cp -p %SOURCE2 $RPM_BUILD_ROOT%{_initrddir}/
|
||||
cp -p %SOURCE3 $RPM_BUILD_ROOT%{_initrddir}/
|
||||
chmod +x $RPM_BUILD_ROOT%{_initrddir}/
|
||||
|
||||
%clean
|
||||
|
|
Loading…
Add table
Reference in a new issue