From fb8ec0086051e6c11cf92f87dc982df6bf9b1c41 Mon Sep 17 00:00:00 2001 From: xiexing Date: Fri, 17 Mar 2023 01:49:43 +0000 Subject: [PATCH] update hive.spec. Signed-off-by: xiexing --- hive.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hive.spec b/hive.spec index 7882775..72d8468 100644 --- a/hive.spec +++ b/hive.spec @@ -2,7 +2,7 @@ Name: hive Version: 3.1.3 -Release: 1 +Release: 2 Summary: The Apache Hadoop data warehouse License: Apache-2.0 and Python-2.0 and MPL-2.0 and BSD and ICU @@ -18,7 +18,6 @@ BuildRequires: cmake java-1.8.0-openjdk-devel maven xmvn xmvn-install gradle-loc Requires: java-1.8.0-openjdk Requires: hadoop-3.1-client hadoop-3.1-common hadoop-3.1-common-native hadoop-3.1-devel hadoop-3.1-hdfs hadoop-3.1-httpfs Requires: hadoop-3.1-mapreduce hadoop-3.1-maven-plugin hadoop-3.1-yarn hadoop-3.1-yarn-security -Requires: mysql5-server BuildArch: noarch %description @@ -127,6 +126,9 @@ ln -s %{_javadir}/%{name}/%{name}-shims.jar %{buildroot}%{_datadir}/hadoop/mapre %changelog +* Fri Mar 17 2023 xiexing 3.1.3-2 +- remove Requires mysql5-server + * Tue Sep 13 2022 Zhao Yang 3.1.3-1 - update to version 3.1.3 -- Gitee