public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Abdurachmanov <davidlt@rivosinc.com>
To: git-commits@fedoraproject.org
Subject: [rpms/abrt] update-2.17.9-f44: Disable Requires on kexec-tools for riscv64
Date: Mon, 03 Aug 2026 11:05:51 GMT	[thread overview]
Message-ID: <178575515173.1.2799219826077047560.rpms-abrt-67fc5aa7565f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/abrt
            Branch : update-2.17.9-f44
            Commit : 67fc5aa7565f8695eda11f3ba88f8edb2d6483f9
            Author : David Abdurachmanov <davidlt@rivosinc.com>
            Date   : 2024-12-02T09:59:50+00:00
            Stats  : +8/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/abrt/c/67fc5aa7565f8695eda11f3ba88f8edb2d6483f9?branch=update-2.17.9-f44

            Log:
            Disable Requires on kexec-tools for riscv64

kexec is supported for riscv64 on the kernel side, but the tooling side
is not yet upstreamed. Status is unknown.

See recent failed kexec-tools builds on riscv64 here:
http://fedora.riscv.rocks/koji/packageinfo?packageID=17577

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>

---
diff --git a/abrt.spec b/abrt.spec
index 6d83b4d..783d3c4 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -57,7 +57,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 2.17.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL-2.0-or-later
 URL: https://abrt.readthedocs.org/
 Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -249,7 +249,11 @@ log.
 Summary: %{name}'s vmcore addon
 Requires: %{name} = %{version}-%{release}
 Requires: abrt-addon-kerneloops
+# On riscv64, kexec-tools does not compile:
+# "configure: error: unsupported architecture riscv64"
+%ifnarch riscv64
 Requires: kexec-tools
+%endif
 %if %{with python3}
 Requires: python3-abrt
 Requires: python3-augeas
@@ -982,6 +986,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Wed Nov 20 2024 David Abdurachmanov <davidlt@rivosinc.com> - 2.17.6-3
+- Disable Requires for kexec-tools on riscv64 (not supported)
+
 * Wed Sep 11 2024 Neal Gompa <ngompa@fedoraproject.org> - 2.17.6-2
 - Drop container handler (rhbz#2295150)
 

                 reply	other threads:[~2026-08-03 11:05 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=178575515173.1.2799219826077047560.rpms-abrt-67fc5aa7565f@fedoraproject.org \
    --to=davidlt@rivosinc.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