From 40d7c2e78859c33d4405111893f9642b56f247c3 Mon Sep 17 00:00:00 2001 From: wxm Date: Tue, 5 Mar 2024 09:07:32 +0000 Subject: [PATCH] Add BuildRequires gperftools-devel to link tcmalloc Signed-off-by: wxm --- fio.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fio.spec b/fio.spec index a1d9e44..459ae0d 100644 --- a/fio.spec +++ b/fio.spec @@ -1,6 +1,6 @@ Name: fio Version: 3.34 -Release: 1 +Release: 2 Summary: Multithreaded IO generation tool License: GPLv2 @@ -14,6 +14,9 @@ BuildRequires: zlib-devel BuildRequires: python3-devel BuildRequires: libcurl-devel BuildRequires: openssl-devel +%ifnarch s390 +BuildRequires: gperftools-devel +%endif %ifarch x86_64 ppc64le BuildRequires: libpmem-devel BuildRequires: libpmemblk-devel @@ -77,6 +80,9 @@ make test %changelog +* Tue Mar 5 2024 wangxiaomeng - 3.34-2 +- Add BuildRequires gperftools-devel to link tcmalloc. + * Thu Apr 27 2023 liyanan - 3.34-1 - Update to 3.34 -- Gitee