public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Filak <jfilak@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.8: disable addon-vmcore on AArch64
Date: Mon, 03 Aug 2026 10:22:57 GMT [thread overview]
Message-ID: <178575257784.1.5867173190869643944.rpms-abrt-5cd8f8ac400d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.8
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.8
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
reply other threads:[~2026-08-03 10:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178575257784.1.5867173190869643944.rpms-abrt-5cd8f8ac400d@fedoraproject.org \
--to=jfilak@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox