diff --git a/vsftpd.spec b/vsftpd.spec index 28877f6fa8d9813d64b1185db9221eee800ded06..a907f06ca312cbb346c456abfe0d6c57b81ccae3 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -2,7 +2,7 @@ Name: vsftpd Version: 3.0.5 -Release: 2 +Release: 3 Summary: It is a secure FTP server for Unix-like systems # OpenSSL link exception License: GPLv2 with exceptions @@ -96,11 +96,7 @@ Vsftpd, (or very secure FTP daemon), is an FTP server for Unix-like systems, inc It is licensed under the GNU General Public License. It supports IPv6 and SSL. Vsftpd supports explicit (since 2.0.0) and implicit (since 2.1.0) FTPS. -%package help -Summary: Help package for package %{name} - -%description help -This package contains man directory manuals. +%package_help %prep %autosetup -p1 @@ -154,6 +150,9 @@ cp -f %{SOURCE1} ./ %{_mandir}/man8/vsftpd.* %changelog +* Mon Aug 19 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 3.0.5-3 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Mar 1 2024 luofeng - 3.0.5-2 - support clang build