From 1d92f0cc3f25ec03600b9400109a9d58c094b928 Mon Sep 17 00:00:00 2001 From: ouyangminxiang Date: Tue, 29 Mar 2022 17:54:04 +0800 Subject: [PATCH] delete yarn package arch distinction --- hadoop.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hadoop.spec b/hadoop.spec index e65883e..90400a3 100644 --- a/hadoop.spec +++ b/hadoop.spec @@ -11,7 +11,7 @@ %define _binaries_in_noarch_packages_terminate_build 0 Name: hadoop Version: 3.2.1 -Release: 5 +Release: 6 Summary: A software platform for processing vast amounts of data # The BSD license file is missing # https://issues.apache.org/jira/browse/HADOOP-9849 @@ -206,7 +206,7 @@ offering local computation and storage. This package contains test related resources for Apache Hadoop. %package yarn -BuildArch: noarch +#BuildArch: noarch Summary: Apache Hadoop YARN Requires: %{name}-common = %{version}-%{release} Requires: %{name}-mapreduce = %{version}-%{release} @@ -1112,6 +1112,9 @@ fi %config(noreplace) %{_sysconfdir}/%{name}/container-executor.cfg %changelog +* Tue 29 Mar 2022 ouyangminxiang - 3.2.1-6 +- delete yarn package arch distinction + * Mon Jul 12 2021 lingsheng - 3.2.1-5 - Fix stop service failure -- Gitee