From 8e43bf2d63f4ea85b12f8617ba7a440c1f93d868 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 71c5f1d..35444a7 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: 20%{?dist} +Release: 20%{anolis_release}%{?dist}.1 Source: %{url}/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -212,7 +213,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. @@ -500,6 +501,9 @@ done %doc %{_mandir}/man8/ebtables*.8* %changelog +* Thu Jan 13 2022 Liwei Ge - 1.8.4-20.0.1 +- Debrand for Anolis OS + * Wed Aug 04 2021 Phil Sutter - 1.8.4-20 - extensions: SECMARK: Use a better context in test case - extensions: sctp: Translate --chunk-types option -- Gitee