diff --git a/libreport.spec b/libreport.spec index c730fd3..05a4667 100644 --- a/libreport.spec +++ b/libreport.spec @@ -7,7 +7,7 @@ Summary: Generic library for reporting various problems Name: libreport Version: 2.5.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://github.com/abrt/abrt/wiki/ABRT-Project @@ -48,11 +48,6 @@ BuildRequires: augeas-devel BuildRequires: augeas BuildRequires: xz-devel Requires: libreport-filesystem = %{version}-%{release} -# required for update from old report library, otherwise we obsolete report-gtk -# and all it's plugins, but don't provide the python bindings and the sealert -# end-up with: can't import report.GtkIO -# FIXME: can be removed when F15 will EOLed, needs to stay in rhel6! -Requires: libreport-python = %{version}-%{release} Requires: satyr >= %{satyr_ver} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -737,6 +732,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Mar 21 2015 Jakub Filak 2.5.0-2 +- remove libreport-python from libreport's Requires + * Wed Mar 18 2015 Jakub Filak 2.5.0-1 - spec: require dnf instead of yum - Port reportclient to python3