From e4e47603c898d4fb796aac06f8e06531c50d547f Mon Sep 17 00:00:00 2001 From: "taifu.gc" Date: Sat, 20 Jan 2024 16:43:54 +0800 Subject: [PATCH] Rebuild --- coreutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 6f01fb9..a1fabcb 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Summary: A set of basic GNU tools commonly used in shell scripts Name: coreutils Version: 9.4 @@ -230,6 +230,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir %doc NEWS README THANKS TODO %changelog +* Fri Jan 19 2024 Chang Gao - 9.4-4 +- Rebuild because of the builder time offset incorrect + * Wed Jan 17 2024 Wenlong Zhang - 9.4-3 - fix uname processortype error for loongarch64 -- Gitee