Fix rocksdb conditional

Use of the system rocksdb is disabled for Fedora and RHEL 10+, not
enabled, because rocksdb there is too new.
This commit is contained in:
Yaakov Selkowitz 2023-07-06 13:21:33 -04:00
parent aa691eb6d2
commit 085cd612d4
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ BuildRequires: libcurl-devel
BuildRequires: libcap-devel
BuildRequires: libcap-ng-devel
#BuildRequires: fmt-devel >= 6.2.1
%if 0%{?fedora} || 0%{?rhel} >= 10
%if ! (0%{?fedora} || 0%{?rhel} >= 10)
BuildRequires: rocksdb-devel
Requires: rocksdb
%endif