|
|
@ -9,14 +9,14 @@
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
|
|
|
|
|
|
|
|
Name: salt
|
|
|
|
Name: salt
|
|
|
|
Version: 0.10.5
|
|
|
|
Version: 0.11.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A parallel remote execution system
|
|
|
|
Summary: A parallel remote execution system
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://saltstack.org/
|
|
|
|
URL: http://saltstack.org/
|
|
|
|
Source0: https://github.com/downloads/saltstack/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source1: %{name}-master
|
|
|
|
Source1: %{name}-master
|
|
|
|
Source2: %{name}-syndic
|
|
|
|
Source2: %{name}-syndic
|
|
|
|
Source3: %{name}-minion
|
|
|
|
Source3: %{name}-minion
|
|
|
@ -139,10 +139,8 @@ install -p -m 0644 %{SOURCE6} $RPM_BUILD_ROOT%{_unitdir}/
|
|
|
|
install -p %{SOURCE7} .
|
|
|
|
install -p %{SOURCE7} .
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/salt/
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/salt/
|
|
|
|
install -p -m 0640 conf/minion.template $RPM_BUILD_ROOT%{_sysconfdir}/salt/minion
|
|
|
|
install -p -m 0640 conf/minion $RPM_BUILD_ROOT%{_sysconfdir}/salt/minion
|
|
|
|
install -p -m 0640 conf/minion.template $RPM_BUILD_ROOT%{_sysconfdir}/salt/minion.template
|
|
|
|
install -p -m 0640 conf/master $RPM_BUILD_ROOT%{_sysconfdir}/salt/master
|
|
|
|
install -p -m 0640 conf/master.template $RPM_BUILD_ROOT%{_sysconfdir}/salt/master
|
|
|
|
|
|
|
|
install -p -m 0640 conf/master.template $RPM_BUILD_ROOT%{_sysconfdir}/salt/master.template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
@ -169,7 +167,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/salt/minion
|
|
|
|
%config(noreplace) %{_sysconfdir}/salt/minion
|
|
|
|
%config %{_sysconfdir}/salt/minion.template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n salt-master
|
|
|
|
%files -n salt-master
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%defattr(-,root,root)
|
|
|
@ -193,7 +190,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_unitdir}/salt-syndic.service
|
|
|
|
%{_unitdir}/salt-syndic.service
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%config(noreplace) %{_sysconfdir}/salt/master
|
|
|
|
%config(noreplace) %{_sysconfdir}/salt/master
|
|
|
|
%config %{_sysconfdir}/salt/master.template
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# less than RHEL 8 / Fedora 16
|
|
|
|
# less than RHEL 8 / Fedora 16
|
|
|
|
# not sure if RHEL 7 will use systemd yet
|
|
|
|
# not sure if RHEL 7 will use systemd yet
|
|
|
@ -294,6 +290,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Dec 14 2012 Clint Savage <herlo1@gmail.com> - 0.11.0-1
|
|
|
|
|
|
|
|
- Moved to upstream release 0.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 05 2012 Mike Chesnut <mchesnut@gmail.com> - 0.10.5-2
|
|
|
|
|
|
|
|
- moved to upstream release 0.10.5
|
|
|
|
|
|
|
|
- removing references to minion.template and master.template, as those files
|
|
|
|
|
|
|
|
have been removed from the repo
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 18 2012 Clint Savage <herlo1@gmail.com> - 0.10.5-1
|
|
|
|
* Sun Nov 18 2012 Clint Savage <herlo1@gmail.com> - 0.10.5-1
|
|
|
|
- Moved to upstream release 0.10.5
|
|
|
|
- Moved to upstream release 0.10.5
|
|
|
|
- Added pciutils as Requires
|
|
|
|
- Added pciutils as Requires
|
|
|
|