mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user