From 05ee2aa9a905e3e63ca91e19aedfa7b9d5e23436 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 18 Feb 2021 15:52:21 +0100 Subject: [PATCH] skopeo-1.2.1-11.el9 - disable LTO Signed-off-by: Jindrich Novy --- skopeo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 81370c1..8c08f9a 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -1,3 +1,4 @@ +%global _lto_cflags %{nil} %global with_check 0 %global _find_debuginfo_dwz_opts %{nil} @@ -28,7 +29,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: skopeo Version: 1.2.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -236,6 +237,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Thu Feb 18 2021 Jindrich Novy - 1:1.2.1-11 +- disable LTO + * Thu Feb 18 2021 Jindrich Novy - 1:1.2.1-10 - rename shortnames.conf to 000-shortnames.conf to assure evaluation order - Related: #1883490