From ad69cf1e0c18db140342e7dce77c1b34e2c82666 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 17 Jun 2025 01:25:22 +0000 Subject: [PATCH] import UBI skopeo-1.14.5-4.module+el8.10.0+23250+94af2c8e --- SPECS/skopeo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index c6f64e7..7657c0b 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -16,7 +16,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.14.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -122,6 +122,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Tue May 06 2025 Jindrich Novy - 2:1.14.5-4 +- rebuild for CVE-2025-22871 +- Resolves: RHEL-89254 + * Mon Aug 05 2024 Jindrich Novy - 2:1.14.5-3 - rebuild for golang fixes - Related: RHEL-28452