diff --git a/findutils.spec b/findutils.spec index 79a75fea82031b85a4112a99534df14d16dd5e97..6300e8aa393a63b7ea540e750fce9a0889aea99a 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.6.0 @@ -81,7 +81,7 @@ useful for finding things on your system. %package doc Summary: Documents for %{name} BuildArch: noarch -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} %description doc @@ -164,6 +164,9 @@ fi %doc AUTHORS NEWS README THANKS TODO %changelog +* Thu Nov 03 2022 Chang Gao - 4.6.0-20.0.2 +- Fix the doc package requirement + * Fri Jul 15 2022 Chang Gao - 4.6.0-20.0.1 - Add doc sub package