From a8ec7c521ac4f387c325ef8a0974e84b170811a5 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 30 Sep 2024 16:39:14 +0000 Subject: [PATCH] import CS skopeo-1.16.1-1.el9 --- .gitignore | 2 +- .skopeo.metadata | 2 +- SPECS/skopeo.spec | 28 ++++++++++++++++++++++++---- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7a00b2c..e2517e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.14-1c2ab99.tar.gz +SOURCES/skopeo-1.16.1-fe07cc9.tar.gz diff --git a/.skopeo.metadata b/.skopeo.metadata index e2c705b..619036b 100644 --- a/.skopeo.metadata +++ b/.skopeo.metadata @@ -1 +1 @@ -bf4ae6b3d4c10b01d8b5f0ea52ad0afdf59b3227 SOURCES/release-1.14-1c2ab99.tar.gz +e61776a31a96bba0135cae8c404501424c8f57cb SOURCES/skopeo-1.16.1-fe07cc9.tar.gz diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index 249e8f0..4bbba8e 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 release-1.14 -%global commit0 1c2ab995059dd011aad74e2c37305d636ebd2675 +#%%global branch release-1.14 +%global commit0 fe07cc958acae9bb520f685474a50178e00b815b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: skopeo -Version: 1.14.3 -Release: 0.1%{?dist} +Version: 1.16.1 +Release: 1%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -124,6 +124,26 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Mon Aug 26 2024 Jindrich Novy - 2:1.16.1-1 +- update to https://github.com/containers/skopeo/releases/tag/v1.16.1 +- Related: RHEL-27608 + +* Mon Jul 29 2024 Jindrich Novy - 2:1.16.0-1 +- update to https://github.com/containers/skopeo/releases/tag/v1.16.0 +- Resolves: RHEL-47197 RHEL-44886 RHEL-40812 + +* Fri Jul 12 2024 Jindrich Novy - 2:1.15.2-1 +- update to https://github.com/containers/skopeo/releases/tag/v1.15.2 +- Related: RHEL-27608 + +* Fri May 17 2024 Jindrich Novy - 2:1.15.1-1 +- update to https://github.com/containers/skopeo/releases/tag/v1.15.1 +- Resolves: RHEL-35443 + +* Fri Mar 15 2024 Jindrich Novy - 2:1.15.0-1 +- update to https://github.com/containers/skopeo/releases/tag/v1.15.0 +- Resolves: RHEL-29277 + * Fri Feb 02 2024 Jindrich Novy - 2:1.14.3-0.1 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.14 (https://github.com/containers/skopeo/commit/1c2ab99)