New upstream version v2.2.13
Also add librdmacm-devel as buildreq to enable RDMA
This commit is contained in:
parent
4712099cfc
commit
be52b3f549
@ -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>
|
|
10
fio.spec
10
fio.spec
@ -1,5 +1,5 @@
|
|||||||
Name: fio
|
Name: fio
|
||||||
Version: 2.2.11
|
Version: 2.2.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Multithreaded IO generation tool
|
Summary: Multithreaded IO generation tool
|
||||||
|
|
||||||
@ -13,8 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: librbd1-devel
|
BuildRequires: librbd1-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: librdmacm-devel
|
||||||
Patch0: fio-mtd-stdint.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
fio is an I/O tool that will spawn a number of threads or processes doing
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
EXTFLAGS="$RPM_OPT_FLAGS" make V=1 %{?_smp_mflags}
|
EXTFLAGS="$RPM_OPT_FLAGS" make V=1 %{?_smp_mflags}
|
||||||
@ -47,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/%{name}/*
|
%{_datadir}/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 10 2015 Eric Sandeen <sandeen@redhat.com> 2.2.11-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Add zlib-devel as build dependency
|
- Add zlib-devel as build dependency
|
||||||
|
Loading…
Reference in New Issue
Block a user