chore: remove debugging in spec

pull/220/head
TorchedSammy 2022-12-05 16:26:14 -04:00
parent 9166bb4fb0
commit 37d8b944e9
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,6 @@
%global _missing_build_ids_terminate_build 0
%global debug_package %{nil}
Name: hilbish-git
Version: {{{ git_dir_version }}}
Release: 1%{?dist}
@ -28,8 +30,7 @@ and aims to be infinitely configurable. If something isn't, open an issue!
sed -i '\|/etc/shells|d' Taskfile.yaml
%build
# We have to build with debug info for COPR
go-task build GOFLAGS=" "
go-task
%install
go-task install PREFIX=%{buildroot}/usr BINDIR=%{buildroot}/%{_bindir}