From c3fadaefee5d6008f614337f065e20267ad8b153 Mon Sep 17 00:00:00 2001 From: mylee Date: Tue, 17 May 2022 14:20:44 +0800 Subject: [PATCH] fix spec changelog date --- etcd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etcd.spec b/etcd.spec index c236d6d..04a2c39 100644 --- a/etcd.spec +++ b/etcd.spec @@ -148,10 +148,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog -* Wed Sep 2021 jikui - 3.4.14-4 +* Wed Sep 1 2021 jikui - 3.4.14-4 - modify build flags for secure compilation options -* Wed Jun 2021 jiangxinyu - 3.4.14-3 +* Wed Jun 2 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