[packages/fio] - updated to 3.42
qboosh
qboosh at pld-linux.org
Wed May 20 21:43:25 CEST 2026
commit 62772329691018fca0f13efae6538dc055a6a002
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed May 20 21:43:28 2026 +0200
- updated to 3.42
fio.spec | 36 +++++++++++++++++++++---------------
1 file changed, 21 insertions(+), 15 deletions(-)
---
diff --git a/fio.spec b/fio.spec
index 27d308a..a6b9da6 100644
--- a/fio.spec
+++ b/fio.spec
@@ -19,12 +19,12 @@
Summary: I/O tool for benchmark and stress/hardware verification
Summary(pl.UTF-8): Narzędzie do mierzenia wydajności I/O i sprawdzania sprawności sprzętu
Name: fio
-Version: 3.40
+Version: 3.42
Release: 1
License: GPL v2+
Group: Applications/System
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
-# Source0-md5: 191c75336f5ab47306649d6061092151
+# Source0-md5: 30ba8a345a66cdc36ab5b39a17264792
Patch0: %{name}-config.patch
Patch1: %{name}-xnvme-sizes.patch
URL: http://git.kernel.dk/?p=fio.git;a=summary
@@ -153,7 +153,7 @@ rm -rf $RPM_BUILD_ROOT
# development files for fio modules
install -d $RPM_BUILD_ROOT%{_includedir}/fio/{arch,crc,compiler,engines,lib,os/linux,oslib}
-cp -p blktrace_api.h blktrace.h cairo_text_helpers.h cgroup.h client.h config-host.h debug.h diskutil.h err.h fifo.h file.h filehash.h filelock.h fio.h fio_sem.h fio_time.h flist.h flow.h gclient.h gcompat.h gerror.h gettime.h gfio.h ghelpers.h goptions.h graph.h hash.h helpers.h helper_thread.h idletime.h io_ddir.h ioengines.h iolog.h io_u.h io_u_queue.h json.h log.h minmax.h optgroup.h options.h parse.h printing.h profile.h pshared.h rate-submit.h rwlock.h server.h smalloc.h stat.h steadystate.h td_error.h thread_options.h tickmarks.h trim.h verify.h verify-state.h workqueue.h zbd.h zbd_types.h zone-dist.h $RPM_BUILD_ROOT%{_includedir}/fio
+cp -p blktrace_api.h blktrace.h cairo_text_helpers.h cgroup.h client.h config-host.h dataplacement.h debug.h dedupe.h diskutil.h err.h fifo.h file.h filehash.h filelock.h fio.h fio_sem.h fio_time.h flist.h flow.h gclient.h gcompat.h gerror.h gettime.h gfio.h ghelpers.h goptions.h graph.h hash.h helpers.h helper_thread.h idletime.h io_ddir.h ioengines.h iolog.h io_u.h io_u_queue.h json.h log.h minmax.h optgroup.h options.h parse.h printing.h profile.h pshared.h rate-submit.h rwlock.h server.h smalloc.h stat.h steadystate.h td_error.h thread_options.h tickmarks.h trim.h verify.h verify-state.h workqueue.h zbd.h zbd_types.h zone-dist.h $RPM_BUILD_ROOT%{_includedir}/fio
cp -p arch/arch.h $RPM_BUILD_ROOT%{_includedir}/fio/arch
%ifarch %{ix86} %{x8664} x32
cp -p arch/arch-x86.h $RPM_BUILD_ROOT%{_includedir}/fio/arch
@@ -227,19 +227,25 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/genfio
%dir %{_libdir}/fio
# TODO: subpackages?
-%attr(755,root,root) %{_libdir}/fio/fio-http.so
-%attr(755,root,root) %{_libdir}/fio/fio-libaio.so
-%attr(755,root,root) %{_libdir}/fio/fio-libblkio.so
-%{?with_iscsi:%attr(755,root,root) %{_libdir}/fio/fio-libiscsi.so}
-%attr(755,root,root) %{_libdir}/fio/fio-libzbc.so
-%{?with_nbd:%attr(755,root,root) %{_libdir}/fio/fio-nbd.so}
-%{?with_ceph:%attr(755,root,root) %{_libdir}/fio/fio-rados.so}
-%{?with_ceph:%attr(755,root,root) %{_libdir}/fio/fio-rbd.so}
-%attr(755,root,root) %{_libdir}/fio/fio-rdma.so
-%attr(755,root,root) %{_libdir}/fio/fio-xnvme.so
+%{_libdir}/fio/fio-http.so
+%{_libdir}/fio/fio-libaio.so
+%{_libdir}/fio/fio-libblkio.so
+%if %{with iscsi}
+%{_libdir}/fio/fio-libiscsi.so
+%endif
+%{_libdir}/fio/fio-libzbc.so
+%if %{with nbd}
+%{_libdir}/fio/fio-nbd.so
+%endif
+%if %{with ceph}
+%{_libdir}/fio/fio-rados.so
+%{_libdir}/fio/fio-rbd.so
+%endif
+%{_libdir}/fio/fio-rdma.so
+%{_libdir}/fio/fio-xnvme.so
%if %{with pmem}
-%attr(755,root,root) %{_libdir}/fio/fio-dev-dax.so
-%attr(755,root,root) %{_libdir}/fio/fio-libpmem.so
+%{_libdir}/fio/fio-dev-dax.so
+%{_libdir}/fio/fio-libpmem.so
%endif
%{_datadir}/fio
%{_mandir}/man1/fio.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fio.git/commitdiff/62772329691018fca0f13efae6538dc055a6a002
More information about the pld-cvs-commit
mailing list