From 7573cfe750a3821803779b3f21900e72fb4b1e43 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:26:34 +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 5f198f6..83af1f9 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -5,7 +5,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 3.6.14 -Release: 9 +Release: 10 Epoch: 1 License: GPL+ Url: http://www.wireshark.org/ @@ -106,6 +106,7 @@ and plugins. %package help Summary: This package contains help documents +Buildarch: noarch Requires: %{name} = %{epoch}:%{version}-%{release} %description help @@ -212,6 +213,9 @@ exit 0 %{_mandir}/man?/* %changelog +* Wed Aug 21 2024 fangyongqiang - 1:3.6.14-10 +- Add Buildarch: noarch' to the help subpackage. + * Wed May 15 2024 yaoxin - 1:3.6.14-9 - Fix CVE-2024-4853,CVE-2024-4854 and CVE-2024-4855 -- Gitee