update to 3.34

This commit is contained in:
lyn1001 2023-04-27 11:28:26 +08:00
parent aff2535665
commit 51a25a6e20
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
fio-3.34.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: fio Name: fio
Version: 3.32 Version: 3.34
Release: 1 Release: 1
Summary: Multithreaded IO generation tool Summary: Multithreaded IO generation tool
License: GPLv2 License: GPLv2
URL: http://git.kernel.dk/?p=fio.git;a=summary URL: http://git.kernel.dk/?p=fio.git;a=summary
Source0: https://github.com/axboe/fio/archive/refs/tags/fio-3.32.tar.gz Source0: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
BuildRequires: gcc BuildRequires: gcc
@ -20,6 +20,7 @@ BuildRequires: libpmemblk-devel
%endif %endif
BuildRequires: make BuildRequires: make
Requires: python3-pandas
%global __provides_exclude_from ^%{_libdir}/fio/ %global __provides_exclude_from ^%{_libdir}/fio/
@ -76,6 +77,9 @@ make test
%changelog %changelog
* Thu Apr 27 2023 liyanan <thistleslyn@163.com> - 3.34-1
- Update to 3.34
* Sun Nov 6 2022 huyab<1229981468@qq.com> - 3.32-1 * Sun Nov 6 2022 huyab<1229981468@qq.com> - 3.32-1
- update version to 3.32-1 - update version to 3.32-1