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

* 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>
This commit is contained in:
Gilver
2025-03-04 02:39:36 -06:00
committed by GitHub
parent 6b0e0c2214
commit 99eb2cae98
+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.