Hello community,

here is the log from the commit of package fio for openSUSE:Factory checked in 
at 2018-03-31 15:37:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fio (Old)
 and      /work/SRC/openSUSE:Factory/.fio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fio"

Sat Mar 31 15:37:23 2018 rev:45 rq:592671 version:3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/fio/fio.changes  2018-03-09 10:46:00.771938417 
+0100
+++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes     2018-03-31 
15:37:43.011884272 +0200
@@ -1,0 +2,12 @@
+Thu Mar 29 14:48:36 UTC 2018 - [email protected]
+
+- Update license tag to read "GPL-2.0"
+
+-------------------------------------------------------------------
+Thu Mar 29 14:46:43 UTC 2018 - [email protected]
+
+- Allow to build on SLE11 again:
+  - %licence -> %doc on old rpm
+  - No dependencies on libnuma (i386), librbd, and libpmem.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fio.spec ++++++
--- /var/tmp/diff_new_pack.nT7rDF/_old  2018-03-31 15:37:43.595863098 +0200
+++ /var/tmp/diff_new_pack.nT7rDF/_new  2018-03-31 15:37:43.599862952 +0200
@@ -17,14 +17,29 @@
 #
 
 
+%if 0%{?sles_version} == 11
+%bcond_with librbd
+%bcond_with libpmem
+%ifarch %{ix86}
+%bcond_with libnuma
+%else
+%bcond_without libnuma
+%endif
+%else
+%bcond_without librbd
+%bcond_without libpmem
+%bcond_without libnuma
+%endif
+
 Name:           fio
 Version:        3.4
 Release:        0
 Summary:        Flexible I/O tester
-License:        GPL-2.0-only
+License:        GPL-2.0
 Group:          System/Benchmark
-URL:            http://git.kernel.dk/?p=fio.git;a=summary
+Url:            http://git.kernel.dk/?p=fio.git;a=summary
 Source:         http://brick.kernel.dk/snaps/fio-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gtk2-devel
 BuildRequires:  libaio-devel
 BuildRequires:  librdmacm-devel
@@ -32,19 +47,25 @@
 BuildRequires:  zlib-devel
 Suggests:       gfio
 Suggests:       gnuplot
+%if %{with libnuma}
 %ifnarch s390x s390 %{arm}
 BuildRequires:  libnuma-devel
 %endif
+%endif
+%if %{with librbd}
 %ifnarch s390x s390 ppc64le ppc64 ppc %{ix86} %{arm}
 BuildRequires:  librbd-devel
 %endif
+%endif
 %if 0%{?is_opensuse}
 BuildRequires:  glusterfs-devel
 %endif
+%if %{with libpmem}
 %ifarch x86_64
 BuildRequires:  libpmem-devel
 BuildRequires:  libpmemblk-devel
 %endif
+%endif
 
 %description
 fio is an I/O tool meant to be used both for benchmark and stress/hardware
@@ -88,7 +109,12 @@
 make %{?_smp_mflags} test
 
 %files
+%defattr(-, root, root)
+%if 0%{?sles_version} == 11
+%doc COPYING MORAL-LICENSE
+%else
 %license COPYING MORAL-LICENSE
+%endif
 %doc README examples
 %doc HOWTO REPORTING-BUGS
 %doc GFIO-TODO SERVER-TODO STEADYSTATE-TODO
@@ -110,6 +136,7 @@
 %{_mandir}/man1/fiologparser_hist.py.1%{ext_man}
 
 %files -n gfio
+%defattr(-, root, root)
 %{_bindir}/gfio
 
 %changelog


Reply via email to