From 806032c246a44ee64cd034159dbfbb4c870a1a44 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 13 Aug 2024 00:22:41 +0000 Subject: [PATCH] import UBI skopeo-1.14.5-3.module+el8.10.0+22202+761b9a65 --- .gitignore | 2 +- .skopeo.metadata | 2 +- SPECS/skopeo.spec | 23 ++++++++++++++++++++--- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8ca0ebd..9bd4ef3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.14-78d9c9a.tar.gz +SOURCES/release-1.14-072072b.tar.gz diff --git a/.skopeo.metadata b/.skopeo.metadata index dde04bf..f6ee52d 100644 --- a/.skopeo.metadata +++ b/.skopeo.metadata @@ -1 +1 @@ -1d130e837a3d73921425236e9e9cdacad45cc945 SOURCES/release-1.14-78d9c9a.tar.gz +f49f4c3fd20ac5f7aa39ab97f8904203318c9ab1 SOURCES/release-1.14-072072b.tar.gz diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index 7f17840..c6f64e7 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -10,13 +10,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/%{name} %global branch release-1.14 -%global commit0 78d9c9a5a94172d1768640651906ed66a395e496 +%global commit0 072072bf6e451bbd1e69a40177d047f088eca393 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: skopeo -Version: 1.14.4 -Release: 1%{?dist} +Version: 1.14.5 +Release: 3%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -122,6 +122,23 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Mon Aug 05 2024 Jindrich Novy - 2:1.14.5-3 +- rebuild for golang fixes +- Related: RHEL-28452 + +* Thu Aug 01 2024 Jindrich Novy - 2:1.14.5-2 +- rebuild for golang fixes +- Related: RHEL-28452 + +* Wed Jul 17 2024 Jindrich Novy - 2:1.14.5-1 +- update to the latest content of https://github.com/containers/skopeo/tree/release-1.14 + (https://github.com/containers/skopeo/commit/072072b) +- Resolves: RHEL-40801 + +* Fri Jun 21 2024 Jindrich Novy - 2:1.14.4-2 +- rebuild for CVE-2024-24786 +- Resolves: RHEL-24297 + * Thu Jun 13 2024 Jindrich Novy - 2:1.14.4-1 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.14 (https://github.com/containers/skopeo/commit/78d9c9a)