From 5d5a4d8665396bd0e80a131e469b37a672f6ba8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Tue, 20 Aug 2024 14:04:22 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- fuse3.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/fuse3.spec b/fuse3.spec index e22438d..74aab6d 100644 --- a/fuse3.spec +++ b/fuse3.spec @@ -2,7 +2,7 @@ Name: fuse3 Version: %{fuse3ver} -Release: 9 +Release: 10 Summary: User space File System of fuse3 License: GPL+ and LGPLv2+ URL: http://fuse.sf.net @@ -54,12 +54,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 @@ -108,6 +108,9 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir} %{_mandir}/man8/* %changelog +* Tue Aug 20 2024 Min Zhang - 3.10.5-10 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Mon Apr 1 2024 yangyun -3.10.5-9 - fix loading of modules -- Gitee