diff --git a/telnet.spec b/telnet.spec index 678f9926b8ed7b7503ece156376f1edbf4fa72c1..23de2a45be5a93028363c8dc156371d5608cee5f 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