From 24ef67d5e02244f28aff22ce2a478d4f28fe4c91 Mon Sep 17 00:00:00 2001 From: Weijian Wen Date: Fri, 20 Oct 2023 14:01:23 +0800 Subject: [PATCH] remove zookeeper require --- hadoop.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hadoop.spec b/hadoop.spec index 3929ce8..3adf141 100644 --- a/hadoop.spec +++ b/hadoop.spec @@ -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 - 3.3.4-5 +- remove zookeeper requires. + * Wed Aug 16 2023 Jia Chao - 3.3.4-4 - fix: use $HOME rather than /home/abuild, suit for all buildtools. - fix: yarn have ELF bin, not noarch at all.