mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(walker): workaround for F40 Go not producing debug packages (#3221)
* 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>
This commit is contained in:
@@ -6,6 +6,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.12.14
|
||||
@@ -19,7 +23,7 @@ Multi-Purpose Launcher with a lot of features. Highly Customizable and fast.}
|
||||
%global godocs README.md cmd/version.txt
|
||||
|
||||
Name: walker
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Multi-Purpose Launcher with a lot of features. Highly Customizable and fast
|
||||
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user