From edc0e1a9ab0194e2473bf17e543da68b1352b5cf Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Wed, 21 Aug 2024 13:48:17 +0800 Subject: [PATCH] Added Buildarch:noarch to the help subpackage --- tcpdump.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tcpdump.spec b/tcpdump.spec index ccc2f67..18a4442 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -1,7 +1,7 @@ Name: tcpdump Epoch: 14 Version: 4.9.3 -Release: 8 +Release: 9 Summary: A network traffic monitoring tool License: BSD with advertising URL: http://www.tcpdump.org @@ -35,11 +35,7 @@ the packet headers, or just the ones that match particular criteria. Install tcpdump if you need a program to monitor network traffic. -%package help -Summary: Help documents for tcpdump - -%description help -Man pages and other related help documents for tcpdump. +%package_help %prep %autosetup -a 1 -S git @@ -96,6 +92,9 @@ make check %{_mandir}/man8/tcpdump.8* %changelog +* Wed Aug 21 2024 chengsongyuxuan - 14:4.9.3-9 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Nov 08 2023 xingwei - 14:4.9.3-8 - Type:bugfix - ID:NA -- Gitee