From 38177fbc586a247c9014d98f236892f18b2a7b17 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 5 Aug 2021 15:27:44 +0200 Subject: [PATCH] iptables-1.8.7-21.el9 - Build services sub-packages as noarch Resolves: rhbz#1986982 --- iptables.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index ce7bce2..2863a61 100644 --- a/iptables.spec +++ b/iptables.spec @@ -16,7 +16,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities URL: https://www.netfilter.org/projects/iptables Version: 1.8.7 -Release: 20%{?dist} +Release: 21%{?dist} Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -140,6 +140,7 @@ stable and may change with every new version. It is therefore unsupported. Summary: iptables and ip6tables services for iptables Requires: %{name} = %{version}-%{release} %{?systemd_ordering} +BuildArch: noarch %description services iptables services for IPv4 and IPv6 @@ -160,6 +161,7 @@ Obsoletes: iptables-arptables <= 1.8.4 Obsoletes: iptables-ebtables <= 1.8.4 Obsoletes: iptables-nft-compat <= 1.8.7-19 %{?systemd_ordering} +BuildArch: noarch %description nft-services Services for nft-variants of iptables, ebtables and arptables @@ -460,6 +462,9 @@ fi %ghost %{_mandir}/man8/ebtables.8.gz %changelog +* Thu Aug 05 2021 Phil Sutter - 1.8.7-21 +- Build services sub-packages as noarch + * Fri Jul 30 2021 Phil Sutter - 1.8.7-20 - Make nft-services obsolete nft-compat to fix upgrade path