New upstream release 2.14.5

Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
Michal Fabik 2020-12-01 16:07:25 +01:00
commit d2cb4f403d
3 changed files with 13 additions and 19 deletions

View file

@ -48,14 +48,11 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.14.4
Release: 7%{?dist}
Version: 2.14.5
Release: 1%{?dist}
License: GPLv2+
URL: https://abrt.readthedocs.org/
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: 0001-hooklib-Don-t-g_autofree-backtrace.patch
Patch1: 0002-hooklib-Proper-freeing-of-backtrace.patch
Source: https://github.com/abrt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRequires: git-core
BuildRequires: %{dbus_devel}
@ -66,6 +63,7 @@ BuildRequires: rpm-devel >= 4.6
BuildRequires: desktop-file-utils
BuildRequires: libnotify-devel
#why? BuildRequires: file-devel
BuildRequires: make
BuildRequires: gettext
BuildRequires: libxml2-devel
BuildRequires: intltool
@ -310,15 +308,6 @@ This package contains python 3 hook and handling uncaught exception in python 3
programs in container.
%endif
%package plugin-sosreport
Summary: %{name}'s plugin for building automatic sosreports
Requires: sos >= 3.6
Requires: %{name} = %{version}-%{release}
%description plugin-sosreport
This package contains a configuration snippet to enable automatic generation
of sosreports for abrt events.
%package plugin-machine-id
Summary: %{name}'s plugin to generate machine_id based off dmidecode
Requires: %{name} = %{version}-%{release}
@ -941,9 +930,6 @@ killall abrt-dbus >/dev/null 2>&1 || :
%{python3_sitelib}/__pycache__/abrt_exception_handler3_container.*
%endif
%files plugin-sosreport
%config(noreplace) %{_sysconfdir}/libreport/events.d/sosreport_event.conf
%files plugin-machine-id
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
%{_libexecdir}/abrt-action-generate-machine-id
@ -1009,6 +995,13 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Tue Dec 01 2020 Michal Fabik <mfabik@redhat.com> 2.14.5-1
- Fix invalid free (rhbz#1895660)
- Fix crash during local processing (rhbz#1881745)
- Fix reported numbers of missing debuginfo packages in abrt-action-install-debuginfo
- Correct the format of NEVRA generated for packages where a problem occurred (rhbz#1900982)
- Drop --raw flag in abrt-action-generate-core-backtrace
* Tue Oct 13 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.4-7
- Add upstream patch for an invalid read bug