diff --git a/gdisk.spec b/gdisk.spec index d2e111675094ddcb2ede6ad0a6746cb536c87901..41b7f7363e7e1b9d5658865cf5897e0d638321a0 100644 --- a/gdisk.spec +++ b/gdisk.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: gdisk Version: 1.0.8 @@ -23,6 +23,14 @@ but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Record (MBR) disks. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{version}-%{release} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %prep %setup -q -n gptfdisk-%{version} @@ -37,10 +45,15 @@ done %files %license COPYING -%doc NEWS README %{_sbindir}/* %{_mandir}/man8/* +%files doc +%doc NEWS README + %changelog +* Thu Sep 29 2022 mgb01105731 - 1.0.8-2 +- add doc package + * Fri Mar 11 2022 Su Lifan - 1.0.8-1 - Initial packaging for Anolis OS 23