Dominique Leuenberger 2023-02-02 17:08:55 +00:00 committed by Git OBS Bridge
commit bc35ad9c4c
6 changed files with 56 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
<param name="changesrevision">c2255178a49f62c53009a456bc37dd5e37332f09</param></service></servicedata>
<param name="changesrevision">24204af510847837950858c7ddb346ac59ad5da6</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3c03a068d010d8acabd0f600b4c92b951e14059005c9764538478e99f8f69c5
size 765964

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bf54554f0bccff97a89b51711ee00c0c93721c8578d4a2becbf7f529fbcfa24
size 573452

View File

@ -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

View File

@ -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

View File

@ -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