Obsoletes abrt-plugin-sosreport, to fix upgrade path

This commit is contained in:
Sérgio M. Basto 2021-04-30 22:37:59 +01:00
parent 074ab8b76c
commit 126031c321
1 changed files with 6 additions and 1 deletions

View File

@ -49,7 +49,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.14.5
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
URL: https://abrt.readthedocs.org/
Source: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
@ -107,6 +107,8 @@ Requires: libreport-plugin-ureport
%if 0%{?fedora}
Requires: libreport-plugin-systemd-journal
%endif
# to fix upgrade path abrt-plugin-sosreport was removed in 2.14.5 version.
Obsoletes: abrt-plugin-sosreport < 2.14.5
#gui
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
@ -998,6 +1000,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Fri Apr 30 2021 Sérgio Basto <sergio@serjux.com> - 2.14.5-4
- Obsoletes abrt-plugin-sosreport, to fix upgrade path
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.14.5-3
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.