From ba26577859269b34c669a984bf0a17be42f0b527 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 Nov 2020 15:17:53 +0800 Subject: [PATCH] Fix no man manual --- wireshark.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wireshark.spec b/wireshark.spec index 7230542..149be1f 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -1,6 +1,6 @@ Name: wireshark Version: 2.6.2 -Release: 13 +Release: 14 Epoch: 1 Summary: Network traffic analyzer License: GPL+ @@ -45,6 +45,7 @@ Patch6030: CVE-2020-25862.patch Patch6031: CVE-2020-25863.patch Patch6032: wireshark-initialize-point-in-end_string.patch +Recommends: %{name}-help = %{epoch}:%{version}-%{release} Requires(pre): shadow-utils Requires(post): systemd-udev Requires: %{name}-cli = %{epoch}:%{version}-%{release} xdg-utils hicolor-icon-theme @@ -150,6 +151,9 @@ getent group usbmon >/dev/null || groupadd -r usbmon %{_mandir}/man?/* %changelog +* Mon Nov 9 2020 baizhonggui - 2.6.2-14 +- Add install requires help package into main package + * Mon Nov 02 2020 lingsheng - 2.6.2-13 - Fix use-of-uninitialized-value in end_string -- Gitee