Update to bugfix release 2015.5.8

e9
Erik Johnson 9 years ago
parent c40cdbc595
commit 87e4671a30

2
.gitignore vendored

@ -56,3 +56,5 @@
/salt-2015.5.3.tar.gz /salt-2015.5.3.tar.gz
/SaltTesting-2015.7.10.tar.gz /SaltTesting-2015.7.10.tar.gz
/salt-2015.5.5.tar.gz /salt-2015.5.5.tar.gz
/salt-2015.5.8.tar.gz
/salt-2015.8.3.tar.gz

@ -15,7 +15,7 @@
%define _salttesting_ver 2015.7.10 %define _salttesting_ver 2015.7.10
Name: salt Name: salt
Version: 2015.5.5 Version: 2015.5.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: A parallel remote execution system Summary: A parallel remote execution system
@ -36,7 +36,7 @@ Source10: README.fedora
Source11: logrotate.salt Source11: logrotate.salt
Source12: salt.bash Source12: salt.bash
Patch0: salt-%{version}-tests.patch #Patch0: salt-%{version}-tests.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -121,15 +121,15 @@ Requires: systemd-python
%endif %endif
%description %description
Salt is a distributed remote execution system used to execute commands and Salt is a distributed remote execution system used to execute commands and
query data. It was developed in order to bring the best solutions found in query data. It was developed in order to bring the best solutions found in
the world of remote execution together and make them better, faster and more the world of remote execution together and make them better, faster and more
malleable. Salt accomplishes this via its ability to handle larger loads of malleable. Salt accomplishes this via its ability to handle larger loads of
information, and not just dozens, but hundreds or even thousands of individual information, and not just dozens, but hundreds or even thousands of individual
servers, handle them quickly and through a simple and manageable interface. servers, handle them quickly and through a simple and manageable interface.
%package master %package master
Summary: Management component for salt, a parallel remote execution system Summary: Management component for salt, a parallel remote execution system
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%if (0%{?rhel} >= 7 || 0%{?fedora} >= 15) %if (0%{?rhel} >= 7 || 0%{?fedora} >= 15)
@ -140,7 +140,7 @@ Requires: systemd-python
The Salt master is the central server to which all minions connect. The Salt master is the central server to which all minions connect.
%package minion %package minion
Summary: Client component for Salt, a parallel remote execution system Summary: Client component for Salt, a parallel remote execution system
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -149,7 +149,7 @@ The Salt minion is the agent component of Salt. It listens for instructions
from the master, runs jobs, and returns results back to the master. from the master, runs jobs, and returns results back to the master.
%package syndic %package syndic
Summary: Master-of-master component for Salt, a parallel remote execution system Summary: Master-of-master component for Salt, a parallel remote execution system
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
@ -190,8 +190,8 @@ of an agent (salt-minion) service.
%setup -c %setup -c
%setup -T -D -a 1 %setup -T -D -a 1
cd %{name}-%{version} #cd %{name}-%{version}
%patch0 -p1 #%patch0 -p1
%build %build
@ -455,6 +455,9 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Sun Dec 20 2015 Erik Johnson <erik@saltstack.com> - 2015.5.8-1
- Update to bugfix release 2015.5.8
* Fri Aug 21 2015 Erik Johnson <erik@saltstack.com> - 2015.5.5-1 * Fri Aug 21 2015 Erik Johnson <erik@saltstack.com> - 2015.5.5-1
- Update to bugfix release 2015.5.5 - Update to bugfix release 2015.5.5

@ -1,2 +1,2 @@
1a8e9e658d900b314fc3720ba51cc663 salt-2015.5.5.tar.gz
993296e827d4198c0ff0e7cb17d13e45 SaltTesting-2015.7.10.tar.gz 993296e827d4198c0ff0e7cb17d13e45 SaltTesting-2015.7.10.tar.gz
91352440e28bbed556130920acd53c0f salt-2015.5.8.tar.gz

Loading…
Cancel
Save