remove zookeeper require
This commit is contained in:
parent
550c740667
commit
24ef67d5e0
@ -11,7 +11,7 @@
|
|||||||
%define _binaries_in_noarch_packages_terminate_build 0
|
%define _binaries_in_noarch_packages_terminate_build 0
|
||||||
Name: hadoop
|
Name: hadoop
|
||||||
Version: 3.3.4
|
Version: 3.3.4
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A software platform for processing vast amounts of data
|
Summary: A software platform for processing vast amounts of data
|
||||||
# The BSD license file is missing
|
# The BSD license file is missing
|
||||||
# https://issues.apache.org/jira/browse/HADOOP-9849
|
# 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: cyrus-sasl-devel chrpath systemd protobuf2-compiler protobuf2-devel protobuf2-java protobuf2
|
||||||
BuildRequires: leveldbjni leveldb-java hawtjni-runtime gcc-c++
|
BuildRequires: leveldbjni leveldb-java hawtjni-runtime gcc-c++
|
||||||
BuildRequires: npm chrpath
|
BuildRequires: npm chrpath
|
||||||
Requires: java-1.8.0-openjdk protobuf2-java apache-zookeeper
|
Requires: java-1.8.0-openjdk protobuf2-java
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Apache Hadoop is a framework that allows for the distributed processing of
|
Apache Hadoop is a framework that allows for the distributed processing of
|
||||||
@ -73,7 +73,6 @@ BuildArch: noarch
|
|||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
Obsoletes: %{name}-javadoc < 2.4.1-22%{?dist}
|
Obsoletes: %{name}-javadoc < 2.4.1-22%{?dist}
|
||||||
|
|
||||||
Requires: apache-zookeeper
|
|
||||||
Requires: leveldb
|
Requires: leveldb
|
||||||
Requires: protobuf2-java
|
Requires: protobuf2-java
|
||||||
|
|
||||||
@ -1132,6 +1131,9 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/%{name}/container-executor.cfg
|
%config(noreplace) %{_sysconfdir}/%{name}/container-executor.cfg
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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: use $HOME rather than /home/abuild, suit for all buildtools.
|
||||||
- fix: yarn have ELF bin, not noarch at all.
|
- fix: yarn have ELF bin, not noarch at all.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user