Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fio for openSUSE:Factory checked in at 2023-05-05 15:58:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fio (Old) and /work/SRC/openSUSE:Factory/.fio.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fio" Fri May 5 15:58:44 2023 rev:63 rq:1084947 version:3.34 Changes: -------- --- /work/SRC/openSUSE:Factory/fio/fio.changes 2023-03-19 00:30:41.168121931 +0100 +++ /work/SRC/openSUSE:Factory/.fio.new.1533/fio.changes 2023-05-05 15:59:06.060709353 +0200 @@ -1,0 +2,6 @@ +Fri May 5 07:18:46 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Enable iscsi and nbd +- Small spec file cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fio.spec ++++++ --- /var/tmp/diff_new_pack.aMD0cS/_old 2023-05-05 15:59:06.616712539 +0200 +++ /var/tmp/diff_new_pack.aMD0cS/_new 2023-05-05 15:59:06.624712585 +0200 @@ -35,9 +35,12 @@ Group: System/Benchmark URL: https://git.kernel.dk/?p=fio.git;a=summary Source: https://brick.kernel.dk/snaps/fio-%{version}.tar.bz2 +BuildRequires: cunit-devel BuildRequires: gtk2-devel BuildRequires: libaio-devel BuildRequires: libcurl-devel +BuildRequires: libiscsi-devel +BuildRequires: libnbd-devel BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: zlib-devel @@ -84,16 +87,14 @@ %build sed -i "s|%{_bindir}/bash|/bin/bash|g" tools/genfio -sed -i "s|-O3||g" Makefile +sed -i "s|-O3|%{optflags}|g" Makefile # Not autotools configure ./configure \ --enable-gfio \ + --enable-libiscsi \ + --enable-libnbd \ --disable-native -make \ - %{?_smp_mflags} \ - V=1 \ - OPTFLAGS="%{optflags}" \ - CC="cc" +%make_build %install %make_install \ @@ -107,7 +108,7 @@ sed -i 's/\/usr\/bin\/env python3/\/usr\/bin\/python3/' %{buildroot}%{_bindir}/fio* %check -make %{?_smp_mflags} test +%make_build test %files %license COPYING MORAL-LICENSE