diff --git a/zookeeper.spec b/zookeeper.spec index 87eb99c5f0085d41d6050f9aac1b91285ca17f9c..2b00ee8ca66635148bea608b9633e87e37acf04d 100644 --- a/zookeeper.spec +++ b/zookeeper.spec @@ -5,7 +5,7 @@ Summary: High-performance coordination service for distributed applications. Name: zookeeper Version: %{rel_ver} -Release: %{pkg_ver}%{?dist} +Release: %{pkg_ver} License: Apache-2.0 and OpenSSL and SSLeay and MIT and BSD Group: Applications/Databases URL: https://www.apache.org/dist/zookeeper/ @@ -72,5 +72,8 @@ exit 0 %systemd_postun_with_restart zookeeper.service %changelog +* Thu Mar 25 2021 baizhonggui - 2.0 +- Delete %{dist} in Release + * Sun Jun 28 2020 hao zhang - 1.0 - Add zookeeper.service