From 89d69f10bf88bbbfd64b263cca0ef0d010b1d9c0 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 20 Aug 2026 14:22:29 +0200 Subject: [PATCH] Rebuild for CVE-2026-41567, CVE-2026-56853, CVE-2026-56862, CVE-2026-33818, CVE-2026-56860, CVE-2026-56858 Resolves: RHEL-188947, RHEL-241185, RHEL-241449, RHEL-241555, RHEL-241782, RHEL-242150 Signed-off-by: Jindrich Novy --- skopeo.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 35d5421..031e649 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -46,7 +46,7 @@ Epoch: %{conditional_epoch} Version: 1.24.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 -Release: 1%{?dist} +Release: 2%{?dist} %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -186,6 +186,11 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/ %{_datadir}/%{name}/test %changelog +* Thu Aug 20 2026 Jindrich Novy - 3:1.24.0-2 +- Rebuild for new Go and address CVE-2026-41567, CVE-2026-56853, CVE-2026-56862, + CVE-2026-33818, CVE-2026-56860, CVE-2026-56858, CVE-2026-56859 +- Resolves: RHEL-188947, RHEL-241185, RHEL-241449, RHEL-241555, RHEL-241782, RHEL-242150 + * Mon Aug 03 2026 Jindrich Novy - 3:1.24.0-1 - update to https://github.com/containers/skopeo/releases/tag/v1.24.0 - Resolves: RHEL-185735