disable addon-vmcore on AArch64

This commit is contained in:
Jakub Filak 2014-10-02 08:03:10 +02:00
parent 55686befa2
commit 5cd8f8ac40

View File

@ -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/
@ -485,6 +485,9 @@ intltoolize --force --copy --automake
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
@ -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