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-03-29 18:21:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/supportutils (Old) and /work/SRC/openSUSE:Factory/.supportutils.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "supportutils" Mon Mar 29 18:21:00 2021 rev:21 rq:880581 version:3.1.14 Changes: -------- --- /work/SRC/openSUSE:Factory/supportutils/supportutils.changes 2021-03-16 15:44:28.225043524 +0100 +++ /work/SRC/openSUSE:Factory/.supportutils.new.2401/supportutils.changes 2021-03-29 18:21:02.842217392 +0200 @@ -1,0 +2,5 @@ +Mon Mar 22 17:25:12 UTC 2021 - [email protected] + +- [powerpc] Collect dynamic_debug log files for ibmvNIC #98 (bsc#1183826) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ supportutils-3.1.14.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/supportutils-3.1.14/bin/supportconfig new/supportutils-3.1.14/bin/supportconfig --- old/supportutils-3.1.14/bin/supportconfig 2021-03-11 19:11:06.227835618 +0100 +++ new/supportutils-3.1.14/bin/supportconfig 2021-03-19 17:42:38.181233776 +0100 @@ -1586,6 +1586,10 @@ log_entry $OF command "cp /var/log/drmgr.0 $PPC_DIR" cp /var/log/drmgr.0 $PPC_DIR 2>/dev/null fi + if [[ -f /sys/kernel/debug/dynamic_debug/control ]]; then + log_entry $OF command "cp /sys/kernel/debug/dynamic_debug/control $PPC_DIR" + cp /sys/kernel/debug/dynamic_debug/control $PPC_DIR 2>/dev/null + fi ;; "PowerNV") log_entry $OF command "cp /proc/ppc64/eeh /proc/ppc64/systemcfg /proc/ppc64/topology_updates /sys/firmware/opal/msglog /var/log/opal-elog /dev/nvram $PPC_DIR" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/supportutils-3.1.14/spec/supportutils.changes new/supportutils-3.1.14/spec/supportutils.changes --- old/supportutils-3.1.14/spec/supportutils.changes 2021-03-11 19:13:37.583641400 +0100 +++ new/supportutils-3.1.14/spec/supportutils.changes 2021-03-22 18:25:36.109261793 +0100 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Mar 22 17:25:12 UTC 2021 - [email protected] + +- [powerpc] Collect dynamic_debug log files for ibmvNIC #98 (bsc#1183826) + +------------------------------------------------------------------- Thu Mar 11 18:12:31 UTC 2021 - [email protected] - Fixed mismatched taint flags (bsc#1178491)
