iptables-1.8.7-17.el9
- Provide a compat package to fix upgrade path from RHEL8 Resolves: rhbz#1951074
This commit is contained in:
parent
1dd5f70a68
commit
41665c6c90
@ -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.7
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Source: %{url}/files/%{name}-%{version}.tar.bz2
|
||||
Source1: iptables.init
|
||||
Source2: iptables-config
|
||||
@ -179,12 +179,26 @@ Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
Provides: arptables-helper
|
||||
Provides: iptables
|
||||
Provides: arptables
|
||||
Provides: ebtables
|
||||
Obsoletes: iptables <= 1.8.4
|
||||
|
||||
%description nft
|
||||
nftables compatibility for iptables, arptables and ebtables.
|
||||
|
||||
%package nft-compat
|
||||
Summary: Temporary transitioning package
|
||||
Provides: arptables
|
||||
Provides: ebtables
|
||||
Obsoletes: iptables-arptables <= 1.8.4
|
||||
Obsoletes: iptables-ebtables <= 1.8.4
|
||||
Requires: iptables-nft = %{version}-%{release}
|
||||
Requires: iptables-nft-services = %{version}-%{release}
|
||||
|
||||
%description nft-compat
|
||||
This package only exists to help transition iptables-arptables and/or
|
||||
iptables-ebtables users to the new package split. It will be removed after one
|
||||
distribution release cycle, please do not reference it or depend on it in any
|
||||
way.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
@ -446,8 +460,12 @@ fi
|
||||
%ghost %{_mandir}/man8/arptables{,-save,-restore}.8.gz
|
||||
%ghost %{_mandir}/man8/ebtables.8.gz
|
||||
|
||||
%files nft-compat
|
||||
|
||||
%changelog
|
||||
* Mon Jul 12 2021 Phil Sutter <psutter@redhat.com> - 1.8.7-17
|
||||
- Provide a compat package to fix upgrade path from RHEL8
|
||||
|
||||
* Mon Jul 05 2021 Phil Sutter <psutter@redhat.com> - 1.8.7-16
|
||||
- Review systemd unit file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user