From 6d36fe129fa260fa0214ec3bb75fca2b21f9d595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 13:36:55 +0800 Subject: [PATCH] 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 2782925..2aa6747 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -1,6 +1,6 @@ Name: gdisk Version: 1.0.5 -Release: 6 +Release: 7 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 @@ 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 @@ -51,6 +51,9 @@ install -Dp -m 0644 fixparts.8 %{buildroot}%{_mandir}/man8/fixparts.8 %{_mandir}/man8/* %changelog +* Wed Aug 21 2024 Min Zhang - 1.0.5-7 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Fri Jul 30 2021 chenyanpanHW - 1.0.5-6 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git -- Gitee