We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8b832 commit 78108f0Copy full SHA for 78108f0
rpm/tarantool-mysql.spec
@@ -7,7 +7,10 @@ License: BSD
7
URL: https://github.com/tarantool/mysql
8
Source0: https://github.com/tarantool/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
9
BuildRequires: cmake >= 2.8
10
+%if (0%{?fedora} >= 22 || 0%{?rhel} >= 7 || 0%{?sle_version} >= 1500)
11
+ # RHEL 6 requires devtoolset
12
BuildRequires: gcc >= 4.5
13
+%endif
14
BuildRequires: openssl-devel
15
BuildRequires: tarantool-devel >= 1.6.8.0
16
Requires: tarantool >= 1.6.8.0
0 commit comments