From 5099b55d5f9cac3a895a2794c1515e37e1104a8c Mon Sep 17 00:00:00 2001 From: zhoujiajia111 Date: Wed, 14 May 2025 18:10:23 +0800 Subject: [PATCH] Rebuild for remove inappropriate build dependencies. Signed-off-by: zhoujiajia111 --- findutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index b9c5797..b4af9bc 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Summary: The GNU versions of find utilities (find and xargs) Name: findutils @@ -88,6 +88,9 @@ rm -f %{buildroot}%{_infodir}/dir %doc AUTHORS NEWS README THANKS TODO %changelog +* Wed May 14 2025 zhoujiajia111 - 4.9.0-3 +- Rebuild for remove inappropriate build dependencies. + * Wed Nov 23 2022 Shawn Wang - 1:4.9.0-2 - optimise spec file -- Gitee