From b6214fb6615aafa061fe8bb2e0c83d5fbe714ac8 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 13 May 2022 08:40:03 +0200 Subject: [PATCH] skopeo-1.8.0-4.el9 - Re-enable debuginfo - Related: #2061316 Signed-off-by: Jindrich Novy --- skopeo.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/skopeo.spec b/skopeo.spec index 93b1150..a00ac26 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -1,10 +1,5 @@ -%global debug_package %{nil} - %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:-} -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**}; @@ -20,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -121,6 +116,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Fri May 13 2022 Jindrich Novy - 2:1.8.0-4 +- Re-enable debuginfo +- Related: #2061316 + * Wed May 11 2022 Jindrich Novy - 2:1.8.0-3 - BuildRequires: /usr/bin/go-md2man - Related: #2061316