Update for point release Salt 3000.1

e9
David Murphy 5 years ago
parent eaca3f4867
commit f07f4704cb

1
.gitignore vendored

@ -84,3 +84,4 @@
/salt-2019.2.0.tar.gz
/salt-2019.2.1rc0.tar.gz
/salt-3000.tar.gz
/salt-3000.1.tar.gz

@ -18,8 +18,8 @@
%define fish_dir %{_datadir}/fish/vendor_functions.d
Name: salt
Version: 3000%{?__rc_ver}
Release: 5%{?dist}
Version: 3000.1%{?__rc_ver}
Release: 1%{?dist}
Summary: A parallel remote execution system
Group: System Environment/Daemons
License: ASL 2.0
@ -139,7 +139,7 @@ servers, handle them quickly and through a simple and manageable interface.
Summary: Management component for salt, a parallel remote execution system
Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release}
Requires: python%{python3_pkgversion}-systemd
Requires: python%{python3_pkgversion}-systemd
%description master
The Salt master is the central server to which all minions connect.
@ -508,6 +508,9 @@ rm -rf %{buildroot}
%changelog
* Wed Apr 01 2020 SaltStack Packaging Team <packaging@frogunder.com> - 3000.1-1
- Update to feature release 3000.1-1 for Python 3
* Tue Feb 25 2020 SaltStack Packaging Team <packaging@frogunder.com> - 3000-5
- Fix lint clean up issues

@ -1 +1 @@
SHA512 (salt-3000.tar.gz) = 7ae4a59cd985923891614c5df0a67fea57ce61f66ef5883d25127a530bc6baa72ef9dc56ea8dce96d9993c531b3ffa9c419b3052e7a1f6969780a973e8d1f735
SHA512 (salt-3000.1.tar.gz) = b28c3ddac58a85fc659fd9411d19f7fd1fcc0ecba1d973f6e1218474c0ad534854a9005ace91a853fb63c2f07d4b3094cf57fd635c96cbaa15074f08502f572e

Loading…
Cancel
Save