import UBI buildah-1.41.8-2.el10_1

This commit is contained in:
eabdullin 2026-02-25 11:35:58 +00:00
parent 50226f6faa
commit 2f8c64e2da

View File

@ -40,7 +40,7 @@ Epoch: 2
Version: 1.41.8
# 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
@ -193,6 +193,10 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
%{_datadir}/%{name}/test
%changelog
* Fri Feb 20 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.41.8-2
- Rebuild for new golang to address CVE-2025-61726
- Resolves: RHEL-146715
* Wed Jan 07 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.41.8-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.41
(https://github.com/containers/buildah/commit/f85ff89)