From 444ab63f5c0fd4b9d1d3cb8eef5fc351d9cbb946 Mon Sep 17 00:00:00 2001 From: yangchunc Date: Tue, 20 Aug 2024 11:24:15 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- ebtables.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ebtables.spec b/ebtables.spec index a48aca6..7c6aa25 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -1,7 +1,7 @@ Name: ebtables Version: 2.0.11 -Release: 12 +Release: 13 Summary: A filtering tool for a Linux-based bridging firewall License: GPLv2+ URL: http://ebtables.sourceforge.net/ @@ -22,11 +22,7 @@ Conflicts: setup < 2.10.4-1 The ebtables program is a filtering tool for a Linux-based bridging firewall.It enables transparent filtering of network traffic passing through a Linux bridge.The filtering possibilities are limited to link layer filtering and some basic filtering on higher network layers. The ebtables tool can be combined with the other Linux filtering tools to make a bridging firewall that is also capable of filtering these higher network layers. This is enabled through the bridge-netfilter architecture which is a part of the standard Linux kernel. -%package help -Summary: help documents for ebtables - -%description help -Help package contains some doc and man help files for ebtables. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -126,6 +122,9 @@ fi %doc %{_mandir}/man8/ebtables-legacy.8* %changelog +* Tue Aug 20 2024 Chunchun Yang - 2.0.11-13 +- Replaced declaration of subpackage with the 'package_help' macro. + * Tue Jul 30 2024 xinghe - 2.0.11-12 - Type:bugfix - ID:NA -- Gitee