From be85af25eec4bc615c3a06339f400e1876ae085b Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Fri, 10 Jul 2026 09:23:12 -0400 Subject: [PATCH] Revert OL modifications --- SPECS/buildah.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index b4a1772..e264377 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -40,7 +40,7 @@ Epoch: 2 Version: 1.43.1 # 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: 3.0.1%{?dist} +Release: 3%{?dist} %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -52,7 +52,6 @@ URL: https://%{name}.io Source0: https://gitlab.cee.redhat.com/sustaining-engineering/container-tools/src-git/%{name}/-/archive/%{commit0}/%{branch}-%{shortcommit0}.tar.gz %else Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz -Patch1000: buildah-tests-skip-ignore-socket-case.patch %endif BuildRequires: device-mapper-devel BuildRequires: git-core @@ -108,6 +107,7 @@ Requires: golang Requires: jq Requires: httpd-tools Requires: openssl +Requires: nmap-ncat Requires: git-daemon %description tests @@ -206,9 +206,6 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/* %{_datadir}/%{name}/test %changelog -* Thu Jul 09 2026 EL Errata - 1.43.1-3.0.1 -- Drop nmap-ncat requirement and skip ignore-socket test case [Orabug: 34117178] - * Wed Jul 08 2026 Jindrich Novy - 2:1.43.1-3 - bump golang.org/x/crypto to v0.53.0 to fix CVE-2026-39832 and CVE-2026-39835 - Resolves: RHEL-188733 RHEL-190066