diff --git a/rhnpush.spec b/rhnpush.spec index 5a9ecb8999..5a17935b5c 100644 --- a/rhnpush.spec +++ b/rhnpush.spec @@ -1,6 +1,4 @@ -%if 0%{?fedora} || 0%{?rhel} >= 7 -%{!?pylint_check: %global pylint_check 1} -%endif +%{!?pylint_check: %global pylint_check 0} %if 0%{?fedora} %global build_py3 1 @@ -14,7 +12,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: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz BuildArch: noarch Requires: %{pythonX}-%{name} = %{version}-%{release} @@ -111,6 +109,9 @@ spacewalk-python2-pylint $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{python_sitel %endif %changelog +* Thu Mar 08 2018 Tomas Kasparek 5.5.110-3 +- disable pylint checks (tkasparek@redhat.com) + * Thu Mar 08 2018 Tomas Kasparek 5.5.110-2 - rebuild for rhel8