From afdcf552c73134a6f8b04513fcf95bf6c3d247c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E5=8B=87=E5=BC=BA?= <1449849207@qq.com> Date: Wed, 21 Aug 2024 06:24:05 +0000 Subject: [PATCH] Add Buildarch: noarch' to the help subpackage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 方勇强 <1449849207@qq.com> --- wireshark.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wireshark.spec b/wireshark.spec index efb8360..953c930 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -5,7 +5,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 3.6.14 -Release: 8 +Release: 9 Epoch: 1 License: GPL+ Url: http://www.wireshark.org/ @@ -105,6 +105,7 @@ and plugins. %package help Summary: This package contains help documents +Buildarch: noarch Requires: %{name} = %{epoch}:%{version}-%{release} %description help @@ -211,6 +212,9 @@ exit 0 %{_mandir}/man?/* %changelog +* Wed Aug 21 2024 fangyongqiang - 1:3.6.14-9 +- Add Buildarch: noarch' to the help subpackage. + * Wed May 15 2024 yaoxin - 1:3.6.14-8 - Fix CVE-2024-4853,CVE-2024-4854 and CVE-2024-4855 -- Gitee