remove unnecessary require

(cherry picked from commit f30ec9a9e6954de9db7788cee22d5c482ecfb934)
This commit is contained in:
xiexing01 2023-12-11 12:32:21 +08:00 committed by openeuler-sync-bot
parent a04ea3fae8
commit 557ee067ba

View File

@ -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 <xiexing4@hisilicon.com> - 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