From 40b1d856d2a5c5f3543c95f1d7225d647df8a0a6 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 23 Feb 2026 12:41:22 +0100 Subject: [PATCH] Rebuild for CVE-2025-61726 Related: RHEL-146099 --- buildah.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 842d351..8a4ff96 100644 --- a/buildah.spec +++ b/buildah.spec @@ -35,7 +35,7 @@ Epoch: 2 Version: 1.43.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 @@ -194,6 +194,10 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_datadir}/%{name}/test %changelog +* Mon Feb 23 2026 Jindrich Novy - 2:1.43.0-2 +- Rebuild for new golang to address CVE-2025-61726 +- Resolves: RHEL-146099 + * Mon Feb 09 2026 Jindrich Novy - 2:1.43.0-1 - update to https://github.com/containers/buildah/releases/tag/v1.43.0 - Related: RHEL-111919