From e722dc1b5e4c121a2f569fe75eb25d5bfdf67df4 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 24 Jul 2023 13:53:01 +0800 Subject: [PATCH] update to skopeo-1.6.2-6.module+el8.8.0+17821+de1b53f1 Signed-off-by: Zhao Hang --- download | 2 +- skopeo.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/download b/download index 928d348..4c412a2 100644 --- a/download +++ b/download @@ -1 +1 @@ -56630e3e5cec036328c04ce9c3094e8c release-1.6-c20c32d.tar.gz +77564857e22d822186ceb7fb3c52dcc3 release-1.6-2b16a1c.tar.gz diff --git a/skopeo.spec b/skopeo.spec index 6f2b6c4..ec2221d 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global branch release-1.6 %global import_path github.com/containers/%{name} -%global commit0 c20c32dc25f4bb0ec2e0cfadb51d692f4b0b50ca +%global commit0 2b16a1ccfb89ef07688d191ed97712622e2aa7e0 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: skopeo Version: 1.6.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -119,6 +119,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Fri Jan 13 2023 Jindrich Novy - 2:1.6.2-6 +- update to the latest content of https://github.com/containers/skopeo/tree/release-1.6 + (https://github.com/containers/skopeo/commit/2b16a1c) +- Related: #2129766 + * Tue Aug 16 2022 Jindrich Novy - 2:1.6.2-5 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.6 (https://github.com/containers/skopeo/commit/c20c32d) -- Gitee