New upstream version v2.2.13

Also add librdmacm-devel as buildreq to enable
RDMA
This commit is contained in:
Eric Sandeen 2015-12-21 14:20:15 -06:00
parent 4712099cfc
commit be52b3f549
3 changed files with 7 additions and 17 deletions

View File

@ -1,12 +0,0 @@
Index: fio-2.2.11/lib/libmtd_legacy.c
===================================================================
--- fio-2.2.11.orig/lib/libmtd_legacy.c
+++ fio-2.2.11/lib/libmtd_legacy.c
@@ -30,6 +30,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
+#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>

View File

@ -1,5 +1,5 @@
Name: fio
Version: 2.2.11
Version: 2.2.13
Release: 1%{?dist}
Summary: Multithreaded IO generation tool
@ -13,8 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libaio-devel
BuildRequires: librbd1-devel
BuildRequires: zlib-devel
Patch0: fio-mtd-stdint.patch
BuildRequires: librdmacm-devel
%description
fio is an I/O tool that will spawn a number of threads or processes doing
@ -26,7 +25,6 @@ one wants to simulate.
%prep
%setup -q
%patch0 -p1
%build
EXTFLAGS="$RPM_OPT_FLAGS" make V=1 %{?_smp_mflags}
@ -47,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}/*
%changelog
* Mon Dec 21 2015 Eric Sandeen <sandeen@redhat.com> 2.2.13-1
- New upstream version
- Add librdmacm-devel as build dependency (enable RDMA)
* Tue Nov 10 2015 Eric Sandeen <sandeen@redhat.com> 2.2.11-1
- New upstream version
- Add zlib-devel as build dependency

View File

@ -1 +1 @@
79547d00aca3199aca8f3edbd54a8fb8 fio-2.2.11.tar.bz2
ecfb14c5dbf50ee030f1b81b01e883f0 fio-2.2.13.tar.bz2