|
|
@ -21,7 +21,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: salt
|
|
|
|
Name: salt
|
|
|
|
Version: 3000%{?__rc_ver}
|
|
|
|
Version: 3000%{?__rc_ver}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: A parallel remote execution system
|
|
|
|
Summary: A parallel remote execution system
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
@ -95,6 +95,11 @@ BuildRequires: python%{python3_pkgversion}-pyyaml
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: git
|
|
|
|
BuildRequires: git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 31
|
|
|
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-distro
|
|
|
|
|
|
|
|
Requires: python%{python3_pkgversion}-distro
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Requires: python%{python3_pkgversion}-jinja2
|
|
|
|
Requires: python%{python3_pkgversion}-jinja2
|
|
|
|
Requires: python%{python3_pkgversion}-msgpack >= 0.4
|
|
|
|
Requires: python%{python3_pkgversion}-msgpack >= 0.4
|
|
|
|
|
|
|
|
|
|
|
@ -517,6 +522,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 24 2020 SaltStack Packaging Team <packaging@frogunder.com> - 3000-3
|
|
|
|
|
|
|
|
- Added distro as a build and requires dependency for Fedora >= 31
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 24 2020 SaltStack Packaging Team <packaging@frogunder.com> - 3000-2
|
|
|
|
* Mon Feb 24 2020 SaltStack Packaging Team <packaging@frogunder.com> - 3000-2
|
|
|
|
- Changed dependency for crypto to pycryptodomex
|
|
|
|
- Changed dependency for crypto to pycryptodomex
|
|
|
|
|
|
|
|
|
|
|
|