From 955d8faea774a816b2a1c962f8e2e79e0bf79217 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:29: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 7fc6e36..ffad202 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -5,7 +5,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 4.2.5 -Release: 1 +Release: 2 Epoch: 1 License: BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib) Url: http://www.wireshark.org/ @@ -93,6 +93,7 @@ and plugins. %package help Summary: This package contains help documents +Buildarch: noarch Requires: %{name} = %{epoch}:%{version}-%{release} %description help @@ -202,6 +203,9 @@ fi %{_mandir}/man?/* %changelog +* Wed Aug 21 2024 fangyongqiang - 1:4.2.5-2 +- Add Buildarch: noarch' to the help subpackage. + * Wed Jul 03 2024 yaoxin 1:4.2.5-1 - Update to 4.2.5 - vulnerabilities fixed: -- Gitee