diff --git a/_servicedata b/_servicedata index 799ef89..3af8560 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.infradead.org/users/mchehab/rasdaemon.git - c2255178a49f62c53009a456bc37dd5e37332f09 \ No newline at end of file + 24204af510847837950858c7ddb346ac59ad5da6 \ No newline at end of file diff --git a/rasdaemon-0.6.8.0.git+c225517.obscpio b/rasdaemon-0.6.8.0.git+c225517.obscpio deleted file mode 100644 index a9770af..0000000 --- a/rasdaemon-0.6.8.0.git+c225517.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3c03a068d010d8acabd0f600b4c92b951e14059005c9764538478e99f8f69c5 -size 765964 diff --git a/rasdaemon-0.7.0.7.git+24204af.obscpio b/rasdaemon-0.7.0.7.git+24204af.obscpio new file mode 100644 index 0000000..818bf4e --- /dev/null +++ b/rasdaemon-0.7.0.7.git+24204af.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf54554f0bccff97a89b51711ee00c0c93721c8578d4a2becbf7f529fbcfa24 +size 573452 diff --git a/rasdaemon.changes b/rasdaemon.changes index 85cdedf..dda8773 100644 --- a/rasdaemon.changes +++ b/rasdaemon.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Wed Feb 01 13:35:51 UTC 2023 - malcolmlewis@opensuse.org + +- Update to version 0.7.0.7.git+24204af: + * README: Update instructions about how to contribute. + * Makefile.am: enable all options on make distcheck. + * configure.ac: get rid of obsolete macros. + * ci.yml: add libtraceevent-dev dependency. + * Remove the old libtrace. + * Adjust indentations. + * Convert to use libtraceevent. + * on_tag.yml: use a different approach to upload artifact. + * Add a release workflow. +- Changes from version 0.7.0: + * .gitignore: add the auto-generated "compile" file. + * INSTALL: update from latest version of it. + * configure.ac: fix bashisms. + * labels/asus: add ASUS TUF GAMING B450-PLUS II. + * rasdaemon: Add four modules supported by HiSilicon common + section. + * rasdaemon: Fix for a memory out-of-bounds issue and optimized + code to remove duplicate function. + * rasdaemon: ras-mc-ctl: Updated HiSilicon platform name. + * rasdaemon: ras-mc-ctl: Relocate reading and display Kunpeng920 + errors to under Kunpeng9xx. + * rasdaemon: ras-mc-ctl: Add support to display the HiSilicon + vendor errors for a specified module. + * rasdaemon: ras-mc-ctl: Add printing usage if necessary + parameters are not passed for the vendor-error options. + * rasdaemon: ras-mc-ctl: Reformat error info of the HiSilicon + Kunpeng920. + * rasdaemon: ras-mc-ctl: Modify error statistics for HiSilicon + KunPeng9xx common errors. + * rasdaemon: Modify recording Hisilicon common error data. + * rasdaemon: Support cpu fault isolation for recoverable errors. + * rasdaemon: Support cpu fault isolation for corrected errors. + * rasdaemon: ras-memory-failure-handler: handle localtime() + failure correctly. + * rasdaemon: mce-amd-smca: properly limit bank types. + * rasdaemon: ras-report: fix possible but unlikely file + descriptor leak. + * libtrace: Use XSI version of strerror_r on non glibc systems. + * rasdaemon: use the new block_rq_error tracepoint. +- Add build requires libtraceevent-devel. + ------------------------------------------------------------------- Tue May 10 09:21:05 UTC 2022 - moritz.kodytek@suse.com diff --git a/rasdaemon.obsinfo b/rasdaemon.obsinfo index 91532dd..fb309cb 100644 --- a/rasdaemon.obsinfo +++ b/rasdaemon.obsinfo @@ -1,4 +1,4 @@ name: rasdaemon -version: 0.6.8.0.git+c225517 -mtime: 1648810239 -commit: c2255178a49f62c53009a456bc37dd5e37332f09 +version: 0.7.0.7.git+24204af +mtime: 1674698384 +commit: 24204af510847837950858c7ddb346ac59ad5da6 diff --git a/rasdaemon.spec b/rasdaemon.spec index 0690fc0..e71d7eb 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,7 +1,7 @@ # # spec file for package rasdaemon # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.6.8.0.git+c225517 +Version: 0.7.0.7.git+24204af Release: 0 Summary: Utility to receive RAS error tracings License: GPL-2.0-only @@ -28,6 +28,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel BuildRequires: libtool +BuildRequires: libtraceevent-devel BuildRequires: sqlite3-devel Requires(pre): %fillup_prereq Requires: perl-DBD-SQLite @@ -47,7 +48,7 @@ EDAC drivers and DIMM labels are loaded at system startup, as well as an utility for reporting current error counts from the EDAC sysfs files. %prep -%setup -q +%autosetup %build autoreconf -fvi