From b1fec8dce2c38f91d064994855f7e120d8460f68 Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 6 Feb 2025 02:56:26 -0600 Subject: [PATCH] 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 * Update golang-github-abenz1267-walker.spec Signed-off-by: Gil --------- Signed-off-by: Gil --- .../waylands/walker/golang-github-abenz1267-walker.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/anda/desktops/waylands/walker/golang-github-abenz1267-walker.spec b/anda/desktops/waylands/walker/golang-github-abenz1267-walker.spec index a24e2fb3a4..7e51f85d9c 100644 --- a/anda/desktops/waylands/walker/golang-github-abenz1267-walker.spec +++ b/anda/desktops/waylands/walker/golang-github-abenz1267-walker.spec @@ -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