Hello community, here is the log from the commit of package supportutils for openSUSE:Factory checked in at 2018-01-22 16:18:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/supportutils (Old) and /work/SRC/openSUSE:Factory/.supportutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "supportutils" Mon Jan 22 16:18:16 2018 rev:3 rq:567802 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/supportutils/supportutils.changes 2018-01-19 11:53:04.160045051 +0100 +++ /work/SRC/openSUSE:Factory/.supportutils.new/supportutils.changes 2018-01-22 16:20:29.868379225 +0100 @@ -1,0 +2,5 @@ +Fri Jan 19 18:46:58 UTC 2018 - [email protected] + +- Fixed docker package detection (bsc#1069457) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ supportutils.spec ++++++ --- /var/tmp/diff_new_pack.69eon1/_old 2018-01-22 16:20:30.660342183 +0100 +++ /var/tmp/diff_new_pack.69eon1/_new 2018-01-22 16:20:30.664341995 +0100 @@ -1,7 +1,7 @@ # # spec file for package supportutils # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,6 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + %define support_libdir /usr/lib/supportconfig Name: supportutils @@ -22,17 +26,17 @@ Group: System/Monitoring Url: https://github.com/g23guy/supportutils Source: %{name}-%{version}.tar.gz +Requires: iproute2 +Requires: kmod-compat +Requires: ncurses-utils +Requires: net-tools Requires: sysfsutils Requires: tar -Requires: which Requires: util-linux-systemd -Requires: net-tools -Requires: ncurses-utils -Requires: kmod-compat -Requires: iproute2 +Requires: which +Provides: supportconfig-plugin-icommand Provides: supportconfig-plugin-resource Provides: supportconfig-plugin-tag -Provides: supportconfig-plugin-icommand BuildArch: noarch %description ++++++ supportutils-3.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/supportutils-3.1/bin/supportconfig new/supportutils-3.1/bin/supportconfig --- old/supportutils-3.1/bin/supportconfig 2018-01-05 21:08:03.523175957 +0100 +++ new/supportutils-3.1/bin/supportconfig 2018-01-19 19:46:55.624589986 +0100 @@ -1,7 +1,7 @@ #!/bin/bash -SVER='3.1-3' -SDATE='2018 01 05' +SVER='3.1-3.1' +SDATE='2018 01 19' ############################################################################## # supportconfig - Gathers system troubleshooting information for SUSE Support @@ -1171,7 +1171,9 @@ test $OPTION_DOCKER -eq 0 && { echolog Excluded; return 1; } OF=docker.txt addHeaderFile $OF - if rpm_verify $OF docker + [[ -e /usr/bin/docker ]] && DOCKER_PKG=`rpm -q --whatprovides /usr/bin/docker 2>/dev/null` + [[ -z $DOCKER_PKG ]] && DOCKER_PKG='docker' + if rpm_verify $OF $DOCKER_PKG then log_cmd $OF 'docker version' log_cmd $OF "systemctl status docker.service" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/supportutils-3.1/spec/supportutils.changes new/supportutils-3.1/spec/supportutils.changes --- old/supportutils-3.1/spec/supportutils.changes 2018-01-05 21:16:20.020753443 +0100 +++ new/supportutils-3.1/spec/supportutils.changes 2018-01-19 19:47:16.387986420 +0100 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Jan 19 18:46:58 UTC 2018 - [email protected] + +- Fixed docker package detection (bsc#1069457) + +------------------------------------------------------------------- Fri Jan 5 20:15:49 UTC 2018 - [email protected] - Replaced route with ip route (bsc#1070379)
