diff --git a/rhnpush.spec b/rhnpush.spec index aa3ba0db0d..b95096ee78 100644 --- a/rhnpush.spec +++ b/rhnpush.spec @@ -16,7 +16,7 @@ Summary: Package uploader for the Spacewalk or Red Hat Satellite Server License: GPLv2 URL: https://github.com/spacewalkproject/spacewalk Version: 5.5.110 -Release: 5%{?dist} +Release: 6%{?dist} Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz BuildArch: noarch Requires: %{pythonX}-%{name} = %{version}-%{release} @@ -68,7 +68,7 @@ Requires: python3-rhnlib >= 2.8.3 Requires: python3-rhn-client-tools Requires: python3-spacewalk-backend-libs Requires: python3-spacewalk-usix -BuildRequires: spacewalk-backend-libs > 1.8.33 +BuildRequires: python3-spacewalk-backend-libs > 1.8.33 BuildRequires: python3-devel BuildRequires: python3-rhn-client-tools BuildRequires: python3-rpm-macros @@ -135,6 +135,9 @@ spacewalk-python3-pylint $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{python3_site %endif %changelog +* Tue Jul 24 2018 Tomas Kasparek 5.5.110-6 +- fix python3 build requirements (nils@redhat.com) + * Tue Mar 20 2018 Tomas Kasparek 5.5.110-5 - disable pylint warnings discovered by run on python3 (tkasparek@redhat.com) - run pylint 2/3 depending on environment (tkasparek@redhat.com)