diff --git a/sysbench.spec b/sysbench.spec index 198af1236387ca0c974a9aa73b7cb3abec939cc1..685914ce2333e594321e36301792830d8512c44d 100644 --- a/sysbench.spec +++ b/sysbench.spec @@ -2,11 +2,11 @@ Name: sysbench Version: 1.0.20 -Release: 1 +Release: 2 Summary: Scriptable database and system performance benchmark License: GPL2 URL: https://github.com/akopytov/sysbench -Source0: https://github.com/akopytov/sysbench/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/akopytov/sysbench/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc libtool autoconf automake mariadb-devel libaio-devel libxslt ck-devel postgresql-devel @@ -39,6 +39,9 @@ sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is mo /usr/share/%{name}/* %changelog +* Tue Oct 13 2020 liqingqing_1229 +- update source0 + * Sun Mar 29 2020 Wei Xiong - Package init