Fixed tornado requirement

e9
David Murphy 5 years ago
parent aa9426e995
commit a0bd766a27

@ -13,7 +13,7 @@
Name: salt
Version: 2019.2.1%{?__rc_ver}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A parallel remote execution system
License: ASL 2.0
@ -82,7 +82,7 @@ Requires: python%{python3_pkgversion}-m2crypto >= 0.31.0
Requires: python%{python3_pkgversion}-requests
Requires: python%{python3_pkgversion}-zmq
Requires: python%{python3_pkgversion}-markupsafe
Requires: python%{python3_pkgversion}-tornado4 >= 4.2.1
Requires: python%{python3_pkgversion}-tornado >= 4.2.1
Requires: python%{python3_pkgversion}-six
Requires: python%{python3_pkgversion}-psutil
Requires: python%{python3_pkgversion}-pyyaml
@ -457,6 +457,9 @@ rm -rf %{buildroot}
%changelog
* Fri Aug 30 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.2.1rc0-3
- Fixed tornado requirement
* Fri Aug 30 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.2.1rc0-2
- Added python3-distro as a requirement

Loading…
Cancel
Save