Set minimal required version for several BuildRequires components
This mirror minimal versions set by upstream in CMake checks
This commit is contained in:
parent
d425a3ed5f
commit
ff34b7c74e
@ -254,7 +254,8 @@ BuildRequires: ncurses-devel
|
|||||||
# debugging stuff
|
# debugging stuff
|
||||||
BuildRequires: systemtap-sdt-devel
|
BuildRequires: systemtap-sdt-devel
|
||||||
# Bison SQL parser; needed also for wsrep API
|
# Bison SQL parser; needed also for wsrep API
|
||||||
BuildRequires: bison bison-devel
|
BuildRequires: bison >= 2.4
|
||||||
|
BuildRequires: bison-devel >= 2.4
|
||||||
|
|
||||||
%{?with_debug:BuildRequires: valgrind-devel}
|
%{?with_debug:BuildRequires: valgrind-devel}
|
||||||
|
|
||||||
@ -538,7 +539,8 @@ MariaDB is a community developed fork from MySQL.
|
|||||||
Summary: The Open Query GRAPH engine for MariaDB
|
Summary: The Open Query GRAPH engine for MariaDB
|
||||||
Requires: %{pkgname}-server%{?_isa} = %{sameevr}
|
Requires: %{pkgname}-server%{?_isa} = %{sameevr}
|
||||||
# boost and Judy required for oograph
|
# boost and Judy required for oograph
|
||||||
BuildRequires: boost-devel Judy-devel
|
BuildRequires: boost-devel >= 1.40.0
|
||||||
|
BuildRequires: Judy-devel
|
||||||
|
|
||||||
%virtual_conflicts_and_provides oqgraph-engine
|
%virtual_conflicts_and_provides oqgraph-engine
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user