From 175d35473cf8885da93bc888f7f4a54a369c84cd Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Mon, 7 Oct 2024 20:32:16 -0700 Subject: [PATCH] Reenable the aarch64-unknown-none-softfloat target on RHEL This was dropped in https://gitlab.com/redhat/centos-stream/rpms/rust/-/commit/bdc2be1e01cc1b9cd63a34a0a4940b450a482863 but it's needed for EPEL 10, so adding it back. Resolves: RHEL-60808 Signed-off-by: Davide Cavalca --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 1a67ae1..b13aac5 100644 --- a/rust.spec +++ b/rust.spec @@ -43,7 +43,7 @@ ExclusiveArch: %{rust_arches} %endif %endif %ifarch aarch64 -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 10 %global extra_targets aarch64-unknown-none-softfloat %endif %endif