public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: disable addon-vmcore on AArch64
@ 2026-08-03 11:04 Jakub Filak
  0 siblings, 0 replies; only message in thread
From: Jakub Filak @ 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 : 5cd8f8ac400d363e9faebf7db85f493c752facbc
Author : Jakub Filak <jfilak@redhat.com>
Date   : 2014-10-02T08:07:51+02:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/5cd8f8ac400d363e9faebf7db85f493c752facbc?branch=update-2.17.9-f44

Log:
disable addon-vmcore on AArch64

---
diff --git a/abrt.spec b/abrt.spec
index 170bdf6..c6d70fe 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -46,7 +46,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.2.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -486,6 +486,9 @@ CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs \
 %ifnarch arm armhfp armv7hl armv7l aarch64
                                         --enable-native-unwinder \
 %endif
+%if %{?have_kexec_tools} == 0
+                                        --disable-addon-vmcore \
+%endif
                                         --disable-silent-rules
 
 make %{?_smp_mflags}
@@ -1000,6 +1003,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Thu Oct 02 2014 Jakub Filak <jfilak@redhat.com> - 2.2.2-9
+- disable addon-vmcore on AArch64
+
 * Wed Oct 01 2014 Jakub Filak <jfilak@redhat.com> - 2.2.2-8
 - dbus: fixed abrt-dbus memory leaks
 - plugins: add abrt-action-generate-machine-id

^ 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: disable addon-vmcore on AArch64 Jakub Filak

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