From 1f45985d61e0eb52fc6c9e77a3edb496f2acc37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 21:42:39 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the package_help macro. --- telnet.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/telnet.spec b/telnet.spec index 678f992..23de2a4 100644 --- a/telnet.spec +++ b/telnet.spec @@ -1,7 +1,7 @@ Name: telnet Epoch: 1 Version: 0.17 -Release: 77 +Release: 78 Summary: Client and Server programs for the Telnet communication protocol License: BSD Url: http://web.archive.org/web/20070819111735/www.hcs.harvard.edu/~dholland/computers/old-netkit.html @@ -52,12 +52,7 @@ network to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection. The package includes a remote login client program for telnet and a server daemon. -%package help -Summary: Help package for %{name}, including doc and man files. - -%description help -This is the help package for %{name}. It includes a doc file and -some man files. +%package_help %prep %setup -q -n netkit-telnet-%{version} @@ -103,6 +98,9 @@ install -pm644 %{SOURCE3} %{buildroot}%{_unitdir}/telnet.socket %{_mandir}/man1/telnet.1* %changelog +* Wed Aug 21 2024 zhangyi - 1:0.17-78 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Apr 01 2024 gaihuiying - 1:0.17-77 - Type:cves - CVE:CVE-2022-39028 -- Gitee