diff --git a/sysbench.spec b/sysbench.spec index 6f92abfb9334ed3d65d9bf908162d5669a203c7a..fe2b8984c69032679420d13961558b8ef99058c7 100644 --- a/sysbench.spec +++ b/sysbench.spec @@ -1,12 +1,15 @@ Name: sysbench Version: 1.0.20 -Release: 3 +Release: 4 Summary: Scriptable database and system performance benchmark License: GPL2 URL: https://github.com/akopytov/sysbench 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 luajit-devel +%ifarch sw_64 +#!BuildIgnore: gcc_secure +%endif %description sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is most frequently used for database benchmarks, but can also be used to create arbitrarily complex workloads that do not involve a database server. @@ -44,6 +47,9 @@ rm -r third_party/cram/ %{_datadir}/%{name}/* %changelog +* Fri Aug 11 2023 yeqinglong - 1.0.20-4 +- fix sw_64 build error + * Thu Apr 08 2021 herengui - 1.0.20-3 - enable postgresql support