Hello community,

here is the log from the commit of package supportutils for openSUSE:Leap:15.2 
checked in at 2020-03-06 12:40:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/supportutils (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.supportutils.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supportutils"

Fri Mar  6 12:40:09 2020 rev:31 rq:781436 version:3.1.7

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/supportutils/supportutils.changes      
2020-01-15 16:04:43.123966747 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.supportutils.new.26092/supportutils.changes   
2020-03-06 12:43:19.094831642 +0100
@@ -1,0 +2,23 @@
+Wed Feb 26 18:41:57 UTC 2020 - jason.rec...@suse.com
+
+- Addition to version 3.1.7
+  + exclude /proc/pagetypeinfo as it can be an expensive operation on some 
systems (bsc#1162357)
+  + Readded LPM/DLPAR data for Power (bsc#1162539)
+
+-------------------------------------------------------------------
+Thu Nov 21 21:25:20 UTC 2019 - jason.rec...@suse.com
+
+- Addition to version 3.1.6
+  + Strip trailing commas from process names #64 (bsc#1156837)
+  + Dynamically select compression method (bsc#1145233)
+  + Updated detailed unit information fix in systemd.txt (bsc#1023308)
+  + Fixed supportconig.conf man page with order placement
+  + Include IPv6 routes (bsc#1089877)
+
+-------------------------------------------------------------------
+Fri Oct 18 13:57:37 UTC 2019 - jason.rec...@suse.com
+
+- Updated to version 3.1.5
+  + Removed root .snapshots directory from full file list (bsc#1154482)
+
+-------------------------------------------------------------------

Old:
----
  supportutils-3.1.4.tar.gz

New:
----
  supportutils-3.1.7.tar.gz

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

Other differences:
------------------
++++++ supportutils.spec ++++++
--- /var/tmp/diff_new_pack.FTppLR/_old  2020-03-06 12:43:19.942832158 +0100
+++ /var/tmp/diff_new_pack.FTppLR/_new  2020-03-06 12:43:19.942832158 +0100
@@ -19,7 +19,7 @@
 %define support_libdir /usr/lib/supportconfig
 
 Name:           supportutils
-Version:        3.1.4
+Version:        3.1.7
 Release:        0
 Summary:        Support Troubleshooting Tools
 License:        GPL-2.0

++++++ supportutils-3.1.4.tar.gz -> supportutils-3.1.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.4/bin/getappcore 
new/supportutils-3.1.7/bin/getappcore
--- old/supportutils-3.1.4/bin/getappcore       2019-10-14 15:06:13.028616690 
+0200
+++ new/supportutils-3.1.7/bin/getappcore       2020-02-26 18:54:42.870968242 
+0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-SVER=1.30
-SDATE="2018 01 26"
+SVER=1.31
+SDATE="2019 11 18"
 SNAME=$(basename $0)
 
 # --------------------------------------------------------------------- #
@@ -12,7 +12,7 @@
 #  Please submit bug fixes or comments via:                             #
 #    http://en.opensuse.org/Supportutils#Reporting_Bugs                 #
 #                                                                       #
-#  Copyright (C) 2007,2008-2018 SUSE LINUX GmbH, Nuernberg, Germany     #
+#  Copyright (C) 2007,2008-2019 SUSE LINUX GmbH, Nuernberg, Germany     #
 #                                                                       #
 # --------------------------------------------------------------------- #
 #                                                                       #
@@ -409,7 +409,7 @@
        COREFILE=$($READLINK_BIN -f $COREFILE)
        if [ -z $COREFILE_BIN ]; then
                echo -n "Binary file not provided, trying to determine source 
binary using gdb... "
-               COREFILE_BIN=`$GDB_BIN --core=$COREFILE --batch 2>/dev/null | 
$GREP_BIN "generated" | $CUT_BIN -d '\`'  -f 2| $CUT_BIN -d " " -f 1 | $CUT_BIN 
-d "'" -f 1`
+               COREFILE_BIN=`$GDB_BIN --core=$COREFILE --batch 2>/dev/null | 
$GREP_BIN "generated" | $CUT_BIN -d '\`'  -f 2| $CUT_BIN -d " " -f 1 | $CUT_BIN 
-d "'" -f 1 | $CUT_BIN -d ":" -f 1`
                if [ ! -z "$COREFILE_BIN" ]; then
                        COREFILE_BIN=`$WHICH_BIN $COREFILE_BIN 2>/dev/null`
                fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.4/bin/supportconfig 
new/supportutils-3.1.7/bin/supportconfig
--- old/supportutils-3.1.4/bin/supportconfig    2019-10-16 03:38:44.014992429 
+0200
+++ new/supportutils-3.1.7/bin/supportconfig    2020-02-26 19:41:07.534536804 
+0100
@@ -1,11 +1,11 @@
 #!/bin/bash
 
-SVER='3.1.3-18'
-SDATE='2019 10 15'
+SVER='3.1.7-1'
+SDATE='2020 02 26'
 
 ##############################################################################
 #  supportconfig - Gathers system troubleshooting information for SUSE Support
-#  Copyright (C) 2001-2019 SUSE LLC
+#  Copyright (C) 2001-2020 SUSE LLC
 #
 #  Creates a tar ball to attach to the SR or send to support. Collects
 #  comprehensive system information for troubleshooting and reducing resolution
@@ -1083,8 +1083,7 @@
        log_cmd $OF 'systemctl --no-pager --all list-sockets'
        log_cmd $OF 'systemctl --no-pager list-unit-files'
        log_cmd $OF 'systemctl --no-pager list-jobs'
-       SYSTEMD_UNITS=$(systemctl --no-pager --all list-unit-files | egrep -v 
'^UNIT |^[[:digit:]]* ' | awk '{print $1}')
-       for i in $SYSTEMD_UNITS
+       for i in $(systemctl --no-pager --all list-units | sed 
's/^[^-_:\\a-zA-Z0-9]*//' | egrep -v '^UNIT |^LOAD |^ACTIVE |^SUB |^To 
|^[[:digit:]]* ' | awk '{print $1}')
        do
                if [[ -z "$i" ]]
                then
@@ -1460,7 +1459,7 @@
                        log_files $OF 0 /tmp/alsa-info.txt
                fi
        fi
-       if uname -i | grep ppc64 &> /dev/null
+       if uname -i | grep ppc64 &> /dev/null #Readded from previous commit, 
including it now.
        then
                platform=""
                if grep PowerNV /proc/cpuinfo &> /dev/null; then
@@ -1579,6 +1578,7 @@
        fi
        log_cmd $OF "${NS}ip addr"
        log_cmd $OF "${NS}ip route"
+       log_cmd $OF "${NS}ip -6 route"
        log_cmd $OF "${NS}ip -s link"
        if [ -z "${NS}" ] ; then
                if [[ $MIN_OPTION_AUTOMOD -ne 0 ]]; then
@@ -1623,6 +1623,7 @@
                log_cmd $OF "${NS}ip route show table $table"
        done
        log_cmd $OF "${NS}ip route show table cache"
+       log_cmd $OF "${NS}ip -6 route show table cache"
        log_cmd $OF "${NS}ip rule show"
        NICS=$(IFS="@: ";${NS}ip -o l | while read number nic dummy ; do echo 
$nic ; done)
        for NIC in ${NICS}
@@ -1633,6 +1634,7 @@
        done
        log_cmd $OF "${NS}ss -nlp"
        log_cmd $OF "${NS}ip route list"
+       log_cmd $OF "${NS}ip -6 route list"
        log_cmd $OF "${NS}ip -stats link"
        log_cmd $OF "${NS}ip -stats neighbor"
        log_cmd $OF "${NS}ip ntable show"
@@ -2944,7 +2946,7 @@
        echonlog "Please Wait..."
        OF=$FSLIST_FILE
        addHeaderFile $OF
-       log_cmd $OF 'find / -print'
+       log_cmd $OF 'find / -path /.snapshots -prune -o -print'
        echolog Done
 }
 
@@ -3178,7 +3180,7 @@
                log_write $OF
        fi      
 
-       FILES=$(find /proc/ -maxdepth 1 -type f 2>/dev/null | egrep -iv 
"kcore$|kpagecount$|kpageflags$|kpagecgroup$|vmcore$|config.gz$|kmsg$|sysrq-trigger$|kallsyms$|mm$|ssstm"
 | sort -f)
+       FILES=$(find /proc/ -maxdepth 1 -type f 2>/dev/null | egrep -iv 
"kcore$|kpagecount$|kpageflags$|kpagecgroup$|vmcore$|config.gz$|kmsg$|sysrq-trigger$|kallsyms$|mm$|ssstm|pagetypeinfo$"
 | sort -f)
        conf_files $OF $FILES
        conf_files $OF /proc/mounts /proc/zoneinfo
        ADDPROCS="/proc/sys/kernel/ /proc/scsi/ /proc/net/ /proc/dasd/"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.4/bin/supportconfig.rc 
new/supportutils-3.1.7/bin/supportconfig.rc
--- old/supportutils-3.1.4/bin/supportconfig.rc 2019-10-16 02:30:20.272690107 
+0200
+++ new/supportutils-3.1.7/bin/supportconfig.rc 2020-02-26 18:54:42.870968242 
+0100
@@ -123,8 +123,17 @@
 FSLIST_ADD_FILE="${LIB_DIR}/additional-files.list"
 BASIC_ENVF=basic-environment.txt
 XML_FILE=summary.xml
-COMPRESS="txz"
-COMPRESS_OPT="Jcf"
+# Select compression method
+if [[ -x "/usr/bin/xz" ]]; then
+       COMPRESS="txz"
+       COMPRESS_OPT="Jcf"
+elif [[ -x "/usr/bin/bzip2" ]]; then
+       COMPRESS="tbz"
+       COMPRESS_OPT="jcf"
+else
+       COMPRESS="tgz"; 
+       COMPRESS_OPT="zcf"
+fi
 SC_SRV=$(hostname) # %s
 test "$SC_SRV" = "" && SC_SRV=suse
 SC_DATE=$(date +"%y%m%d") # %d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.4/man/supportconfig.conf.5 
new/supportutils-3.1.7/man/supportconfig.conf.5
--- old/supportutils-3.1.4/man/supportconfig.conf.5     2019-10-14 
15:06:13.032616580 +0200
+++ new/supportutils-3.1.7/man/supportconfig.conf.5     2020-02-26 
18:54:42.870968242 +0100
@@ -1,4 +1,4 @@
-.TH SUPPORTCONFIG.CONF 5 "26 Apr 2019" "supportutils" "Support Utilities 
Manual"
+.TH SUPPORTCONFIG.CONF 5 "21 Nov 2019" "supportutils" "Support Utilities 
Manual"
 .SH NAME
 supportconfig.conf \- 
 .BR supportconfig (1)
@@ -243,9 +243,6 @@
 .TP
 VAR_OPTION_CUSTOM_ARCH
 Includes the string to create a custom tar ball filename in the format 
nts_<string> \fB\-B\fR (Not Set)
-.TP
-VAR_OPTION_EXHASTIVE_MEM
-Includes sysfs memory information on systems with 16TB of memory or more 
\fB\-J\fR (Not Set)
 .RS
 
 .RE
@@ -304,6 +301,9 @@
 \fBsupportconfig \-B "%r bad" -r 12345678901\fR yields 
"nts_SR12345678901_bad.tbz"
 .RE
 .TP
+VAR_OPTION_EXHASTIVE_MEM
+Includes sysfs memory information on systems with 16TB of memory or more 
\fB\-J\fR (Not Set)
+.TP
 VAR_OPTION_DMESG
 When enabled, supportconfig logs to /dev/kmsg instead of the system logs. 
\fBNone\fR (0)
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.4/spec/supportutils.changes 
new/supportutils-3.1.7/spec/supportutils.changes
--- old/supportutils-3.1.4/spec/supportutils.changes    2019-10-16 
03:22:22.704289355 +0200
+++ new/supportutils-3.1.7/spec/supportutils.changes    2020-02-26 
19:42:38.543992112 +0100
@@ -1,4 +1,27 @@
 -------------------------------------------------------------------
+Wed Feb 26 18:41:57 UTC 2020 - jason.rec...@suse.com
+
+- Addition to version 3.1.7
+  + exclude /proc/pagetypeinfo as it can be an expensive operation on some 
systems (bsc#1162357)
+  + Readded LPM/DLPAR data for Power (bsc#1162539)
+
+-------------------------------------------------------------------
+Thu Nov 21 21:25:20 UTC 2019 - jason.rec...@suse.com
+
+- Addition to version 3.1.6
+  + Strip trailing commas from process names #64 (bsc#1156837)
+  + Dynamically select compression method (bsc#1145233)
+  + Updated detailed unit information fix in systemd.txt (bsc#1023308)
+  + Fixed supportconig.conf man page with order placement
+  + Include IPv6 routes (bsc#1089877)
+
+-------------------------------------------------------------------
+Fri Oct 18 13:57:37 UTC 2019 - jason.rec...@suse.com
+
+- Updated to version 3.1.5
+  + Removed root .snapshots directory from full file list (bsc#1154482)
+
+-------------------------------------------------------------------
 Wed Oct 16 01:22:04 UTC 2019 - jason.rec...@suse.com
 
 - Updated to version 3.1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.4/spec/supportutils.spec 
new/supportutils-3.1.7/spec/supportutils.spec
--- old/supportutils-3.1.4/spec/supportutils.spec       2019-10-16 
03:22:24.436242237 +0200
+++ new/supportutils-3.1.7/spec/supportutils.spec       2020-02-26 
19:42:40.531936778 +0100
@@ -19,7 +19,7 @@
 %define support_libdir /usr/lib/supportconfig
 
 Name:           supportutils
-Version:        3.1.4
+Version:        3.1.7
 Release:        0
 Summary:        Support Troubleshooting Tools
 License:        GPL-2.0


Reply via email to