fix(walker): workaround for F40 Go not producing debug packages (#3221) (#3233)

* Build workaround for Go not producing debug symbols on F40

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

* Update golang-github-abenz1267-walker.spec

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

---------

Signed-off-by: Gil <rockgrub@disroot.org>
(cherry picked from commit b1fec8dce2)

Co-authored-by: Gil <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-02-06 00:59:05 -08:00
committed by GitHub
parent 4ab45b683a
commit cb7bef85fa
@@ -8,6 +8,10 @@
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$
%endif
%if 0%{?fedora} <= 40
%global debug_package %{nil}
%endif
# https://github.com/abenz1267/walker
%global goipath github.com/abenz1267/walker
Version: 0.11.4