From fc6b64ea833402bce06a9d3f97b9bdf7c4f754c2 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 23 Mar 2023 20:15:15 +0800 Subject: [PATCH] Add install requires mysql-server --- hive.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hive.spec b/hive.spec index 72d8468..22fdc61 100644 --- a/hive.spec +++ b/hive.spec @@ -2,7 +2,7 @@ Name: hive Version: 3.1.3 -Release: 2 +Release: 3 Summary: The Apache Hadoop data warehouse License: Apache-2.0 and Python-2.0 and MPL-2.0 and BSD and ICU @@ -18,6 +18,7 @@ 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: mysql-server BuildArch: noarch %description @@ -126,6 +127,9 @@ ln -s %{_javadir}/%{name}/%{name}-shims.jar %{buildroot}%{_datadir}/hadoop/mapre %changelog +* Thu Mar 23 2023 caodongxia 3.1.3-3 +- Add install requires mysql-server + * Fri Mar 17 2023 xiexing 3.1.3-2 - remove Requires mysql5-server -- Gitee