From 557ee067ba6a11db5abf2f97388b05dcb10be5e8 Mon Sep 17 00:00:00 2001 From: xiexing01 Date: Mon, 11 Dec 2023 12:32:21 +0800 Subject: [PATCH] remove unnecessary require (cherry picked from commit f30ec9a9e6954de9db7788cee22d5c482ecfb934) --- hbase.spec | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/hbase.spec b/hbase.spec index 288e685..709c27f 100644 --- a/hbase.spec +++ b/hbase.spec @@ -8,7 +8,7 @@ Name: hbase Version: 2.5.0 -Release: 1 +Release: 2 Summary: A database for Apache Hadoop License: Apache-2.0 and BSD and CPL-1.0 and EPL-1.0 and MIT URL: http://hbase.apache.org/ @@ -28,23 +28,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: java-1.8.0-openjdk-devel maven hostname maven-local protobuf2-devel protobuf2-compiler protobuf2 Requires: java-1.8.0-openjdk -# Required for the shell -Requires: bytelist -Requires: invokebinder -Requires: jcodings -Requires: jansi -Requires: jline -Requires: jnr-ffi -Requires: jnr-posix -Requires: jnr-constants -# Documenting the dep here, but it's detected in autoRequires -Requires: joda-time -Requires: joni -Requires: objectweb-asm - -Requires: apache-commons-lang3 -Requires: glassfish-el-api - Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -279,6 +262,9 @@ fi %endif %changelog +* Wed May 8 2024 xiexing - 2.5.0-2 +- remove unnecessary require + * Tue Sep 12 2023 Youjing Yu <2534849757@qq.com> 2.5.0-1 - Upgrade Hbase Version to 2.5.0 -- Gitee