diff --git a/gdisk.spec b/gdisk.spec index 5d821a322362108a6a8e4e9bf997812fc8ece690..8204cc9e8b35108208e40bc996eb05ae357a43ff 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