From 14929d1d253138fdefdda58ce035ae16dd7914f6 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Thu, 7 May 2026 22:56:43 -0400 Subject: [PATCH] Revert OL modifications --- arptables-nft-helper | 0 ebtables-helper | 0 iptables.spec | 10 +--------- 3 files changed, 1 insertion(+), 9 deletions(-) mode change 100755 => 100644 arptables-nft-helper mode change 100755 => 100644 ebtables-helper diff --git a/arptables-nft-helper b/arptables-nft-helper old mode 100755 new mode 100644 diff --git a/ebtables-helper b/ebtables-helper old mode 100755 new mode 100644 diff --git a/iptables.spec b/iptables.spec index de805c1..ee44b32 100644 --- a/iptables.spec +++ b/iptables.spec @@ -14,7 +14,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities URL: https://www.netfilter.org/projects/iptables Version: 1.8.11 -Release: 13.0.1%{?dist} +Release: 13%{?dist} Source: %{url}/files/%{name}-%{version}.tar.xz Source1: iptables.init Source2: iptables-config @@ -83,8 +83,6 @@ Requires: (kernel-rt-64k-debug-modules-extra if kernel-rt-64k-debug-modules-core Conflicts: setup < 2.10.4-1 Requires(post): %{_sbindir}/update-alternatives Requires(postun): %{_sbindir}/update-alternatives -Requires: (kernel-uek-modules-extra-netfilter if kernel-uek-core) -Requires: (kernel-uek64k-modules-extra-netfilter if kernel-uek64k-core) Obsoletes: %{name} < %{version}-%{release} Provides: iptables @@ -217,7 +215,6 @@ Requires: (kernel-rt-64k-debug-modules-extra if kernel-rt-64k-debug-modules-core Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_bindir}/readlink Requires(postun): %{_sbindir}/update-alternatives -Requires: (kernel-uek-modules-extra-netfilter if kernel-uek-core) Provides: arptables-helper Provides: iptables Provides: arptables @@ -538,11 +535,6 @@ fi %ghost %{_mandir}/man8/ebtables.8.gz %changelog -* Thu May 07 2026 EL Errata - 1.8.11-13.0.1 -- Install kernel-modules-extra-matched if kernel-core is installed -- Update dependencies for additional UEK kernel flavours [Orabug: 38000003] -- Also allow installation with kernel-uek-extra-netfilter [Orabug: 37585869] - * Sat Jan 17 2026 Phil Sutter [1.8.11-13.el10] - spec: Use modules-core for conditional modules-extra dependency (Phil Sutter) [RHEL-141880]