|
|
|
@ -15,8 +15,8 @@
|
|
|
|
|
%define _salttesting_ver 0.5.3
|
|
|
|
|
|
|
|
|
|
Name: salt
|
|
|
|
|
Version: 0.17.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.17.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A parallel remote execution system
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
@ -31,7 +31,6 @@ Source5: %{name}-master.service
|
|
|
|
|
Source6: %{name}-syndic.service
|
|
|
|
|
Source7: %{name}-minion.service
|
|
|
|
|
Source8: README.fedora
|
|
|
|
|
Patch0: issue8560.patch
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
@ -137,7 +136,6 @@ Salt minion is queried and controlled from the master.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -c
|
|
|
|
|
%patch0
|
|
|
|
|
%setup -T -D -a 1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -320,6 +318,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 19 2013 Erik Johnson <erik@saltstack.com> - 0.17.4-1
|
|
|
|
|
- Update to bugfix release 0.17.4
|
|
|
|
|
|
|
|
|
|
* Tue Nov 19 2013 Erik Johnson <erik@saltstack.com> - 0.17.2-2
|
|
|
|
|
- Patched to fix pkgrepo.managed regression
|
|
|
|
|
|
|
|
|
|