public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: New upstream release 2.14.4
@ 2026-08-03 10:24 Michal Fabik
0 siblings, 0 replies; only message in thread
From: Michal Fabik @ 2026-08-03 10:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
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.8
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 10:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:24 [rpms/abrt] update-2.17.8: New upstream release 2.14.4 Michal Fabik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox