Update for Salt 2017.7.5 point release

e9
David Murphy 7 years ago
parent bdd807a946
commit d9ff878d65

1
.gitignore vendored

@ -77,3 +77,4 @@
/salt-2017.7.2.tar.gz /salt-2017.7.2.tar.gz
/salt-2017.7.3.tar.gz /salt-2017.7.3.tar.gz
/salt-2017.7.4.tar.gz /salt-2017.7.4.tar.gz
/salt-2017.7.5.tar.gz

@ -4,7 +4,7 @@ Documentation=man:salt-master(1) file:///usr/share/doc/salt/html/contents.html h
After=network.target After=network.target
[Service] [Service]
LimitNOFILE=16384 LimitNOFILE=100000
Type=notify Type=notify
NotifyAccess=all NotifyAccess=all
ExecStart=/usr/bin/salt-master ExecStart=/usr/bin/salt-master

@ -41,7 +41,7 @@
%define fish_dir %{_datadir}/fish/vendor_functions.d %define fish_dir %{_datadir}/fish/vendor_functions.d
Name: salt Name: salt
Version: 2017.7.4%{?__rc_ver} Version: 2017.7.5%{?__rc_ver}
Release: 1%{?dist} Release: 1%{?dist}
Summary: A parallel remote execution system Summary: A parallel remote execution system
@ -626,8 +626,8 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Tue Feb 20 2018 SaltStack Packaging Team <packaging@ch3ll.com> - 2017.7.4-1 * Tue Mar 27 2018 SaltStack Packaging Team <packaging@saltstack.com> - 2017.7.5-1
- Update to feature release 2017.7.4 - Update to feature release 2017.7.5-1 for Python 2
* Fri Feb 16 2018 SaltStack Packaging Team <packaging@saltstack.com> - 2017.7.4-1 * Fri Feb 16 2018 SaltStack Packaging Team <packaging@saltstack.com> - 2017.7.4-1
- Update to feature release 2017.7.4-1 - Update to feature release 2017.7.4-1

@ -1 +1 @@
SHA512 (salt-2017.7.4.tar.gz) = 79d7853c2614ed581e441babe6fbb73809816ec53aa47016b5066b771de449d4dcc999927d7e1c92c5ca68c816d27779e34e31ec1408d473a07120d62846de73 SHA512 (salt-2017.7.5.tar.gz) = 684ffde7d98c73349b386c94de3d9fc09631a78c5d74e37e6dfd90fbb0c94decc529f56b1eba1559ce9932b16083f88e6495ff6cdf071b32a23028e9db47cc3d

Loading…
Cancel
Save