1.0.12
This commit is contained in:
parent
26bebb1de0
commit
bda746a04b
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ sysbench-0.4.12.tar.gz
|
||||
/sysbench-1.0.9.tar.gz
|
||||
/sysbench-1.0.10.tar.gz
|
||||
/sysbench-1.0.11.tar.gz
|
||||
/sysbench-1.0.12.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sysbench-1.0.11.tar.gz) = 4ca949bb5aaeeb87e68c56d34e95fc3650606c1bd3ceb25d873b23224920120f703ab71fa4b30f3e8930b939008a03702fbbad0596482982dae4a454eb5a79ed
|
||||
SHA512 (sysbench-1.0.12.tar.gz) = e4f9d909ac3df31b128fc1ddc4b55cb62c579205439c806d2bfe2579641a9d5e94f159d99cfc8e84680aca1c6af0769f838792dc4b37c57b1e03943ea8211bec
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: System performance benchmark
|
||||
Name: sysbench
|
||||
Version: 1.0.11
|
||||
Version: 1.0.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Source0: https://github.com/akopytov/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -16,14 +16,13 @@ BuildRequires: luajit-devel
|
||||
%if 0%{?el6}
|
||||
BuildRequires: mysql-devel
|
||||
%endif
|
||||
%if 0%{?el7} || 0%{?fc25}%{?fc26}%{?fc27}
|
||||
%if 0%{?el7} || 0%{?fc26}%{?fc27}
|
||||
BuildRequires: mariadb-devel
|
||||
%endif
|
||||
%if 0%{?fedora} > 27
|
||||
BuildRequires: mariadb-connector-c-devel
|
||||
%endif
|
||||
BuildRequires: postgresql-devel
|
||||
BuildRequires: vim-common
|
||||
# Tests
|
||||
%{!?el6:BuildRequires: /usr/bin/cram}
|
||||
|
||||
@ -97,6 +96,9 @@ cd tests
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 17 2018 Xavier Bachelot <xavier@bachelot.org> 1.0.12-1
|
||||
- Update to 1.0.12 (RHBZ#1535455).
|
||||
|
||||
* Tue Dec 12 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.11-1
|
||||
- Update to 1.0.11 (RHBZ#1524754).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user