From 5cd8f8ac400d363e9faebf7db85f493c752facbc Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Oct 02 2014 06:07:51 +0000 Subject: 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 - 2.2.2-9 +- disable addon-vmcore on AArch64 + * Wed Oct 01 2014 Jakub Filak - 2.2.2-8 - dbus: fixed abrt-dbus memory leaks - plugins: add abrt-action-generate-machine-id