From 1d985762372f3d00641bed71499ea996f050c9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E4=BD=B3=E8=95=BE?= Date: Thu, 15 May 2025 03:55:51 +0000 Subject: [PATCH] Rebuild for remove inappropriate build dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周佳蕾 --- bash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index 77cccf1..508c249 100644 --- a/bash.spec +++ b/bash.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: bash Version: 5.2.15 @@ -162,6 +162,9 @@ end %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu May 15 2025 zhoujiajia111 - 5.2.15-2 +- Rebuild for remove inappropriate build dependencies. + * Thu Dec 15 2022 Funda Wang - 5.2.15-1 - New version 5.2.15 -- Gitee