From f246ddcfc7d0ca745c8d578655fe0bda10f88baf Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Mar 21 2015 06:48:46 +0000 Subject: don't pull libreport-python with libreport setroubleshoot and python-meh (anaconda) have libreport-python in their Requires, so there is no need to have libreport-python in Requires of libreport. The main problem with libreport-python is that it requires 'dnf' in and this requirement prevent us from adding libreport and abrt-addon-coredump-helper to Atomic hosts. Signed-off-by: Jakub Filak --- 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