diff --git a/telnet.spec b/telnet.spec index 604a06c935fee57b7ce03beded0ecb1153636b2c..7a7ca8448e90025725197e8725f960a2b89a5dfb 100644 --- a/telnet.spec +++ b/telnet.spec @@ -1,7 +1,7 @@ Name: telnet Epoch: 1 Version: 0.17 -Release: 80 +Release: 81 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-81 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Apr 01 2024 gaihuiying - 1:0.17-80 - Type:cves - CVE:CVE-2022-39028