Update for Salt 2017.7.4 point release

e9
David Murphy 7 years ago
parent 17871d8ee1
commit bdd807a946

1
.gitignore vendored

@ -76,3 +76,4 @@
/salt-2017.7.1.tar.gz /salt-2017.7.1.tar.gz
/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

@ -41,8 +41,8 @@
%define fish_dir %{_datadir}/fish/vendor_functions.d %define fish_dir %{_datadir}/fish/vendor_functions.d
Name: salt Name: salt
Version: 2017.7.3%{?__rc_ver} Version: 2017.7.4%{?__rc_ver}
Release: 2%{?dist} Release: 1%{?dist}
Summary: A parallel remote execution system Summary: A parallel remote execution system
Group: System Environment/Daemons Group: System Environment/Daemons
@ -74,6 +74,7 @@ Source21: salt-syndic.fish
## Patch0: salt-%%{version}-tests.patch ## Patch0: salt-%%{version}-tests.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
@ -90,7 +91,7 @@ Requires: yum-utils
%endif %endif
%if ((0%{?rhel} >= 6 || 0%{?fedora} > 12) && 0%{?include_tests}) %if ((0%{?rhel} >= 6 || 0%{?fedora} > 12) && 0%{?include_tests})
BuildRequires: python%{?__python_ver}-tornado >= 4.2.1 BuildRequires: python%{?__python_ver}-tornado >= 4.2.1, python%{?__python_ver}-tornado < 5.0
BuildRequires: python%{?__python_ver}-futures >= 2.0 BuildRequires: python%{?__python_ver}-futures >= 2.0
BuildRequires: python%{?__python_ver}-crypto >= 2.6.1 BuildRequires: python%{?__python_ver}-crypto >= 2.6.1
BuildRequires: python%{?__python_ver}-jinja2 BuildRequires: python%{?__python_ver}-jinja2
@ -145,7 +146,7 @@ Requires: PyYAML
Requires: python%{?__python_ver}-requests >= 1.0.0 Requires: python%{?__python_ver}-requests >= 1.0.0
Requires: python%{?__python_ver}-zmq Requires: python%{?__python_ver}-zmq
Requires: python%{?__python_ver}-markupsafe Requires: python%{?__python_ver}-markupsafe
Requires: python%{?__python_ver}-tornado >= 4.2.1 Requires: python%{?__python_ver}-tornado >= 4.2.1, python%{?__python_ver}-tornado < 5.0
Requires: python%{?__python_ver}-futures >= 2.0 Requires: python%{?__python_ver}-futures >= 2.0
Requires: python%{?__python_ver}-six Requires: python%{?__python_ver}-six
Requires: python%{?__python_ver}-psutil Requires: python%{?__python_ver}-psutil
@ -333,6 +334,9 @@ mkdir %{_tmppath}/salt-test-cache
PYTHONPATH=%{pythonpath} %{__python} setup.py test --runtests-opts=-u PYTHONPATH=%{pythonpath} %{__python} setup.py test --runtests-opts=-u
%endif %endif
%clean
rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc $RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{version}/LICENSE %doc $RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{version}/LICENSE
@ -622,10 +626,14 @@ PYTHONPATH=%{pythonpath} %{__python} setup.py test --runtests-opts=-u
%endif %endif
%changelog %changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.7.3-2 * Tue Feb 20 2018 SaltStack Packaging Team <packaging@ch3ll.com> - 2017.7.4-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Update to feature release 2017.7.4
* Fri Feb 16 2018 SaltStack Packaging Team <packaging@saltstack.com> - 2017.7.4-1
- Update to feature release 2017.7.4-1
- Limit to Tornado use to between versions 4.2.1 and less than 5.0
* Tue Jan 30 2018 SaltStack Packaging Team <packaging@Ch3LL.com> - 2017.7.3-1 * Tue Jan 30 2018 SaltStack Packaging Team <packaging@saltstack.com> - 2017.7.3-1
- Update to feature release 2017.7.3-1 - Update to feature release 2017.7.3-1
* Mon Sep 18 2017 SaltStack Packaging Team <packaging@saltstack.com> - 2017.7.2-1 * Mon Sep 18 2017 SaltStack Packaging Team <packaging@saltstack.com> - 2017.7.2-1

@ -1 +1 @@
SHA512 (salt-2017.7.3.tar.gz) = 0452ad6cf2a9bcecd0056f0a6f4871e36bf2abe8c207c93f79e1e9ace608b7ba2158e958a71121f230969ff0b32ffd26f048e369003f844eaf3f4f9dd4b4a19a SHA512 (salt-2017.7.4.tar.gz) = 79d7853c2614ed581e441babe6fbb73809816ec53aa47016b5066b771de449d4dcc999927d7e1c92c5ca68c816d27779e34e31ec1408d473a07120d62846de73

Loading…
Cancel
Save