From c647b0a49c52a6467983f9a6892dab2160738cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Tue, 20 Aug 2024 10:06:20 +0800 Subject: [PATCH 1/2] Added Buildarch:noarch to the help subpackage --- fuse.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/fuse.spec b/fuse.spec index 20451e7..d3896a1 100644 --- a/fuse.spec +++ b/fuse.spec @@ -2,7 +2,7 @@ Name: fuse Version: %{fuse2ver} -Release: 11 +Release: 12 Summary: User space File System of fuse2 License: GPL+ and LGPLv2+ URL: http://fuse.sf.net @@ -41,12 +41,12 @@ Conflicts: filesystem < 3 This package contains all include files, libraries and configuration files needed to develop programs that use the fuse2. -%package help -Summary: Including man files for fuse -Requires: man +%package_help +#Summary: Including man files for fuse +#Requires: man -%description help -This contains man files for the using of fuse +#%description help +#This contains man files for the using of fuse %prep %autosetup -n %{name}-%{fuse2ver} -p1 @@ -95,6 +95,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %changelog +* Tue Aug 20 2024 Min Zhang - 2.9.9-12 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Apr 28 2022 zhanchengbin -2.9.9-11 - fix can not print changelog messages -- Gitee From b4b25724b53723632060127affd5d48235bc5eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= <12824960+zhang-min-lw@user.noreply.gitee.com> Date: Tue, 20 Aug 2024 02:57:11 +0000 Subject: [PATCH 2/2] update fuse.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张敏 <12824960+zhang-min-lw@user.noreply.gitee.com> --- fuse.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse.spec b/fuse.spec index d3896a1..11596ff 100644 --- a/fuse.spec +++ b/fuse.spec @@ -43,7 +43,7 @@ files needed to develop programs that use the fuse2. %package_help #Summary: Including man files for fuse -#Requires: man +Requires: man #%description help #This contains man files for the using of fuse -- Gitee