diff --git a/iptables.spec b/iptables.spec index 85be0bd096072b43b049ca6d4538ae3ea2f8aa28..a68cafb49293d43a94743ab0636958fd4695e23d 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 # install init scripts to /usr/libexec with systemd %global script_path %{_libexecdir}/iptables @@ -17,7 +18,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities URL: http://www.netfilter.org/projects/iptables Version: 1.8.4 -Release: 22%{?dist} +Release: 22%{anolis_release}%{?dist}.1 Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -216,7 +217,7 @@ traffic passing a bridge. The filtering possibilities are limited to link layer filtering and some basic filtering on higher network layers. This tool is the userspace control for the bridge and ebtables kernel -components (built by default in RHEL kernels). +components. The ebtables tool can be used together with the other Linux filtering tools, like iptables. There are no known incompatibility issues. @@ -504,6 +505,9 @@ done %doc %{_mandir}/man8/ebtables*.8* %changelog +* Mon Apr 18 2022 Liwei Ge - 1.8.4-22.0.1 +- Debrand for Anolis OS + * Mon Nov 29 2021 Phil Sutter - 1.8.4-22 - extensions: hashlimit: Fix tests with HZ=1000