diff --git a/runc.spec b/runc.spec index fb77705..689fb78 100644 --- a/runc.spec +++ b/runc.spec @@ -1,8 +1,5 @@ %global with_check 0 -%global _find_debuginfo_dwz_opts %{nil} -%global _dwz_low_mem_die_limit 0 - %if 0%{?rhel} > 7 && ! 0%{?fedora} %define gobuild(o:) \ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**}; @@ -23,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 4 Name: %{repo} Version: 1.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -84,6 +81,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri May 13 2022 Jindrich Novy - 4:1.0.3-5 +- Re-enable debuginfo +- Related: #2061316 + * Wed May 11 2022 Jindrich Novy - 4:1.0.3-4 - BuildRequires: /usr/bin/go-md2man - Related: #2061316