-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated build dependencies for RHEL8-Beta
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Group: Applications/System | |
Source0: https://github.com/akopytov/%{name}/archive/%{version}/%{name}-%{version}.tar.gz | ||
URL: https://github.com/akopytov/sysbench/ | ||
|
||
%if 0%{?el6} | ||
%if 0%{?rhel} < 7 | ||
BuildRequires: mysql-devel | ||
%else | ||
BuildRequires: mariadb-devel | ||
|
@@ -20,7 +20,11 @@ BuildRequires: libtool | |
BuildRequires: pkgconfig | ||
BuildRequires: libaio-devel | ||
# Use bundled cram for tests | ||
%if 0%{?rhel} > 7 | ||
BuildRequires: python2 | ||
%else | ||
BuildRequires: python | ||
%endif | ||
|
||
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 | ||
|
||
|
@@ -74,6 +78,9 @@ make test | |
|
||
|
||
%changelog | ||
* Fri Mar 15 2019 Alexey Bychko <[email protected]> - 1.0.16-1 | ||
- Updated build dependencies for RHEL8-Beta. | ||
|
||
* Sat Jan 6 2018 Alexey Kopytov <[email protected]> - 1.0.12-1 | ||
- Remove vim-common from build dependencies. | ||
|
||
|