Hello community,

here is the log from the commit of package supportutils for openSUSE:Factory 
checked in at 2018-01-19 11:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supportutils (Old)
 and      /work/SRC/openSUSE:Factory/.supportutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supportutils"

Fri Jan 19 11:52:54 2018 rev:2 rq:563938 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/supportutils/supportutils.changes        
2018-01-09 14:51:29.228601161 +0100
+++ /work/SRC/openSUSE:Factory/.supportutils.new/supportutils.changes   
2018-01-19 11:53:04.160045051 +0100
@@ -1,0 +2,8 @@
+Fri Jan  5 20:15:49 UTC 2018 - jason.rec...@suse.com
+
+- Replaced route with ip route (bsc#1070379)
+- Added systemd-delta to systemd.txt (bsc#1071924)
+- Changed repos -u to repos -d (bsc#1071926)
+- Added rdma-core for infiniband (bsc#1071294)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 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      2017-12-19 19:19:35.886448636 
+0100
+++ new/supportutils-3.1/bin/supportconfig      2018-01-05 21:08:03.523175957 
+0100
@@ -1,11 +1,11 @@
 #!/bin/bash
 
-SVER='3.1-2'
-SDATE='2017 12 19'
+SVER='3.1-3'
+SDATE='2018 01 05'
 
 ##############################################################################
 #  supportconfig - Gathers system troubleshooting information for SUSE Support
-#  Copyright (C) 2001-2017 SUSE LLC
+#  Copyright (C) 2001-2018 SUSE LLC
 #
 #  Creates a tar ball to attach to the SR or send to support. Collects
 #  comprehensive system information for troubleshooting and reducing resolution
@@ -779,7 +779,7 @@
        TIMEOUT=0
        if [ $SLES_VER -ge 110 ] && rpm_verify $OF zypper; then
                log_cmd $OF 'date'
-               for CMDOPT in services 'repos -u' patch-check patches 
list-patches products '--xml products'
+               for CMDOPT in services 'repos -d' patch-check patches 
list-patches products '--xml products'
                do
                        if [ $TIMEOUT -ge 10 ]; then
                                log_write $OF "#==[ Command 
]======================================#"
@@ -1143,6 +1143,7 @@
        log_cmd $OF 'systemd-analyze --no-pager blame'
        log_cmd $OF 'systemd-cgtop --batch --iterations=1'
        log_cmd $OF 'systemd-cgls --no-pager --all --full'
+       log_cmd $OF 'systemd-delta --no-pager'
        FILES=''
        [[ -d /etc/systemd ]] && FILES=$(find -L /etc/systemd -maxdepth 1 -type 
f)
        log_cmd $OF 'systemctl --no-pager show'
@@ -1177,7 +1178,7 @@
                log_cmd $OF 'docker info'
                log_cmd $OF 'docker images'
                log_cmd $OF 'docker ps --all'
-               log_cmd $OF 'zypper --non-interactive --no-gpg-checks repos'
+               log_cmd $OF 'zypper --non-interactive --no-gpg-checks repos -d'
                FILES='/etc/sysconfig/docker'
                conf_files $OF $FILES
                if rpm_verify $OF ruby2.1-rubygem-sle2docker
@@ -1678,7 +1679,7 @@
                ping_addr $OF 'Local Interface' $IPADDR "${NS}"
        done
 
-       IPADDR=$(${NS}route -n | awk '$1 == "0.0.0.0" {print $2}')
+       IPADDR=$(${NS}ip route list | awk '$1 == "default" {print $3}')
        ping_addr $OF 'Default Route' $IPADDR "${NS}"
 
        if [ -z "${NS}" ] ; then
@@ -3814,7 +3815,7 @@
                fi
                ;;
        12*)
-               if rpm_verify $OF rdma; then
+               if rpm_verify $OF rdma-core; then
                        log_cmd $OF "systemctl status rdma.service"
                        conf_files $OF "/etc/rdma/* /etc/infiniband/*"
                        log_cmd $OF 'lspci -b'
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      2017-12-19 
19:20:06.126723408 +0100
+++ new/supportutils-3.1/spec/supportutils.changes      2018-01-05 
21:16:20.020753443 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri Jan  5 20:15:49 UTC 2018 - jason.rec...@suse.com
+
+- Replaced route with ip route (bsc#1070379)
+- Added systemd-delta to systemd.txt (bsc#1071924)
+- Changed repos -u to repos -d (bsc#1071926)
+- Added rdma-core for infiniband (bsc#1071294)
+
+-------------------------------------------------------------------
 Tue Dec 19 18:19:56 UTC 2017 - jason.rec...@suse.com
 
 - Branding updates fate#324067


Reply via email to