[abrt/f21] disable addon-vmcore on AArch64

Jakub Filak jfilak at fedoraproject.org
Thu Oct 2 07:08:38 UTC 2014


commit 8f8b82380ca9cf94dae8f22e7f0c69b5b6ffd0f1
Author: Jakub Filak <jfilak at redhat.com>
Date:   Thu Oct 2 08:03:10 2014 +0200

    disable addon-vmcore on AArch64

 abrt.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/abrt.spec b/abrt.spec
index bb20034..0eec8e4 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/
@@ -487,6 +487,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}
@@ -1001,6 +1004,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 at redhat.com> - 2.2.2-9
+- disable addon-vmcore on AArch64
+
 * Wed Oct 01 2014 Jakub Filak <jfilak at redhat.com> - 2.2.2-8
 - dbus: fixed abrt-dbus memory leaks
 - plugins: add abrt-action-generate-machine-id


More information about the scm-commits mailing list