From 99eb2cae98b6b45a05c276ab0ff40145d560e2d1 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 4 Mar 2025 02:39:36 -0600 Subject: [PATCH] Fix (extest): Don't build i686 debug packages on F41 due to bug (#3734) * Ifcond Signed-off-by: Gilver * %if macro is always weird Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/misc/extest/rust-extest.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/anda/misc/extest/rust-extest.spec b/anda/misc/extest/rust-extest.spec index 2a1c5f2d66..631d402dfa 100644 --- a/anda/misc/extest/rust-extest.spec +++ b/anda/misc/extest/rust-extest.spec @@ -1,6 +1,11 @@ %global commit d6863d970d2686dd6282142af57503e1f2d561dc %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commit_date 20241119 +%if 0%{?fedora} == 41 +%ifarch %ix86 +%global debug_package %{nil} +%endif +%endif # While there's an upstream version at Supreeeme/extest, we're using # the same fork as Bazzite so we can use the same patches.