Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package supportutils for openSUSE:Factory 
checked in at 2021-06-24 18:22:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supportutils (Old)
 and      /work/SRC/openSUSE:Factory/.supportutils.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supportutils"

Thu Jun 24 18:22:06 2021 rev:26 rq:900804 version:3.1.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/supportutils/supportutils.changes        
2021-06-13 23:05:27.991595166 +0200
+++ /work/SRC/openSUSE:Factory/.supportutils.new.2625/supportutils.changes      
2021-06-24 18:22:10.672889839 +0200
@@ -1,0 +2,6 @@
+Fri Jun 18 13:56:58 UTC 2021 - Jason Record <jason.rec...@suse.com>
+
+- Changes to version 3.1.17
+  + Adding ethtool options g l m to network.txt (PM-2703)
+
+-------------------------------------------------------------------

Old:
----
  supportutils-3.1.16.tar.gz

New:
----
  supportutils-3.1.17.tar.gz

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

Other differences:
------------------
++++++ supportutils.spec ++++++
--- /var/tmp/diff_new_pack.SS8gnR/_old  2021-06-24 18:22:11.076890287 +0200
+++ /var/tmp/diff_new_pack.SS8gnR/_new  2021-06-24 18:22:11.080890291 +0200
@@ -19,7 +19,7 @@
 %define support_libdir /usr/lib/supportconfig
 
 Name:           supportutils
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 Summary:        Support Troubleshooting Tools
 License:        GPL-2.0-only

++++++ supportutils-3.1.16.tar.gz -> supportutils-3.1.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.16/bin/supportconfig 
new/supportutils-3.1.17/bin/supportconfig
--- old/supportutils-3.1.16/bin/supportconfig   2021-06-07 19:14:33.214686198 
+0200
+++ new/supportutils-3.1.17/bin/supportconfig   2021-06-18 16:00:13.054512335 
+0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-SVER='3.1.11-16'
-SDATE='2021 06 07'
+SVER='3.1.11-17'
+SDATE='2021 06 18'
 
 ##############################################################################
 #  supportconfig - Gathers system troubleshooting information for SUSE Support
@@ -1761,14 +1761,15 @@
                fi
        fi
        ETHTOOL_BIN=$(which ethtool 2>/dev/null)
-       if [[ -n $ETHTOOL_BIN ]]; then
+       if [[ -x $ETHTOOL_BIN ]]; then
                NICS=$(IFS="@: ";${NS}ip -o l | while read number nic dummy ; 
do echo $nic ; done)
                for NIC in ${NICS}
                do
                        log_cmd $OF "${NS}${ETHTOOL_BIN} ${NIC}"
-                       log_cmd $OF "${NS}${ETHTOOL_BIN} -k ${NIC}"
-                       log_cmd $OF "${NS}${ETHTOOL_BIN} -i ${NIC}"
-                       log_cmd $OF "${NS}${ETHTOOL_BIN} -S ${NIC}"
+                       for OPTION in k i S g l m
+                       do
+                               log_cmd $OF "${NS}${ETHTOOL_BIN} -${OPTION} 
${NIC}"
+                       done
                done
        fi
        if [[ -z "${NS}" ]] ; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.16/spec/supportutils.changes 
new/supportutils-3.1.17/spec/supportutils.changes
--- old/supportutils-3.1.16/spec/supportutils.changes   2021-06-07 
19:39:42.528146590 +0200
+++ new/supportutils-3.1.17/spec/supportutils.changes   2021-06-18 
15:58:17.973432238 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Jun 18 13:56:58 UTC 2021 - Jason Record <jason.rec...@suse.com>
+
+- Changes to version 3.1.17
+  + Adding ethtool options g l m to network.txt (PM-2703)
+
+-------------------------------------------------------------------
 Mon Jun  7 17:38:22 UTC 2021 - Jason Record <jason.rec...@suse.com>
 
 - Changes to version 3.1.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1.16/spec/supportutils.spec 
new/supportutils-3.1.17/spec/supportutils.spec
--- old/supportutils-3.1.16/spec/supportutils.spec      2021-06-07 
19:39:48.255998096 +0200
+++ new/supportutils-3.1.17/spec/supportutils.spec      2021-06-18 
15:58:27.609187735 +0200
@@ -19,7 +19,7 @@
 %define support_libdir /usr/lib/supportconfig
 
 Name:           supportutils
-Version:        3.1.16
+Version:        3.1.17
 Release:        0
 Summary:        Support Troubleshooting Tools
 License:        GPL-2.0-only

Reply via email to