remove zookeeper require

This commit is contained in:
Weijian Wen 2023-10-20 14:01:23 +08:00
parent 550c740667
commit 24ef67d5e0

View File

@ -11,7 +11,7 @@
%define _binaries_in_noarch_packages_terminate_build 0
Name: hadoop
Version: 3.3.4
Release: 4
Release: 5
Summary: A software platform for processing vast amounts of data
# The BSD license file is missing
# https://issues.apache.org/jira/browse/HADOOP-9849
@ -43,7 +43,7 @@ BuildRequires: java-1.8.0-openjdk-devel maven hostname maven-local tomcat cmake
BuildRequires: cyrus-sasl-devel chrpath systemd protobuf2-compiler protobuf2-devel protobuf2-java protobuf2
BuildRequires: leveldbjni leveldb-java hawtjni-runtime gcc-c++
BuildRequires: npm chrpath
Requires: java-1.8.0-openjdk protobuf2-java apache-zookeeper
Requires: java-1.8.0-openjdk protobuf2-java
%description
Apache Hadoop is a framework that allows for the distributed processing of
@ -73,7 +73,6 @@ BuildArch: noarch
Requires(pre): /usr/sbin/useradd
Obsoletes: %{name}-javadoc < 2.4.1-22%{?dist}
Requires: apache-zookeeper
Requires: leveldb
Requires: protobuf2-java
@ -1132,6 +1131,9 @@ fi
%config(noreplace) %{_sysconfdir}/%{name}/container-executor.cfg
%changelog
* Fri Oct 20 2023 wenweijian <wenweijian2@huawei.com> - 3.3.4-5
- remove zookeeper requires.
* Wed Aug 16 2023 Jia Chao <jiac13@chinaunicom.cn> - 3.3.4-4
- fix: use $HOME rather than /home/abuild, suit for all buildtools.
- fix: yarn have ELF bin, not noarch at all.