diff --git a/gnome-abrt.spec b/gnome-abrt.spec index faf3608..5eab4ca 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -6,7 +6,10 @@ Name: gnome-abrt Version: 1.2.0 -Release: 7%{?dist} + +# !!!! Release 9? Re-enable pylint +Release: 8%{?dist} + Summary: A utility for viewing problems that have occurred with the system Group: User Interface/Desktops @@ -41,14 +44,25 @@ BuildRequires: libreport-python3 BuildRequires: abrt-gui-devel >= 2.6.0 BuildRequires: gtk3-devel BuildRequires: libX11-devel + %if 0%{?fedora} -BuildRequires: python3-pylint +# 2015-11-12 : +# I temporarily disabled pylint after discussion with rkuska and kalev. pylint +# cannot be built for Python-3.5 and gnome-abrt uses it only for 'make check'. +#%%bcond_without pylint +%bcond_with pylint BuildRequires: python3-six BuildRequires: python3-inotify BuildRequires: python3-gobject BuildRequires: python3-dbus BuildRequires: python3-humanize %else +%bcond_with pylint +%endif + +%if %{with pylint} +BuildRequires: python3-pylint +%else %define checkoption --with-nopylint %endif @@ -93,7 +107,9 @@ desktop-file-install \ %check +%if %{with pylint} make check +%endif %post @@ -126,6 +142,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Nov 12 2015 Jakub Filak - 1.2.0-8 +- Temporarily stop using pylint and turn off 'make check' +- Rebuilt for Python3.5 rebuild + * Tue Nov 10 2015 Fedora Release Engineering - 1.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5