New upstream release 2.14.5
Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
82eb0a22c3
commit
003b0187a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@ abrt-1.1.13.tar.gz
|
||||
/abrt-2.14.2.tar.gz
|
||||
/abrt-2.14.3.tar.gz
|
||||
/abrt-2.14.4.tar.gz
|
||||
/abrt-2.14.5.tar.gz
|
||||
|
30
abrt.spec
30
abrt.spec
@ -48,14 +48,11 @@
|
||||
|
||||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 2.14.4
|
||||
Release: 3%{?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}
|
||||
@ -549,6 +538,7 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
make check|| {
|
||||
# find and print the logs of failed test
|
||||
# do not cat tests/testsuite.log because it contains a lot of bloat
|
||||
find src -name "test-suite.log" -print -exec cat '{}' \;
|
||||
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
||||
cat src/cli/test-suite.log
|
||||
exit 1
|
||||
@ -943,9 +933,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
|
||||
@ -1011,6 +998,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-3
|
||||
- Add upstream patch for an invalid read bug
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (abrt-2.14.4.tar.gz) = b45808453187743c165914f7e72fcbca57684cb93a043fecd36414094ae8423fa661e6e07176773a15aaf468013386be300283e0d1b9d102d2e381ee9154e111
|
||||
SHA512 (abrt-2.14.5.tar.gz) = ceb55d1e31966fe795bea19f96b1f0af2d4e97c3a7da29858f222a6a9442ebe00e589001b2e4cafd2e5b3a2d6db362b895bd6df63365cabe82fc0111428b05b6
|
||||
|
Loading…
Reference in New Issue
Block a user