From 517b725f19041fe539848e1bb33d91d191e3592a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Tue, 20 Aug 2024 15:39:17 +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 5d821a3..8922d1f 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -1,6 +1,6 @@ Name: gdisk Version: 1.0.8 -Release: 3 +Release: 4 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 @@ -15,12 +15,12 @@ Patch9001: 0001-Remove-stray-debugging-code.patch 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 @@ -51,6 +51,9 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8 %{_mandir}/man8/* %changelog +* Tue Aug 20 2024 Min Zhang - 1.0.8.-4 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Sat Oct 29 2022 wangzhiqiang - 1.0.8-3 - remove stray debugging code -- Gitee From 9c4e7a5d8ffce7decd158bb39e190e872e8d54ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 13:33:18 +0800 Subject: [PATCH 2/2] Replaces declaration of help subpackage with the 'package_help' marco. --- gdisk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdisk.spec b/gdisk.spec index 8922d1f..8204cc9 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -51,7 +51,7 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8 %{_mandir}/man8/* %changelog -* Tue Aug 20 2024 Min Zhang - 1.0.8.-4 +* Tue Aug 20 2024 Min Zhang - 1.0.8-4 - Replaces declaration of help subpackage with the 'package_help' marco. * Sat Oct 29 2022 wangzhiqiang - 1.0.8-3 -- Gitee