Hello community, here is the log from the commit of package fio for openSUSE:Factory checked in at 2016-07-20 09:17:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fio (Old) and /work/SRC/openSUSE:Factory/.fio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fio" Changes: -------- --- /work/SRC/openSUSE:Factory/fio/fio.changes 2016-06-19 10:50:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes 2016-07-20 09:17:50.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Jul 16 12:54:16 UTC 2016 - [email protected] + +- Enable support for RBD + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fio.spec ++++++ --- /var/tmp/diff_new_pack.lSAcxO/_old 2016-07-20 09:17:51.000000000 +0200 +++ /var/tmp/diff_new_pack.lSAcxO/_new 2016-07-20 09:17:51.000000000 +0200 @@ -27,6 +27,7 @@ Source: http://brick.kernel.dk/snaps/fio-%{version}.tar.bz2 BuildRequires: gtk2-devel BuildRequires: libaio-devel +BuildRequires: librdmacm-devel BuildRequires: pkgconfig BuildRequires: zlib-devel Suggests: gfio @@ -35,9 +36,11 @@ %if 0%{?suse_version} > 1320 BuildRequires: glusterfs-devel BuildRequires: libnuma-devel -BuildRequires: librdmacm-devel -# This is not yet in Tumbleweed. Working on it. -# BuildRequires: librbd1-devel +%endif +%if 0%{?suse_version} >= 1330 +%ifarch x86_64 +BuildRequires: librbd-devel +%endif %endif %description @@ -62,7 +65,7 @@ %setup -q %build -# Not autotolls configure +# Not autotools configure ./configure \ --enable-gfio make \
