Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rasdaemon for openSUSE:Factory checked in at 2026-01-15 16:48:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rasdaemon (Old) and /work/SRC/openSUSE:Factory/.rasdaemon.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rasdaemon" Thu Jan 15 16:48:44 2026 rev:27 rq:1327377 version:0.8.4+git11.485d0a6 Changes: -------- --- /work/SRC/openSUSE:Factory/rasdaemon/rasdaemon.changes 2025-05-02 15:03:43.792882469 +0200 +++ /work/SRC/openSUSE:Factory/.rasdaemon.new.1928/rasdaemon.changes 2026-01-15 16:49:54.269288803 +0100 @@ -1,0 +2,62 @@ +Thu Jan 8 23:53:40 UTC 2026 - Marcus Rueckert <[email protected]> + +- do not use enable-all. it enables signal mode which causes errors + as the needed columns are not created in the table. + +------------------------------------------------------------------- +Thu Jan 8 23:10:35 UTC 2026 - Marcus Rueckert <[email protected]> + +- Update to version 0.8.4+git11.485d0a6: + * rasdaemon: Add support for the CXL memory sparing events + * Revert "rasdaemon: Add support for the CXL memory sparing events" + * Add labels for ASRock X570 Pro4 + * rasdaemon: ras-aer-handlder: Add support for AER triggers + * rasdaemon: ras-events: Fix event's file endianness + * rasdaemon: ras-events: Don't hardcode long size + * ci.yml: add a second config to Ubuntu variations + * ci.yml: add a Fedora target + * cy.yml: ignore false-positives + * types.c: add a missing new line at the end of the file + * .github/workflows/ci.yml: add libpci-dev + * rasdaemon: bump to version 0.8.4 + * misc/rasdaemon.spec.in: add install rules for completions file + * Makefile.am: package completions at the source tarball + * ras-events.c: do some coding style fixes + * unified-sel.c: use tabs instead of spaces for indent + * Makefile.am: sort if groups + * Makefile.am: use one file per line, in alphabetic order + * INSTALL: update it with the autogenerated one from new autotools + * rasdaemon: Fix CPU isolate errors with limited CPUs at startup + * rasdaemon: Update the supported modules in the HiSilicon common section + * rasdaemon: Add support for the CXL memory sparing events + * rasdaemon: cxl: Add validity check for parsing and logging the corrected memory error threshold event flags and error count + * rasdaemon: cxl: Update handling of Common Event Record to CXL spec rev3.2 + * rasdaemon: fix post-processing options + * rasdaemon: cxl: Add validity check for parse and log hdr_maint_op_sub_class field + * rasdaemon: cxl: Update ras-report.c with missing maintenance operation subclass information + * rasdaemon: cxl: Add parse and log linear cache address alias emission for cxl events + * Makefile.am: install completions files + * add completions files for zsh and bash + * ras-events: Revert page_size to 4096 in get_pagesize() + * ras-events: fix for return error code in add_event_handler() + * ras-events: fix buffer overflow in add_event_handler read + * unified-sel: added AER Uncorrectable Error reporting to SEL on OpenBMC + * Fix spelling and grammar errors in README.md + * Fix a couple of coding style issues + * rasdaemon: add event level for event record + * aer: print pci device name and vendor/device id + * rasdaemon: erst: decode panic mce through erst + * rasdaemon: introduce poison page statistics + * rasdaemon: support memory corrected error statistics + * add dmidecode Requires on riscv64 Signed-off-by: Mauro Carvalho Chehab <[email protected]> + * rasdaemon: skip doesn't exist event + * config: add rsyslog config + * config: add syslog-ng and logrotate config + * rasdaemon: trace SIGBUS event for hardware error +- drop patches: + - Fix-buffer-overflow-in-add_event_handler-read.patch + - rasdaemon-skip-doesn-t-exist-event.patch +- switch to a more common format for the version string +- switch service to more common manual mode. use osc service mr + +------------------------------------------------------------------- Old: ---- Fix-buffer-overflow-in-add_event_handler-read.patch rasdaemon-0.8.3.0.git+db0870e.obscpio rasdaemon-skip-doesn-t-exist-event.patch New: ---- rasdaemon-0.8.4+git11.485d0a6.obscpio ----------(Old B)---------- Old:- drop patches: - Fix-buffer-overflow-in-add_event_handler-read.patch - rasdaemon-skip-doesn-t-exist-event.patch Old: - Fix-buffer-overflow-in-add_event_handler-read.patch - rasdaemon-skip-doesn-t-exist-event.patch - switch to a more common format for the version string ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rasdaemon.spec ++++++ --- /var/tmp/diff_new_pack.8ks9hQ/_old 2026-01-15 16:49:54.977318260 +0100 +++ /var/tmp/diff_new_pack.8ks9hQ/_new 2026-01-15 16:49:54.981318427 +0100 @@ -1,7 +1,7 @@ # # spec file for package rasdaemon # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -17,21 +17,20 @@ Name: rasdaemon -Version: 0.8.3.0.git+db0870e +Version: 0.8.4+git11.485d0a6 Release: 0 Summary: Utility to receive RAS error tracings License: GPL-2.0-only Group: Hardware/Other URL: http://git.infradead.org/users/mchehab/rasdaemon.git Source: %{name}-%{version}.tar.xz -Patch1: Fix-buffer-overflow-in-add_event_handler-read.patch -Patch2: rasdaemon-skip-doesn-t-exist-event.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel BuildRequires: libtool BuildRequires: libtraceevent-devel BuildRequires: sqlite3-devel +BuildRequires: pkgconfig(libpci) Requires: perl-DBD-SQLite Requires(pre): %fillup_prereq %{?systemd_ordering} @@ -60,9 +59,30 @@ # on old autoconf versions ln -s README.md README autoreconf -fvi -%configure --enable-all \ +%configure \ + --enable-sqlite3 \ + --enable-aer \ + --enable-non-standard \ + --enable-arm \ + --enable-mce \ + --enable-extlog \ + --enable-devlink \ + --enable-diskerror \ + --enable-memory-failure \ + --enable-cxl \ + --enable-abrt-report \ + --enable-hisi-ns-decode \ + --enable-memory-ce-pfa \ + --enable-memory-row-ce-pfa \ + --enable-amp-ns-decode \ + --enable-openbmc-unified-sel \ + --enable-jaguar-ns-decode \ + --enable-cpu-fault-isolation \ + --enable-yitian-ns-decode \ + --disable-signal \ + --enable-erst \ --with-sysconfdefdir=%{_sysconfdir}/sysconfig -CFLAGS="%{optflags}" make %{?_smp_mflags} V=1 +make %{?_smp_mflags} V=1 %install %make_install @@ -106,4 +126,8 @@ %dir %{_localstatedir}/lib/rasdaemon %ghost %{_localstatedir}/lib/rasdaemon/ras-mc_event.db %attr (644,root,root) %{_fillupdir}/sysconfig.rasdaemon +%{_datadir}/bash-completion/completions/ras-mc-ctl +%dir %{_datadir}/zsh/ +%dir %{_datadir}/zsh/site-functions/ +%{_datadir}/zsh/site-functions/_ras-mc-ctl ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8ks9hQ/_old 2026-01-15 16:49:55.013319758 +0100 +++ /var/tmp/diff_new_pack.8ks9hQ/_new 2026-01-15 16:49:55.017319925 +0100 @@ -1,14 +1,14 @@ <services> - <service name="obs_scm" mode="localonly"> + <service name="obs_scm" mode="manual"> <param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">rasdaemon</param> <param name="revision">master</param> - <param name="versionformat">@PARENT_TAG@.@[email protected]+%h</param> + <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param> <param name="versionrewrite-pattern">v(.*)</param> </service> - <service name="set_version" mode="localonly"/> + <service name="set_version" mode="manual"/> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.8ks9hQ/_old 2026-01-15 16:49:55.041320923 +0100 +++ /var/tmp/diff_new_pack.8ks9hQ/_new 2026-01-15 16:49:55.049321256 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param> - <param name="changesrevision">db0870edd2919f4f4d0101843136bcae92ab0743</param></service></servicedata> + <param name="changesrevision">485d0a6f81c9e80a40bea5d0745fb65c209a0a1c</param></service></servicedata> (No newline at EOF) ++++++ rasdaemon.obsinfo ++++++ --- /var/tmp/diff_new_pack.8ks9hQ/_old 2026-01-15 16:49:55.077322421 +0100 +++ /var/tmp/diff_new_pack.8ks9hQ/_new 2026-01-15 16:49:55.081322587 +0100 @@ -1,5 +1,5 @@ name: rasdaemon -version: 0.8.3.0.git+db0870e -mtime: 1741604456 -commit: db0870edd2919f4f4d0101843136bcae92ab0743 +version: 0.8.4+git11.485d0a6 +mtime: 1765199728 +commit: 485d0a6f81c9e80a40bea5d0745fb65c209a0a1c
