From c8f0b11ec83e06744a1263425aaf0a5ad977ef0a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 21 2023 08:53:36 +0000 Subject: import skopeo-1.9.4-0.1.module+el8.7.0+17824+66a0202b --- diff --git a/.gitignore b/.gitignore index 0980e96..341f216 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/skopeo-1.9.3-89966c5.tar.gz +SOURCES/release-1.9-04d99f7.tar.gz diff --git a/.skopeo.metadata b/.skopeo.metadata index 7fc7226..3c33a14 100644 --- a/.skopeo.metadata +++ b/.skopeo.metadata @@ -1 +1 @@ -f019c49f1c164d0a3b6ae777703e9d019d185abe SOURCES/skopeo-1.9.3-89966c5.tar.gz +18428c8228769f4b38bfc4565405f624ec67f770 SOURCES/release-1.9-04d99f7.tar.gz diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index c0c9e15..0b8b573 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -8,14 +8,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/%{name} -#%%global branch main -%global commit0 89966c513c89061d288690da671643d50968ca3f +%global branch release-1.9 +%global commit0 04d99f7eb2de0abdb04ea6b7b9f3fff77dfe4c9f %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: skopeo -Version: 1.9.3 -Release: 1%{?dist} +Version: 1.9.4 +Release: 0.1%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -121,6 +121,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Fri Jan 13 2023 Jindrich Novy - 2:1.9.4-0.1 +- consume skopeo from release-1.9 upstream branch +- Resolves: #2160713 + * Thu Oct 20 2022 Jindrich Novy - 2:1.9.3-1 - update to https://github.com/containers/skopeo/releases/tag/v1.9.3 - Related: #2135973