From f1d6762e1f8f3beccf659ae1082f14fc3b90f55c Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 6 Mar 2024 03:43:07 +0300 Subject: [PATCH] import skopeo-1.13.3-4.el9_3 --- SPECS/skopeo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index 7087b25..713b03a 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.13.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -124,6 +124,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Fri Feb 23 2024 Jindrich Novy - 2:1.13.3-4 +- rebuild +- Resolves: RHEL-18380 + * Fri Dec 01 2023 Lokesh Mandvekar - 2:1.13.3-3 - Rebuild with golang 1.20.10 - Related: Jira:RHEL-2786