!52 [sync] PR-51: Correct packge groupId

From: @openeuler-sync-bot 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-05-11 03:25:56 +00:00 committed by Gitee
commit aa0af82fce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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