diff --git a/rhncfg.spec b/rhncfg.spec index cc2068e..658d25f 100644 --- a/rhncfg.spec +++ b/rhncfg.spec @@ -15,7 +15,7 @@ Name: rhncfg Version: 5.10.120 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Spacewalk Configuration Client Libraries License: GPLv2 URL: https://github.com/spacewalkproject/spacewalk @@ -60,7 +60,7 @@ Python 2 specific files for %{name}. Summary: Spacewalk Configuration Client Libraries %{?python_provide:%python_provide python3-%{name}} Requires: %{name} = %{version}-%{release} -Requires: python3 +%{?__python3:Requires: %{__python3}} Requires: python3-rhnlib >= 2.8.3 Requires: python3-spacewalk-usix Requires: python3-rhn-client-tools >= 2.8.4 @@ -281,6 +281,10 @@ fi %endif %changelog +* Tue Mar 05 2019 Michael Mraka 5.10.120-10 +- Resolves: #1633713 - Require the Python interpreter directly instead of using + the package name + * Mon Feb 04 2019 Michael Mraka 5.10.120-9 - Resolves: #1665858 - diff expects string not bytes - Resolves: #1622961 - avoid deprecated fucntions when running on python3