From 907a76d3af84186bed7723627b5bc0d931adcf60 Mon Sep 17 00:00:00 2001 From: wenyuzifang Date: Mon, 15 Dec 2025 14:43:12 +0800 Subject: [PATCH] Update code from upstream --- fio.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/fio.spec b/fio.spec index f67b6e7..78dda9d 100644 --- a/fio.spec +++ b/fio.spec @@ -5,7 +5,7 @@ %bcond_with Name: fio -Version: 3.34 +Version: 3.36 Release: %{anolis_release}%{?dist} Summary: Multithreaded IO generation tool @@ -38,8 +38,8 @@ BuildRequires: libpmemblk-devel BuildRequires: librbd1-devel %endif -BuildRequires: numactl-devel -BuildRequires: librdmacm-devel +BuildRequires: numactl-devel +BuildRequires: librdmacm-devel BuildRequires: make @@ -241,11 +241,14 @@ make install prefix=%{_prefix} mandir=%{_mandir} libdir=%{_libdir}/fio DESTDIR=$ %doc README.rst REPORTING-BUGS HOWTO.rst examples %changelog -* Wed Jun 21 2023 Joseph Qi 3.34-1 +* Mon Dec 15 2025 Upstream Sync - 3.36-1 +- Sync to upstream version 3.36 + +* Wed Jun 21 2023 Joseph Qi 3.34-1 - update to 3.34 to support io_uring nvme passthrough -* Tue Apr 11 2023 Ziyang Zhang 3.33-2 +* Tue Apr 11 2023 Ziyang Zhang 3.33-2 - Add io_uring sqpoll percpu support -* Tue Mar 28 2023 happy_orange - 3.33-1 -- init package +* Tue Mar 28 2023 happy_orange - 3.33-1 +- init package \ No newline at end of file -- Gitee