public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Fabik <mfabik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: New upstream release 2.14.5
Date: Mon, 03 Aug 2026 11:05:26 GMT [thread overview]
Message-ID: <178575512652.1.1783550480199277915.rpms-abrt-003b0187a1b6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 003b0187a1b6e0e4785a2bf591683bd190faeea8
Author : Michal Fabik <mfabik@redhat.com>
Date : 2020-12-01T15:21:38+01:00
Stats : +14/-19 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/003b0187a1b6e0e4785a2bf591683bd190faeea8?branch=update-2.17.9-f44
Log:
New upstream release 2.14.5
Signed-off-by: Michal Fabik <mfabik@redhat.com>
---
diff --git a/.gitignore b/.gitignore
index 39856b1..122dd2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/abrt.spec b/abrt.spec
index 22462d8..5ab21c4 100644
--- a/abrt.spec
+++ b/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
diff --git a/sources b/sources
index c3a1c22..cf3278c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (abrt-2.14.4.tar.gz) = b45808453187743c165914f7e72fcbca57684cb93a043fecd36414094ae8423fa661e6e07176773a15aaf468013386be300283e0d1b9d102d2e381ee9154e111
+SHA512 (abrt-2.14.5.tar.gz) = ceb55d1e31966fe795bea19f96b1f0af2d4e97c3a7da29858f222a6a9442ebe00e589001b2e4cafd2e5b3a2d6db362b895bd6df63365cabe82fc0111428b05b6
reply other threads:[~2026-08-03 11:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575512652.1.1783550480199277915.rpms-abrt-003b0187a1b6@fedoraproject.org \
--to=mfabik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox