correct package groupId

(cherry picked from commit 4e46a17339899761eb784745c614d509f43ea6dd)
This commit is contained in:
wang--ge 2024-05-10 11:43:25 +08:00 committed by openeuler-sync-bot
parent 4c142e111a
commit 30a686d56e

View File

@ -1,5 +1,5 @@
%define rel_ver 3.9.1 %define rel_ver 3.9.1
%define pkg_ver 1 %define pkg_ver 2
%define _prefix /opt/zookeeper %define _prefix /opt/zookeeper
%global debug_package %{nil} %global debug_package %{nil}
@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{rel_ver}-%{release}-root
BuildRequires: java-1.8.0-openjdk-devel,maven,hostname,maven-local,systemd BuildRequires: java-1.8.0-openjdk-devel,maven,hostname,maven-local,systemd
Requires: java-1.8.0-openjdk,systemd Requires: java-1.8.0-openjdk,systemd
Provides: apache-zookeeper Provides: apache-zookeeper
Provides: mvn(org.apche.zookeeper:zookeeper) Provides: mvn(org.apache.zookeeper:zookeeper)
%description %description
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
@ -82,6 +82,9 @@ exit 0
%systemd_postun_with_restart zookeeper.service %systemd_postun_with_restart zookeeper.service
%changelog %changelog
* Fri May 10 2024 Ge Wang <wang__ge@126.com> - 3.9.1-2
- correct package groupId
* Tue Nov 28 2023 xiexing <xiexing4@hisilicon.com> - 3.9.1-1 * Tue Nov 28 2023 xiexing <xiexing4@hisilicon.com> - 3.9.1-1
- update version 3.9.1 to fix CVE-2023-44981 - update version 3.9.1 to fix CVE-2023-44981