From 58158878c10da460c9a3396ca6cb03209c41dfab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 13:29:32 +0800 Subject: [PATCH 1/2] Replaces declaration of help subpackage with the 'package_help' marco. --- gdisk.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gdisk.spec b/gdisk.spec index bc7cbe4..d343474 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -1,6 +1,6 @@ Name: gdisk Version: 1.0.9 -Release: 1 +Release: 2 Summary: GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) is a set of text-mode partitioning tools License: GPLv2 URL: http://www.rodsbooks.com/gdisk @@ -12,12 +12,12 @@ BuildRequires:ncurses-devel util-linux-devel gcc-c++ popt-devel GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) is a set of text-mode partitioning tools. rather than on the older MBR partition tables. -%package help -Summary: Include man page for gdisk,sgdisk,cgdisk utility +%package_help +#Summary: Include man page for gdisk,sgdisk,cgdisk utility Requires: man -%description help -This package contains the man page for GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) +#%description help +#This package contains the man page for GPT fdisk(consisting of the gdisk,sgdisk,cgdisk) %prep %autosetup -n gptfdisk-%{version} -p1 @@ -48,6 +48,9 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8 %{_mandir}/man8/* %changelog +* Wed Aug 21 2024 Min Zhang - 1.0.0-2 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Dec 8 2022 tangyuchen - 1.0.9-1 - update to gptfdisk-1.0.9 -- Gitee From 8c3760ffd9c7e9e4efde54238354dfb21e1168a4 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: Wed, 21 Aug 2024 12:47:59 +0000 Subject: [PATCH 2/2] update gdisk.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> --- gdisk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdisk.spec b/gdisk.spec index d343474..245262f 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -48,7 +48,7 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8 %{_mandir}/man8/* %changelog -* Wed Aug 21 2024 Min Zhang - 1.0.0-2 +* Wed Aug 21 2024 Min Zhang - 1.0.9-2 - Replaces declaration of help subpackage with the 'package_help' marco. * Thu Dec 8 2022 tangyuchen - 1.0.9-1 -- Gitee