From 7cbff6cd63d1b07ca1238757a5d2995025d0931a Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 23 Feb 2026 12:34:15 +0100 Subject: [PATCH] Rebuild for CVE-2025-68121 Related: RHEL-149649 --- skopeo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 2d2478a..191fe18 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -46,7 +46,7 @@ Epoch: %{conditional_epoch} Version: 1.22.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 @@ -181,6 +181,10 @@ make \ %files tests %changelog +* Mon Feb 23 2026 Jindrich Novy - 1:1.22.0-2 +- Rebuild for new golang to address CVE-2025-68121 +- Resolves: RHEL-149649 + * Thu Feb 12 2026 Jindrich Novy - 1:1.22.0-1 - update to https://github.com/containers/skopeo/releases/tag/v1.22.0 - Related: RHEL-111919