Commit 840071d 1 parent 18a9f86 commit 840071d Copy full SHA for 840071d
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Group: Applications/System
8
8
Source0: https://github.com/akopytov/%{name }/archive/%{version }/%{name }-%{version }.tar.gz
9
9
URL: https://github.com/akopytov/sysbench/
10
10
11
- %if 0%{?el6 }
11
+ %if 0%{?rhel } < 7
12
12
BuildRequires: mysql-devel
13
13
%else
14
14
BuildRequires: mariadb-devel
@@ -20,7 +20,11 @@ BuildRequires: libtool
20
20
BuildRequires: pkgconfig
21
21
BuildRequires: libaio-devel
22
22
# Use bundled cram for tests
23
+ %if 0%{?rhel } > 7
24
+ BuildRequires: python2
25
+ %else
23
26
BuildRequires: python
27
+ %endif
24
28
25
29
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64
26
30
@@ -74,6 +78,9 @@ make test
74
78
75
79
76
80
%changelog
81
+ *
Fri Mar 15 2019 Alexey Bychko <[email protected] > -
1.0.16-1
82
+ - Updated build dependencies for RHEL8-Beta.
83
+
77
84
*
Sat Jan 6 2018 Alexey Kopytov <[email protected] > -
1.0.12-1
78
85
- Remove vim-common from build dependencies.
79
86
You can’t perform that action at this time.
0 commit comments