Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sassist for openSUSE:Factory checked 
in at 2025-07-01 11:35:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sassist (Old)
 and      /work/SRC/openSUSE:Factory/.sassist.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sassist"

Tue Jul  1 11:35:28 2025 rev:3 rq:1289358 version:0.8.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/sassist/sassist.changes  2023-11-16 
20:29:29.302419572 +0100
+++ /work/SRC/openSUSE:Factory/.sassist.new.7067/sassist.changes        
2025-07-01 11:37:11.144877464 +0200
@@ -1,0 +2,9 @@
+Wed Jun 25 16:21:36 UTC 2025 - Jeffrey Cheung <jche...@suse.com>
+
+- Update to 0.8.7
+  
+  * sos and supportconfig fixes.
+  * documentation updates.
+
+
+-------------------------------------------------------------------

Old:
----
  sassist-0.8.6.tar.gz

New:
----
  sassist-0.8.7.tar.gz

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

Other differences:
------------------
++++++ sassist.spec ++++++
--- /var/tmp/diff_new_pack.pVWyNi/_old  2025-07-01 11:37:11.728901859 +0200
+++ /var/tmp/diff_new_pack.pVWyNi/_new  2025-07-01 11:37:11.728901859 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           sassist
-Version:        0.8.6
+Version:        0.8.7
 Release:        0
 Summary:        Dell SupportAssist log collector
 License:        MIT

++++++ sassist-0.8.6.tar.gz -> sassist-0.8.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sassist-0.8.6/README.md new/sassist-0.8.7/README.md
--- old/sassist-0.8.6/README.md 2020-04-14 01:04:56.000000000 +0200
+++ new/sassist-0.8.7/README.md 2025-05-29 21:15:21.000000000 +0200
@@ -3,7 +3,7 @@
 ## What is 'sassist'?
 Dell SupportAssist embedded in Dell iDRAC helps with troubleshooting/debugging 
issues with Dell PowerEdge Server hardware/OS.
 
-'sassist' is an agent that runs on the Linux Operating System to work with 
Dell iDRAC enabling log and configuration collection. It uses native 
log/configuration collection tools like [sos](https://github.com/sosreport/sos) 
and [supportconfig](https://www.suse.com/c/free_tools/supportconfig-linux/) 
available in popular Linux distributions.
+'sassist' is an agent that runs on the Linux Operating System to work with 
Dell iDRAC enabling log and configuration collection. It uses native 
log/configuration collection tools like [sos](https://github.com/sosreport/sos) 
and [supportconfig](https://github.com/openSUSE/supportutils) available in 
popular Linux distributions.
 
 'sassist' requires Dell [iDRAC 
9](https://www.dell.com/support/article/us/en/19/sln308699/idrac-9-versions-and-release-notes)
 or later.
 
@@ -14,7 +14,7 @@
  - Dell iDRAC aggregates OS/firmware/hardware logs and makes it available via 
the requested method.
 
 ## Download
-- 'sassist' is available in Fedora 29 and can be installed from the default 
repository.
+- 'sassist' is available in Fedora 29, openSUSE Leap 15.4 and Tumbleweed. It 
can be installed from the default repository. On SUSE Linux Enterprise Server 
15 SP4 it is available via [SUSE 
PackageHub](https://packagehub.suse.com/packages/sassist/).
 - Pre-built packages for RHEL (CentOS, Fedora) and SLES (OpenSUSE) based 
distributions are available [here](https://github.com/dell/sassist/releases)
 
 ## Build
@@ -54,6 +54,3 @@
 
 ## Notes
 - Do not run SupportAssist Collection while updating system firmware 
components with [Dell DSU](https://linux.dell.com/repo/hardware/dsu/).
-
-Send patches and suggestions to the following mailing list with "sassist: " in 
the subject line:
-[mailing list](https://lists.us.dell.com/mailman/listinfo/linux-poweredge)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sassist-0.8.6/VERSION new/sassist-0.8.7/VERSION
--- old/sassist-0.8.6/VERSION   2020-04-14 01:04:56.000000000 +0200
+++ new/sassist-0.8.7/VERSION   2025-05-29 21:15:21.000000000 +0200
@@ -1 +1 @@
-0.8.6
+0.8.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sassist-0.8.6/pkg/sassist.spec 
new/sassist-0.8.7/pkg/sassist.spec
--- old/sassist-0.8.6/pkg/sassist.spec  2020-04-14 01:04:56.000000000 +0200
+++ new/sassist-0.8.7/pkg/sassist.spec  2025-05-29 21:15:21.000000000 +0200
@@ -1,5 +1,5 @@
 Name:          sassist
-Version:       0.8.6
+Version:       0.8.7
 Release:       1%{?dist}
 Summary:       Dell SupportAssist log collector
 
@@ -54,6 +54,9 @@
 %systemd_postun_with_restart sassist.service
 
 %changelog
+* Thu May 29 2025 Charles Rose <charles_r...@dell.com> - 0.8.7-1
+- Update sos cli
+
 * Mon Mar 17 2020 Charles Rose <charles_r...@dell.com> - 0.8.6-1
 - Fix socket files breaking zip file creation.
 - Use labels to mount USB device.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sassist-0.8.6/src/sassist.sh 
new/sassist-0.8.7/src/sassist.sh
--- old/sassist-0.8.6/src/sassist.sh    2020-04-14 01:04:56.000000000 +0200
+++ new/sassist-0.8.7/src/sassist.sh    2025-05-29 21:15:21.000000000 +0200
@@ -31,10 +31,10 @@
 
 
 # User configurable options
-SOS_PLUGINS="grub2,iscsi,cman,pacemaker,named"
-SOS_PROFILES="system,storage,network,hardware,services"
+SOS_PLUGINS="console,fwupd,grub2,iscsi,tuned"
+SOS_PROFILES="hardware,network,storage"
 
SCONFIG_PLUGINS="BOOT,BTRFS,CRASH,DISK,IB,ISCSI,LVM,MEM,MOD,MPIO,NET,SRAID,SYSCONFIG,SYSFS,UDEV,X"
-SOSREPORT="/usr/sbin/sosreport"
+SOSREPORT="/usr/bin/sos"
 SUPPORTCONFIG="/sbin/supportconfig"
 
 #--------------------------------------------------------------
@@ -63,7 +63,7 @@
 # Run sosreport and zip results
 do_sosreport()
 {
-       $SOSREPORT --batch -o ${SOS_PLUGINS} -p ${SOS_PROFILES}\
+       $SOSREPORT report --batch -o ${SOS_PLUGINS} -p ${SOS_PROFILES}\
                --tmp-dir ${TMP_DIR} --build --quiet \
                --name ${SVCTAG} || return 1
 
@@ -77,7 +77,7 @@
        $SUPPORTCONFIG -Q -d -k -t ${TMP_DIR} \
                -i ${SCONFIG_PLUGINS} -B ${SVCTAG} || return 1
 
-       $(cd ${TMP_DIR}/nts_${SVCTAG} && zip -q -r ${OUTFILE_F} . )
+       $(cd ${TMP_DIR}/*_${SVCTAG} && zip -q -r ${OUTFILE_F} . )
 }
 
 do_report()

Reply via email to