From 69067c9907b74bace55a25ecab30db3765869a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Wed, 24 Jul 2024 09:40:01 +0000 Subject: [PATCH] Fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- etcd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etcd.spec b/etcd.spec index f74797d..7a93996 100644 --- a/etcd.spec +++ b/etcd.spec @@ -156,10 +156,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ * Wed Oct 19 2022 wuzx - 3.4.14-5 - add sw64 patch -* Wed Sep 2021 jikui - 3.4.14-4 +* Wed Sep 15 2021 jikui - 3.4.14-4 - modify build flags for secure compilation options -* Wed Jun 2021 jiangxinyu - 3.4.14-3 +* Wed Jun 23 2021 jiangxinyu - 3.4.14-3 - Solve the problem of etcd on unsupported platform without ETCD_UNSUPPORTED_ARCH=arm64 set * Thu Mar 04 2021 jiangxinyu - 3.4.14-2 -- Gitee