diff --git a/etcd.spec b/etcd.spec index c236d6d8100b6a3907f9b4a7d5d5676b5974ca4b..56e6b0eeca9d2ada2507117017cfacd8b681c73c 100644 --- a/etcd.spec +++ b/etcd.spec @@ -31,7 +31,7 @@ system.} %global gosupfiles integration/fixtures/* etcdserver/api/v2http/testdata/* Name: etcd -Release: 4 +Release: 5 Summary: Distributed reliable key-value store for the most critical data of a distributed system # Upstream license specification: Apache-2.0 @@ -148,6 +148,9 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Thu Dec 2022 jikui - 3.4.14-5 +- test + * Wed Sep 2021 jikui - 3.4.14-4 - modify build flags for secure compilation options