Fix (extest): Don't build i686 debug packages on F41 due to bug (#3734) (#3737)

* Ifcond

Signed-off-by: Gilver <rockgrub@disroot.org>

* %if macro is always weird

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 99eb2cae98)

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-03-04 00:45:23 -08:00
committed by GitHub
parent 967cc708fc
commit cd9fc4b267
+5
View File
@@ -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.