From f0ed51887509361ab9fb3043ec2afdb74a5c660e Mon Sep 17 00:00:00 2001 From: Wang Jinchao Date: Mon, 4 Nov 2024 03:33:32 +0000 Subject: [PATCH] Fix bogus date in %changelog Signed-off-by: Wang Jinchao --- etcd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/etcd.spec b/etcd.spec index e2e87be..641cb2a 100644 --- a/etcd.spec +++ b/etcd.spec @@ -31,7 +31,7 @@ system.} %global gosupfiles integration/fixtures/* etcdserver/api/v2http/testdata/* Name: etcd -Release: 12 +Release: 13 Summary: Distributed reliable key-value store for the most critical data of a distributed system # Upstream license specification: Apache-2.0 @@ -164,6 +164,9 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Mon Nov 4 2024 Wang Jinchao - 3.4.14-13 +- Fix bogus date in %changelog + * Wed Apr 24 2024 zhangbowei - 3.4.14-12 - Type:bugfix - CVE:NA @@ -209,10 +212,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 01 2021 jikui - 3.4.14-4 - modify build flags for secure compilation options -* Wed Jun 2021 jiangxinyu - 3.4.14-3 +* Wed Jun 02 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