diff --git a/salt.spec b/salt.spec index 4d90114..aad9d62 100644 --- a/salt.spec +++ b/salt.spec @@ -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 - 2019.2.1rc0-3 +- Fixed tornado requirement + * Fri Aug 30 2019 Fedora Release Engineering - 2019.2.1rc0-2 - Added python3-distro as a requirement