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.4
Date: Mon, 03 Aug 2026 11:05:24 GMT	[thread overview]
Message-ID: <178575512413.1.12410689405386232599.rpms-abrt-3de7b9d0b781@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.9-f44
            Commit : 3de7b9d0b781037c51fcc375eef6dc84ff7e38bc
            Author : Michal Fabik <mfabik@redhat.com>
            Date   : 2020-08-21T11:47:18+02:00
            Stats  : +14/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/abrt/c/3de7b9d0b781037c51fcc375eef6dc84ff7e38bc?branch=update-2.17.9-f44

            Log:
            New upstream release 2.14.4

Signed-off-by: Michal Fabik <mfabik@redhat.com>

---
diff --git a/.gitignore b/.gitignore
index 7d8f72d..39856b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.14.1.tar.gz
 /abrt-2.14.2.tar.gz
 /abrt-2.14.3.tar.gz
+/abrt-2.14.4.tar.gz

diff --git a/abrt.spec b/abrt.spec
index 396a9f7..b2d9ebe 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -43,12 +43,12 @@
     %define docdirversion -%{version}
 %endif
 
-%define libreport_ver 2.13.0
+%define libreport_ver 2.14.0
 %define satyr_ver 0.24
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.14.3
+Version: 2.14.4
 Release: 1%{?dist}
 License: GPLv2+
 URL: https://abrt.readthedocs.org/
@@ -79,6 +79,7 @@ BuildRequires: libselinux-devel
 BuildRequires: python3-devel
 BuildRequires: python3-systemd
 BuildRequires: python3-argcomplete
+BuildRequires: python3-dbus
 %endif
 
 Requires: libreport >= %{libreport_ver}
@@ -267,7 +268,7 @@ Summary: %{name}'s pstore oops addon
 Requires: %{name} = %{version}-%{release}
 Requires: abrt-libs = %{version}-%{release}
 Requires: abrt-addon-kerneloops
-Obsoletes: abrt-addon-uefioops
+Obsoletes: abrt-addon-uefioops <= 2.1.6
 
 %description addon-pstoreoops
 This package contains plugin for collecting kernel oopses from pstore storage.
@@ -276,7 +277,7 @@ This package contains plugin for collecting kernel oopses from pstore storage.
 %package plugin-bodhi
 Summary: %{name}'s bodhi plugin
 Requires: %{name} = %{version}-%{release}
-Obsoletes: libreport-plugin-bodhi > 0.0.1
+Obsoletes: libreport-plugin-bodhi <= 2.0.10
 Provides: libreport-plugin-bodhi = %{version}-%{release}
 
 %description plugin-bodhi
@@ -545,6 +546,7 @@ make check|| {
     # find and print the logs of failed test
     # do not cat tests/testsuite.log because it contains a lot of bloat
     find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
+    cat src/cli/test-suite.log
     exit 1
 }
 
@@ -808,7 +810,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
 
 %dir %{_localstatedir}/lib/abrt
 
-# attr(6755) ~= SETGID
+# attr(2755) ~= SETGID
 %attr(2755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
 
 %{_bindir}/abrt-action-analyze-c
@@ -1005,6 +1007,11 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Mon Aug 17 2020 Michal Fabik <mfabik@redhat.com> - 2.14.4-1
+- Fix broken release 2.14.3
+- oops-utils: Respect the 'world-readable' flag
+- Decommission libreport_list_free_with_free
+
 * Thu Aug 13 2020 Michal Fabik <mfabik@redhat.com> - 2.14.3-1
 - plugins: abrt-dump-journal-core: Handle zstd compression
 - applet: application: Use GLib for logging

diff --git a/sources b/sources
index 51e3cda..c3a1c22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (abrt-2.14.3.tar.gz) = 34aeffa9fac4d97adee9511dee525a0208112fdeb2f75180f02795d40ff094c1a60a50dabcb15fc4729c549c407ef97ae23f18ad5ea1df2fd5114c41185a3606
+SHA512 (abrt-2.14.4.tar.gz) = b45808453187743c165914f7e72fcbca57684cb93a043fecd36414094ae8423fa661e6e07176773a15aaf468013386be300283e0d1b9d102d2e381ee9154e111

                 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=178575512413.1.12410689405386232599.rpms-abrt-3de7b9d0b781@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