Accepting request 545882 from home:eeich:branches:hardware
- Update to version 0.6.0: * rasdaemon: Update DIMM labels for Intel Skylake servers * rasdaemon:add support for non-standard error decoder * rasdaemon:add support for Hisilicon non-standard error decoder * configure.ac: show if Hisilicon error report are enabled * rasdaemon: add support for ARM events * configure.ac: display if ARM error report is enabled * rasdaemon: update bugs report information * Makefile: add new rasdaemon headers * rasdaemon.spec: add other --enable options * Bump to version 0.6.0 (FATE#323162). OBS-URL: https://build.opensuse.org/request/show/545882 OBS-URL: https://build.opensuse.org/package/show/hardware/rasdaemon?expand=0&rev=17
This commit is contained in:
parent
02a76bf448
commit
f425abedf7
5
_service
5
_service
@ -4,8 +4,9 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">rasdaemon</param>
|
||||
<param name="revision">0d1f3f11be930187c7d290293a487d125a10d433</param>
|
||||
<param name="version">0.5.9</param>
|
||||
<param name="revision">refs/tags/v0.6.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
|
||||
<param name="changesrevision">0d1f3f11be930187c7d290293a487d125a10d433</param></service></servicedata>
|
||||
<param name="changesrevision">7deef57726d92c8575714be6e9fab100b1edb3bb</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c67e28024eff654c2d6b707d73bb81d72815b5bc42e65fce3ae2aee099c2e9c
|
||||
size 96180
|
3
rasdaemon-0.6.0.tar.xz
Normal file
3
rasdaemon-0.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fcc274468a1d21de51129e718600de40e1c80548c66484c2dde3c6ae8f5e4c8
|
||||
size 99480
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 07:37:13 UTC 2017 - eich@suse.com
|
||||
|
||||
- Update to version 0.6.0:
|
||||
* rasdaemon: Update DIMM labels for Intel Skylake servers
|
||||
* rasdaemon:add support for non-standard error decoder
|
||||
* rasdaemon:add support for Hisilicon non-standard error decoder
|
||||
* configure.ac: show if Hisilicon error report are enabled
|
||||
* rasdaemon: add support for ARM events
|
||||
* configure.ac: display if ARM error report is enabled
|
||||
* rasdaemon: update bugs report information
|
||||
* Makefile: add new rasdaemon headers
|
||||
* rasdaemon.spec: add other --enable options
|
||||
* Bump to version 0.6.0
|
||||
(FATE#323162).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 09 16:47:20 UTC 2017 - fschnizlein@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rasdaemon
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.5.9
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: Utility to receive RAS error tracings
|
||||
License: GPL-2.0
|
||||
@ -63,7 +63,6 @@ install -D -p -m 0644 misc/rasdaemon.service %{buildroot}%{_unitdir}/rasdaemon.s
|
||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcrasdaemon
|
||||
install -D -p -m 0644 misc/ras-mc-ctl.service %{buildroot}%{_unitdir}/ras-mc-ctl.service
|
||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcras-mc-ctl
|
||||
install -D -p -m 0644 labels/dell %{buildroot}%{_sysconfdir}/ras/dimm_labels.d/dell
|
||||
rm %{buildroot}%{_includedir}/*.h
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/rasdaemon
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user