From 39c3dfa58eea4426cdb80d847f285717bc3e6afd Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:21:11 +0800 Subject: [PATCH] delete BuildRequires gdb --- rocksdb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rocksdb.spec b/rocksdb.spec index 02c7e60..3031fed 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -1,6 +1,6 @@ Name: rocksdb Version: 6.8.1 -Release: 3 +Release: 4 Summary: A Persistent Key-Value Store for Flash and RAM Storage License: GPLv2 and Apache 2.0 License @@ -9,7 +9,6 @@ URL: https://github.com/facebook/rocksdb.git BuildRequires: gcc make rpm-build gcc-c++ gtest-devel maven java-1.8.0-openjdk-devel # enable debuginfo pacakges by default, then we need gdb package -BuildRequires: gdb # rocksdb recommend installing some compression libraries BuildRequires: snappy snappy-devel zlib zlib-devel bzip2 bzip2-devel lz4 lz4-devel zstd zstd-devel gflags gflags-devel @@ -98,6 +97,9 @@ install -D -m 0644 java/target/%{name}jni-%{version}-linux$(getconf LONG_BIT).ja %{_javadir}/%{name}jni/%{name}jni.jar %changelog +* Wed Aug 04 2021 chenyanpanHW - 6.8.1-4 +- DESC: delete BuildRequires gdb + * Thu 01 Jul 2021 sunguoshuai - 6.8.1-3 - Some jar packs should provides local in case of build error -- Gitee