From 972f210291657fe22d54b0cbf32f98c96ee08eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Tue, 20 Aug 2024 17:36:57 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- ntfs-3g.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ntfs-3g.spec b/ntfs-3g.spec index 2c70e89..c779be4 100644 --- a/ntfs-3g.spec +++ b/ntfs-3g.spec @@ -1,6 +1,6 @@ Name: ntfs-3g Version: 2022.5.17 -Release: 3 +Release: 4 Epoch: 2 Summary: Linux NTFS userspace driver License: GPLv2+ @@ -37,12 +37,7 @@ Obsoletes: ntfsprogs-devel < 2.0.0-17 %description devel This package includes development files for %{name}. -%package help -Summary: man files for %{name} -Requires: man - -%description help -This package includes man files for %{name}. +%package_help %prep %autosetup -n %{name}_ntfsprogs-%{version}%{?subver} -p1 @@ -93,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/README %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 2:2022.5.17-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Jun 17 2024 qiaojijun - 2:2022.5.17-3 - fix CVE-2023-52890 -- Gitee