From 589768de873a6422ffe74554c0f27b60c8713826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B2=82=E8=85=BE?= Date: Mon, 19 Aug 2024 16:54:06 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- vsftpd.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/vsftpd.spec b/vsftpd.spec index 28877f6..a907f06 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 -- Gitee