Hello community, here is the log from the commit of package ibutils for openSUSE:Factory checked in at 2018-09-19 14:30:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibutils (Old) and /work/SRC/openSUSE:Factory/.ibutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibutils" Wed Sep 19 14:30:49 2018 rev:8 rq:636393 version:1.5.7.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ibutils/ibutils.changes 2018-08-22 14:22:26.638648772 +0200 +++ /work/SRC/openSUSE:Factory/.ibutils.new/ibutils.changes 2018-09-19 14:33:01.435317300 +0200 @@ -1,0 +2,6 @@ +Tue Sep 18 11:23:51 UTC 2018 - [email protected] + +- Switch to multibuild system +- Remove empty lines from ibutils-ui description (bsc#1092319) + +------------------------------------------------------------------- Old: ---- ibutils-ui.changes ibutils-ui.spec pre_checkin.sh New: ---- _multibuild ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibutils.spec ++++++ --- /var/tmp/diff_new_pack.dXrNF8/_old 2018-09-19 14:33:02.619316499 +0200 +++ /var/tmp/diff_new_pack.dXrNF8/_new 2018-09-19 14:33:02.623316497 +0200 @@ -16,11 +16,17 @@ # +%global flavor @BUILD_FLAVOR@%{nil} + +%if "%flavor" == "ui" +%define pname_suff -ui +%endif + %define ibdm_major 1 %define upstream_ver 1.5.7 %define tar_rel 0.2 -Name: ibutils +Name: ibutils%{?pname_suff} Summary: OpenIB Mellanox InfiniBand Diagnostic Tools License: BSD-3-Clause OR GPL-2.0-or-later Group: Productivity/Networking/Diagnostic @@ -50,7 +56,7 @@ BuildRequires: libibverbs-devel BuildRequires: libtool BuildRequires: opensm-devel -%if "%name" == "ibutils-ui" +%if "%flavor" == "ui" BuildRequires: graphviz-tcl BuildRequires: swig BuildRequires: tk-devel @@ -60,8 +66,8 @@ BuildRequires: tcl-devel %endif +%if "%flavor" == "" %description -%if "%name" == "ibutils" The ibutils package provides a set of diagnostic tools that check the health of an InfiniBand fabric. @@ -81,6 +87,7 @@ - ibdiagpath: Performs various fabric quality and health checks on the given links and nodes in a specific path. %else +%description The ibutils-ui package provides a set of graphical UI tools that check the health of an InfiniBand fabric. @@ -118,7 +125,7 @@ %build autoreconf -fi ./autogen.sh -%if "%name" == "ibutils" +%if "%flavor" == "" %configure --with-graphviz-lib=%_libdir --disable-static --disable-ibdiagui make %{?_smp_mflags} %else @@ -128,7 +135,7 @@ %install export NO_BRP_TCL_INDEX_CHECK=true -%if "%name" == "ibutils" +%if "%flavor" == "" %makeinstall %else %makeinstall -Cibdiag/ @@ -142,7 +149,7 @@ %post -n libibdm%ibdm_major -p /sbin/ldconfig %postun -n libibdm%ibdm_major -p /sbin/ldconfig -%if "%name" == "ibutils" +%if "%flavor" == "" %files %defattr(-, root, root) ++++++ _multibuild ++++++ <multibuild> <package>ui</package> </multibuild>
