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.9-f44: Don't use native unwinder on arm
Date: Mon, 03 Aug 2026 11:04:11 GMT	[thread overview]
Message-ID: <178575505125.1.4414005459213429006.rpms-abrt-540b10b023c5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : 540b10b023c54b0078cc11e8b936802974936e9b
Author : Jakub Filak <jfilak@redhat.com>
Date   : 2014-07-16T08:35:30+02:00
Stats  : +9/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/540b10b023c54b0078cc11e8b936802974936e9b?branch=update-2.17.9-f44

Log:
Don't use native unwinder on arm

---
diff --git a/abrt.spec b/abrt.spec
index e5d06f5..0d4033c 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -40,7 +40,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.2.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -430,8 +430,11 @@ to the shell
 autoreconf --force --install
 intltoolize --force --copy --automake
 CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs \
-                                        --disable-silent-rules \
-                                        --enable-native-unwinder
+%ifnarch arm armhfp armv7hl armv7l aarch64
+                                        --enable-native-unwinder \
+%endif
+                                        --disable-silent-rules
+
 make %{?_smp_mflags}
 
 %install
@@ -924,6 +927,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Wed Jul 16 2014 Jakub Filak <jfilak@redhat.com> 2.2.2-3
+- don't use native unwinder on arm
+
 * Mon Jul 14 2014 Jakub Filak <jfilak@redhat.com> 2.2.2-2
 - use native unwinder for generating 'core_backtrace'
 

                 reply	other threads:[~2026-08-03 11:04 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=178575505125.1.4414005459213429006.rpms-abrt-540b10b023c5@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