diff --git a/_servicedata b/_servicedata index 5dbd11f..a1c5a23 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.infradead.org/users/mchehab/rasdaemon.git - cfabd93876e76cc1eb6231b2f4140a841d3ecbae \ No newline at end of file + f9cb13b8643d375454df152269c3a974b6b91983 \ No newline at end of file diff --git a/rasdaemon-0.8.0.39.git+cfabd93.obscpio b/rasdaemon-0.8.0.39.git+cfabd93.obscpio deleted file mode 100644 index 995fee5..0000000 --- a/rasdaemon-0.8.0.39.git+cfabd93.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3194baca856665c9aa1b7be83296546abf5066f8cf405385226b8ab43456f1e7 -size 694796 diff --git a/rasdaemon-0.8.0.49.git+f9cb13b.obscpio b/rasdaemon-0.8.0.49.git+f9cb13b.obscpio new file mode 100644 index 0000000..7062dbd --- /dev/null +++ b/rasdaemon-0.8.0.49.git+f9cb13b.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adc9c80c775bc9ba5b73c1bd6f182391844258ad91fedca3176ab7a51ef6e99 +size 740364 diff --git a/rasdaemon.changes b/rasdaemon.changes index 0c0b7d5..e4ec911 100644 --- a/rasdaemon.changes +++ b/rasdaemon.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Mar 11 11:51:38 UTC 2024 - msuchanek@suse.com + +- Update to version 0.8.0.49.git+f9cb13b: + * apple macpro 2008 3,1 dimm1-4 labels riser A&B + * labels/supermicro: add Supermicro X11DPi-N(T) + * rasdaemon: ras-mc-ctl: Add support to display the JaguarMicro vendor errors + * Supermicro X12DPU-6 DIMM labels + * Fix potential overflow with some arrays at page-isolation logic + * rasdaemon: Fix return value type compiling warnning of configure Optional Features with --enable-amp-ns-decode and without --enable-sqlite3. + * rasdaemon: Add support for creating vendor tables at startup. + * Add dynamic switch of ras events support. + * rasdaemon: Add support for vendor-specific machine check error information + +------------------------------------------------------------------- +Mon Mar 11 11:50:00 UTC 2024 - Michal Suchanek + +- Only require dmidecode on x86, other platforms may not have smbios or even the tool (bsc#1219917) + ------------------------------------------------------------------- Wed Dec 06 10:18:18 UTC 2023 - aschnell@suse.com diff --git a/rasdaemon.obsinfo b/rasdaemon.obsinfo index cae6458..c69292d 100644 --- a/rasdaemon.obsinfo +++ b/rasdaemon.obsinfo @@ -1,4 +1,4 @@ name: rasdaemon -version: 0.8.0.39.git+cfabd93 -mtime: 1698058817 -commit: cfabd93876e76cc1eb6231b2f4140a841d3ecbae +version: 0.8.0.49.git+f9cb13b +mtime: 1707101156 +commit: f9cb13b8643d375454df152269c3a974b6b91983 diff --git a/rasdaemon.spec b/rasdaemon.spec index 840627f..8b59577 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,7 +1,7 @@ # # spec file for package rasdaemon # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rasdaemon -Version: 0.8.0.39.git+cfabd93 +Version: 0.8.0.49.git+f9cb13b Release: 0 Summary: Utility to receive RAS error tracings License: GPL-2.0-only @@ -33,8 +33,10 @@ BuildRequires: sqlite3-devel Requires: perl-DBD-SQLite Requires(pre): %fillup_prereq %{?systemd_ordering} -%ifnarch s390x +%ifarch %ix86 x86_64 Requires: dmidecode +%else +Recommends: dmidecode %endif %description