From 4fc4527d4208f2936f31bf3a3a8b35cb7b10fdf3 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Fri, 29 Jan 2021 09:17:59 +0800 Subject: [PATCH] debrand: update package description Signed-off-by: Liwei Ge Change-Id: Iaa78019c617b2cc4b75dfbabd0252a988a0f7351 (cherry picked from commit 5a3f5873e9cbd6395f70f215c83dce191a7bf2c8) Signed-off-by: zhangbinchen --- iptables.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/iptables.spec b/iptables.spec index 85be0bd..a68cafb 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 -- Gitee