diff --git a/dist b/dist index 5aa45c5bf3f5e5b781981aec176b4910ac39baaf..9c0e36ec42a2d9bfefacb21ac6354c9ddd910533 100644 --- a/dist +++ b/dist @@ -1 +1 @@ -an8_8 +an8 diff --git a/findutils.spec b/findutils.spec index 8b41b5fd14779017fd2ea27687120751dba2a250..dd54649a181b70675879f656eec96e70ee15a400 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,8 +1,8 @@ -%define anolis_release .0.2 +%define anolis_release .0.1 Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.6.0 -Release: 20%{anolis_release}%{?dist}.1 +Release: 21%{anolis_release}%{?dist} Epoch: 1 License: GPLv3+ Group: Applications/File @@ -50,7 +50,7 @@ Patch12: findutils-4.6.0-leaf-opt.patch # fix programming mistakes detected by static analysis (#1606953) Patch13: findutils-4.6.0-covscan.patch -# fix find not obeying option -ignore_readdir_race in symlink_loop (#2232514) +# fix find not obeying option -ignore_readdir_race in symlink_loop (#2232278) Patch14: findutils-4.6.0-ignore_readdir_race-symlink_loop.patch Requires(post): /sbin/install-info @@ -167,12 +167,12 @@ fi %doc AUTHORS NEWS README THANKS TODO %changelog -* Mon Sep 25 2023 Chang Gao - 4.6.0-20.0.2.1 +* Mon Dec 11 2023 Chang Gao - 4.6.0-21.0.1 - Add doc sub package - Fix the doc package requirement -* Thu Aug 17 2023 Lukáš Zaoral - 1:4.6.0-20.1 -- fix find not obeying option -ignore_readdir_race in symlink_loop (#2232514) +* Wed Aug 16 2023 Lukáš Zaoral - 1:4.6.0-21 +- fix find not obeying option -ignore_readdir_race in symlink_loop (#2232278) * Mon Nov 05 2018 Kamil Dudka - 1:4.6.0-20 - fix programming mistakes detected by static analysis (#1606953)