From 85cd700137801f6e76e8d23f3b1560061b6e0cae Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Tue, 13 Oct 2020 14:56:10 +0800 Subject: [PATCH] update source0 --- sysbench.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sysbench.spec b/sysbench.spec index 198af12..685914c 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 -- Gitee