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 <jfilak@redhat.com>
This commit is contained in:
parent
1c8a9e6465
commit
f246ddcfc7
@ -7,7 +7,7 @@
|
|||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.5.0
|
Version: 2.5.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: https://github.com/abrt/abrt/wiki/ABRT-Project
|
URL: https://github.com/abrt/abrt/wiki/ABRT-Project
|
||||||
@ -48,11 +48,6 @@ BuildRequires: augeas-devel
|
|||||||
BuildRequires: augeas
|
BuildRequires: augeas
|
||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
Requires: libreport-filesystem = %{version}-%{release}
|
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}
|
Requires: satyr >= %{satyr_ver}
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -737,6 +732,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 21 2015 Jakub Filak <jfilak@redhat.com> 2.5.0-2
|
||||||
|
- remove libreport-python from libreport's Requires
|
||||||
|
|
||||||
* Wed Mar 18 2015 Jakub Filak <jfilak@redhat.com> 2.5.0-1
|
* Wed Mar 18 2015 Jakub Filak <jfilak@redhat.com> 2.5.0-1
|
||||||
- spec: require dnf instead of yum
|
- spec: require dnf instead of yum
|
||||||
- Port reportclient to python3
|
- Port reportclient to python3
|
||||||
|
Loading…
Reference in New Issue
Block a user