Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ServiceReport for openSUSE:Factory checked in at 2026-06-29 17:31:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ServiceReport (Old) and /work/SRC/openSUSE:Factory/.ServiceReport.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ServiceReport" Mon Jun 29 17:31:29 2026 rev:15 rq:1362335 version:2.2.4+git12.bc007b2 Changes: -------- --- /work/SRC/openSUSE:Factory/ServiceReport/ServiceReport.changes 2025-08-12 17:05:49.622399194 +0200 +++ /work/SRC/openSUSE:Factory/.ServiceReport.new.11887/ServiceReport.changes 2026-06-29 17:33:17.144046887 +0200 @@ -1,0 +2,6 @@ +Mon Jun 29 07:39:22 UTC 2026 - [email protected] + +- Update to version 2.2.4+git12.bc007b2: + * [kdump] Fix TypeError in kdump component check + +------------------------------------------------------------------- Old: ---- ServiceReport-2.2.4+git11.8bf0f05.tar.xz New: ---- ServiceReport-2.2.4+git12.bc007b2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ServiceReport.spec ++++++ --- /var/tmp/diff_new_pack.pSDqqE/_old 2026-06-29 17:33:18.228083894 +0200 +++ /var/tmp/diff_new_pack.pSDqqE/_new 2026-06-29 17:33:18.232084030 +0200 @@ -1,7 +1,7 @@ # # spec file for package ServiceReport # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ # By default python 3 is used to build the package. %define python python3 Name: ServiceReport -Version: 2.2.4+git11.8bf0f05 +Version: 2.2.4+git12.bc007b2 Release: 0 Summary: A tool to validate and repair First Failure Data Capture (FFDC) configuration License: GPL-2.0-only ++++++ ServiceReport-2.2.4+git11.8bf0f05.tar.xz -> ServiceReport-2.2.4+git12.bc007b2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ServiceReport-2.2.4+git11.8bf0f05/servicereportpkg/validate/plugins/kdump.py new/ServiceReport-2.2.4+git12.bc007b2/servicereportpkg/validate/plugins/kdump.py --- old/ServiceReport-2.2.4+git11.8bf0f05/servicereportpkg/validate/plugins/kdump.py 2025-08-08 12:36:45.000000000 +0200 +++ new/ServiceReport-2.2.4+git12.bc007b2/servicereportpkg/validate/plugins/kdump.py 2026-06-29 07:35:31.000000000 +0200 @@ -520,12 +520,14 @@ if return_code is None: continue - if self.dump_comp_name not in str(stdout): - continue + for comp in self.dump_comp_name: + if comp in str(stdout): + status = True + self.log.debug("%s component found in %s", comp, initrd) + break - status = True - self.log.debug("%s component found in %s", self.dump_comp_name, initrd) - break + if status: + break return Check(self.check_dump_component_in_initrd.__doc__, status) ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.pSDqqE/_old 2026-06-29 17:33:18.412090175 +0200 +++ /var/tmp/diff_new_pack.pSDqqE/_new 2026-06-29 17:33:18.420090448 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/linux-ras/ServiceReport</param> - <param name="changesrevision">8bf0f051098a60bc48150493b401a846bfa6ba50</param></service></servicedata> + <param name="changesrevision">bc007b2c53f1746c7dbbb2f3b8c337709c14424b</param></service></servicedata> (No newline at EOF)
