From b018cd4a791077a5d3eae7ca7827d2e69bfe9fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 09:55:53 +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 80e6c50..397af7b 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -2,7 +2,7 @@ Name: fuse3 Version: %{fuse3ver} -Release: 14 +Release: 15 Summary: User space File System of fuse3 License: GPL+ and LGPLv2+ URL: http://fuse.sf.net @@ -56,12 +56,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 @@ -110,6 +110,9 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir} %{_mandir}/man8/* %changelog +* Tue Aug 20 2024 Min Zhang - 3.9.2-15 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Sat Mar 30 2024 yangyun -3.9.2-14 - fix loading of FUSE modules -- Gitee