Hello community,

here is the log from the commit of package supportutils for openSUSE:Factory 
checked in at 2018-01-24 15:32:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supportutils (Old)
 and      /work/SRC/openSUSE:Factory/.supportutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supportutils"

Wed Jan 24 15:32:07 2018 rev:4 rq:568729 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/supportutils/supportutils.changes        
2018-01-22 16:20:29.868379225 +0100
+++ /work/SRC/openSUSE:Factory/.supportutils.new/supportutils.changes   
2018-01-24 15:32:16.873376156 +0100
@@ -1,0 +2,6 @@
+Tue Jan 23 16:33:53 UTC 2018 - jason.rec...@suse.com
+
+- Added transactional update with OPTION_TRANSACTIONAL=1
+- Updated supportconfig.conf.5 with OPTION_TRANSACTIONAL
+
+-------------------------------------------------------------------

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

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      2018-01-19 19:46:55.624589986 
+0100
+++ new/supportutils-3.1/bin/supportconfig      2018-01-23 17:37:34.967827254 
+0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-SVER='3.1-3.1'
-SDATE='2018 01 19'
+SVER='3.1-4.0'
+SDATE='2018 01 23'
 
 ##############################################################################
 #  supportconfig - Gathers system troubleshooting information for SUSE Support
@@ -3770,6 +3770,7 @@
                                        case $SLES_VER in
                                        90*) log_cmd $OF "readlink -fv 
$OWSSLCHECK" ;;
                                        10*|11*|12*) log_cmd $OF "readlink -ev 
$OWSSLCHECK" ;;
+w do tty work
                                        esac
                                fi
                        fi
@@ -3961,6 +3962,25 @@
        fi
 }
 
+transactional_info() {
+       printlog "Transactional Update..."
+       test $OPTION_TRANSACTIONAL -eq 0 && { echolog Excluded; return 1; }
+       OF=transactional-update.txt
+       addHeaderFile $OF
+       if rpm_verify $OF transactional-update; then
+               log_cmd $OF "systemctl status transactional-update.service"
+               log_cmd $OF "systemctl status transactional-update.timer"
+               log_cmd $OF "systemctl list-timers --all"
+               conf_files $OF /etc/transactional-update.conf
+               conf_files $OF /var/lib/misc/transactional-update.state
+               FILES="/var/log/transactional-update.log"
+               test $ADD_OPTION_LOGS -gt 0 && log_files $OF 0 $FILES || 
log_files $OF $VAR_OPTION_LINE_COUNT $FILES
+               echolog Done
+       else
+               echolog Skipped
+       fi
+}
+
 
 ##############################################################################
 #  main 
@@ -4179,6 +4199,7 @@
        memory_info
        disk_info
        (( SLES_VER >= 110 )) && btrfs_info
+       (( SLES_VER >= 120 )) && transactional_info
        yast_files                      #Minimum Requirement
        fslist_info
        audit_info
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1/bin/supportconfig.rc 
new/supportutils-3.1/bin/supportconfig.rc
--- old/supportutils-3.1/bin/supportconfig.rc   2018-01-19 19:45:35.194928215 
+0100
+++ new/supportutils-3.1/bin/supportconfig.rc   2018-01-23 17:37:34.967827254 
+0100
@@ -53,6 +53,7 @@
 OPTION_SSSD=1
 OPTION_SYSCONFIG=1
 OPTION_SYSFS=1
+OPTION_TRANSACTIONAL=1
 OPTION_UDEV=1
 OPTION_UFILES=1
 OPTION_UP=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1/man/supportconfig.conf.5 
new/supportutils-3.1/man/supportconfig.conf.5
--- old/supportutils-3.1/man/supportconfig.conf.5       2018-01-19 
19:45:35.210927749 +0100
+++ new/supportutils-3.1/man/supportconfig.conf.5       2018-01-23 
17:37:34.991827570 +0100
@@ -1,4 +1,4 @@
-.TH SUPPORTCONFIG.CONF 5 "27 Oct 2017" "supportutils" "Support Utilities 
Manual"
+.TH SUPPORTCONFIG.CONF 5 "23 Jan 2018" "supportutils" "Support Utilities 
Manual"
 .SH NAME
 supportconfig.conf \- 
 .BR supportconfig (1)
@@ -160,6 +160,9 @@
 OPTION_SYSFS
 Gathers the contents of all files in /sys. \fBsysfs.txt\fR (1)
 .TP
+OPTION_TRANSACTIONAL
+Gathers transactional update information. \fBtransactional.txt\fR (1)
+.TP
 OPTION_UDEV
 UDEV device manager related information. \fBudev.txt\fR (1)
 .TP
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-19 
19:47:16.387986420 +0100
+++ new/supportutils-3.1/spec/supportutils.changes      2018-01-23 
17:37:35.015827885 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Jan 23 16:33:53 UTC 2018 - jason.rec...@suse.com
+
+- Added transactional update with OPTION_TRANSACTIONAL=1
+- Updated supportconfig.conf.5 with OPTION_TRANSACTIONAL
+
+-------------------------------------------------------------------
 Fri Jan 19 18:46:58 UTC 2018 - jason.rec...@suse.com
 
 - Fixed docker package detection (bsc#1069457)


Reply via email to