diff --git a/gdisk.spec b/gdisk.spec index 27829252ab629776f59b9aa83970e93dcc7adac4..2aa674713bef300d15508c1dd2b8dbdee16147c0 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