public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: New version 2.10.2
@ 2026-08-03 11:04 Matej Habrnal
  0 siblings, 0 replies; only message in thread
From: Matej Habrnal @ 2026-08-03 11:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.9-f44
            Commit : 3c502986855c2605b65d34a76bafb91cd410c088
            Author : Matej Habrnal <mhabrnal@redhat.com>
            Date   : 2017-04-25T13:04:41+02:00
            Stats  : +35/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/abrt/c/3c502986855c2605b65d34a76bafb91cd410c088?branch=update-2.17.9-f44

            Log:
            New version 2.10.2

Resolves: #1439821

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>

---
diff --git a/.gitignore b/.gitignore
index ca88abe..3976f3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.9.0.tar.gz
 /abrt-2.10.0.tar.gz
 /abrt-2.10.1.tar.gz
+/abrt-2.10.2.tar.gz

diff --git a/abrt.spec b/abrt.spec
index d097ef6..e90cf6d 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -59,7 +59,7 @@
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.10.1
+Version: 2.10.2
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -727,7 +727,27 @@ fi
 service abrtd condrestart >/dev/null 2>&1 || :
 
 %posttrans addon-ccpp
-service abrt-journal-core condrestart >/dev/null 2>&1 || :
+# Migrate from abrt-ccpp.service to abrt-journal-core.service
+# 'systemctl preset abrt-ccpp.service abrt-journal-core.service'
+# is done only for installation by %systemd_post macro but not for package
+# upgrade. Following lines affect changes in Fedora preset files in case of
+# package upgrade and also starts abrt-journal-core.service and stops
+# abrt-ccpp.service if abrt-ccpp.service is running.
+# All this has to be done only once because some users want to use
+# abrt-ccpp.service instead of the default abrt-journal-core.service.
+# Hence we introduced a %{_localstatedir}/lib/abrt/abrt-migrated file to
+# mark the migration was done.
+if test ! -f %{_localstatedir}/lib/abrt/abrt-migrated ; then
+    systemctl --no-reload preset abrt-ccpp.service >/dev/null 2>&1 || :
+    systemctl --no-reload preset abrt-journal-core.service >/dev/null 2>&1 || :
+    if service abrt-ccpp status >/dev/null 2>&1 ; then
+        systemctl stop abrt-ccpp >/dev/null 2>&1 || :
+        systemctl start abrt-journal-core >/dev/null 2>&1 || :
+    fi
+    touch %{_localstatedir}/lib/abrt/abrt-migrated
+fi
+systemctl try-restart abrt-journal-core >/dev/null 2>&1 || :
+systemctl try-restart abrt-ccpp >/dev/null 2>&1 || :
 
 %posttrans addon-kerneloops
 service abrt-oops condrestart >/dev/null 2>&1 || :
@@ -1122,6 +1142,17 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Tue Apr 25 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.2-1
+- Translation updates
+- spec: introduce migration to abrt-journal-core
+- abrt_event: Save cpuinfo in problem directories
+- koops: Improve fatal MCE check when dumping backtrace
+- lib: typo in header
+- Spelling fixes
+- Python 3.6 invalid escape sequence deprecation fix
+- koops_event: add check to restrict reporting of MCEs
+- Resolves: #1439821
+
 * Thu Mar 16 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.1-1
 - bodhi: Remove dependency on hawkey
 - spec: Remove dependency on hawkey

diff --git a/sources b/sources
index 436b2fd..57e17a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (abrt-2.10.1.tar.gz) = d62247463e6c4aa18da4916669d4a6bb131975ede4126731118b5c6bd7dba6286117271888e1d330bc9819d5befa6364466d604c98bf511e117e3b0b6a930600
+SHA512 (abrt-2.10.2.tar.gz) = 5f03d47dfd97fc67eefa71b7750e8d2f189beff8c455f86d7f7c89195f64ed39ae08f611bef11f6a9d2b94bf83e7d7e49f2bdff8d92710f94dc6efe96ae1d1c3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 11:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:04 [rpms/abrt] update-2.17.9-f44: New version 2.10.2 Matej Habrnal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox