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:
parent
aa691eb6d2
commit
085cd612d4
@ -278,7 +278,7 @@ BuildRequires: libcurl-devel
|
|||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
#BuildRequires: fmt-devel >= 6.2.1
|
#BuildRequires: fmt-devel >= 6.2.1
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 10
|
%if ! (0%{?fedora} || 0%{?rhel} >= 10)
|
||||||
BuildRequires: rocksdb-devel
|
BuildRequires: rocksdb-devel
|
||||||
Requires: rocksdb
|
Requires: rocksdb
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user