From 7a7c3c1feacd4826aa71a397706d0f93d6dba6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=BC?= Date: Tue, 20 Aug 2024 21:27:00 +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 5b58650..b696604 100644 --- a/telnet.spec +++ b/telnet.spec @@ -1,7 +1,7 @@ Name: telnet Epoch: 1 Version: 0.17 -Release: 79 +Release: 80 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 @@ -50,12 +50,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} @@ -101,6 +96,9 @@ install -pm644 %{SOURCE3} %{buildroot}%{_unitdir}/telnet.socket %{_mandir}/man1/telnet.1* %changelog +* Wed Aug 21 2024 zhangyi - 1:0.17-80 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Apr 01 2024 gaihuiying - 1:0.17-79 - Type:cves - CVE:CVE-2022-39028 -- Gitee