From 24b80a2561b7c3d852c3647a75b00610ddb20ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Tue, 20 Aug 2024 13:56:39 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- fuse3.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/fuse3.spec b/fuse3.spec index dad4a88..cba8138 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -2,7 +2,7 @@ Name: fuse3 Version: %{fuse3ver} -Release: 1 +Release: 2 Summary: User space File System of fuse3 License: GPL+ and LGPLv2+ URL: http://fuse.sf.net @@ -47,12 +47,12 @@ Conflicts: filesystem < 3 This package contains all include files, libraries and configuration files needed to develop programs that use the fuse3. -%package help -Summary: Including man files for fuse +%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 fuse-%{fuse3ver} -p1 @@ -101,6 +101,9 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir} %{_mandir}/man8/* %changelog +* Tue Aug 20 2024 Min Zhang - 3.16.2-2 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Tue Jan 30 2024 yangyun -3.16.2-1 - upgrade to 3.16.2 - fix some issues (see: https://github.com/libfuse/libfuse/releases) -- Gitee