Accepting request 905969 from home:trenn:branches:hardware
- Enable ppc64le build - Enhance _service magic - Update to version 0.6.7.4.gdda7d95: * Add support for multi-arch builds * rasdaemon.spec.in: don't install _sharedstatedir * rasdaemon: Add Ice Lake and Sapphire Rapids MSCOD values * rasdaemon: fix build error in register_ns_ev_decoder if the sqlite3 is not enabled * rasdaemon: Modify confiure.ac for Hisilicon Kunpeng errors * rasdaemon: ras-mc-ctl: Add support for HiSilicon Kunpeng9xx common errors * rasdaemon: ras-mc-ctl: Add support for HiSilicon Kunpeng920 errors * rasdaemon: ras-mc-ctl: Add support for the vendor-specific errors * rasdaemon: ras-mc-ctl: Add memory failure events * rasdaemon: ras-mc-ctl: Modify ARM processor error summary log * rasdaemon: add support for memory_failure events * ras-record: Create RASSTATEDIR at runtime instead of install time * add labels for A2SDi-8C+-HLN4F * Added label for ASUS PRIME X570-PRO * Add code to decode Ampere specific error * rasdaemon: fix memory leak in parse_ras_data * Fix ras-mc-ctl script. * add Supermicro X10SRA-F and H8DGU. * ras-page-isolation: page which is PAGE_OFFLINE_FAILED can be offlined again * ras-page-isolation: do_page_offline always considers page offline was successful * Fix problem from make dist-rpm * rasdaemon: Add 8 channel decoding for SMCA systems * rasdaemon: Fix error print * Create SYSCONFDEFDIR configure parameter * rasdaemon: ras-mc-ctl: Add ARM processor error information * rasdaemon: add support for hisilicon common section decoder * rasdaemon: Add error decoding for new SMCA Load Store bank type OBS-URL: https://build.opensuse.org/request/show/905969 OBS-URL: https://build.opensuse.org/package/show/hardware/rasdaemon?expand=0&rev=34
This commit is contained in:
parent
c117367a9e
commit
06caf39c47
13
_service
13
_service
@ -1,20 +1,17 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="tar_scm">
|
<service name="obs_scm" mode="localonly">
|
||||||
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
|
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">rasdaemon</param>
|
<param name="filename">rasdaemon</param>
|
||||||
<!--
|
|
||||||
<param name="revision">refs/tags/0.6.5</param>
|
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
|
||||||
-->
|
|
||||||
<param name="revision">refs/heads/master</param>
|
<param name="revision">refs/heads/master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="recompress">
|
<service name="set_version" mode="localonly"/>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
|
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
|
||||||
<param name="changesrevision">3dca35f17effa102b7140d5554401ef2292425b7</param></service></servicedata>
|
<param name="changesrevision">dda7d95bcbbb95e0db557a7a9325ee9815ab4e9b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66dc14b9ce0c3c154c23b3006b1a12c2981d4bd2f9af0b88f5f09191e21bb706
|
|
||||||
size 111776
|
|
3
rasdaemon-0.6.7.4.gdda7d95.obscpio
Normal file
3
rasdaemon-0.6.7.4.gdda7d95.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3788c40d990cd059ab7b1b554cefb7739e74295c4b1c74fdc03ee959efae3f5a
|
||||||
|
size 740876
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 09 11:20:05 UTC 2021 - trenn@suse.de
|
||||||
|
|
||||||
|
- Enable ppc64le build
|
||||||
|
- Enhance _service magic
|
||||||
|
- Update to version 0.6.7.4.gdda7d95:
|
||||||
|
* Add support for multi-arch builds
|
||||||
|
* rasdaemon.spec.in: don't install _sharedstatedir
|
||||||
|
* rasdaemon: Add Ice Lake and Sapphire Rapids MSCOD values
|
||||||
|
* rasdaemon: fix build error in register_ns_ev_decoder if the sqlite3 is not enabled
|
||||||
|
* rasdaemon: Modify confiure.ac for Hisilicon Kunpeng errors
|
||||||
|
* rasdaemon: ras-mc-ctl: Add support for HiSilicon Kunpeng9xx common errors
|
||||||
|
* rasdaemon: ras-mc-ctl: Add support for HiSilicon Kunpeng920 errors
|
||||||
|
* rasdaemon: ras-mc-ctl: Add support for the vendor-specific errors
|
||||||
|
* rasdaemon: ras-mc-ctl: Add memory failure events
|
||||||
|
* rasdaemon: ras-mc-ctl: Modify ARM processor error summary log
|
||||||
|
* rasdaemon: add support for memory_failure events
|
||||||
|
* ras-record: Create RASSTATEDIR at runtime instead of install time
|
||||||
|
* add labels for A2SDi-8C+-HLN4F
|
||||||
|
* Added label for ASUS PRIME X570-PRO
|
||||||
|
* Add code to decode Ampere specific error
|
||||||
|
* rasdaemon: fix memory leak in parse_ras_data
|
||||||
|
* Fix ras-mc-ctl script.
|
||||||
|
* add Supermicro X10SRA-F and H8DGU.
|
||||||
|
* ras-page-isolation: page which is PAGE_OFFLINE_FAILED can be offlined again
|
||||||
|
* ras-page-isolation: do_page_offline always considers page offline was successful
|
||||||
|
* Fix problem from make dist-rpm
|
||||||
|
* rasdaemon: Add 8 channel decoding for SMCA systems
|
||||||
|
* rasdaemon: Fix error print
|
||||||
|
* Create SYSCONFDEFDIR configure parameter
|
||||||
|
* rasdaemon: ras-mc-ctl: Add ARM processor error information
|
||||||
|
* rasdaemon: add support for hisilicon common section decoder
|
||||||
|
* rasdaemon: Add error decoding for new SMCA Load Store bank type
|
||||||
|
* rasdaemon: Fix "ignoring return value" build warning.
|
||||||
|
* Match rankX in ras-mc-ctl
|
||||||
|
* added label for A2SDi-8C-HLN4F
|
||||||
|
* ras-mc-ctl: PCIe AER: display PCIe dev name
|
||||||
|
* rasdaemon: add support for memory Corrected Error predictive failure analysis
|
||||||
|
* rasdaemon: add rbtree support for page record
|
||||||
|
* rasdaemon: fix the issue that non standard decoder can't work in pthread way
|
||||||
|
* rasdaemon: add support of l3tag and l3data in hip08 OEM format2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 29 10:44:25 UTC 2020 - Thomas Renninger <trenn@suse.de>
|
Wed Apr 29 10:44:25 UTC 2020 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
|
5
rasdaemon.obsinfo
Normal file
5
rasdaemon.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: rasdaemon
|
||||||
|
version: 0.6.7.4.gdda7d95
|
||||||
|
mtime: 1622027095
|
||||||
|
commit: dda7d95bcbbb95e0db557a7a9325ee9815ab4e9b
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rasdaemon
|
# spec file for package rasdaemon
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rasdaemon
|
Name: rasdaemon
|
||||||
Version: 0.6.5+git20200205.3dca35f
|
Version: 0.6.7.4.gdda7d95
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to receive RAS error tracings
|
Summary: Utility to receive RAS error tracings
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -32,7 +32,7 @@ BuildRequires: sqlite3-devel
|
|||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
Requires: perl-DBD-SQLite
|
Requires: perl-DBD-SQLite
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%ifnarch s390x ppc64le
|
%ifnarch s390x
|
||||||
Requires: dmidecode
|
Requires: dmidecode
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user