Accepting request 546108 from hardware
This package failed to build before indicating the dimm-labels.d/dell file was no longer available - after deleting the 'install'-line it started to build. Looking for this file in the sources it was at exactly the same place it has always been - and of course the build works now as well. I cannot get to the logs of the old build to reproduce what exactly went wrong so there is no way of tracking down what went wrong back then. Reinstating the installation of the dell dim-labels file and removing the changelog entry. (forwarded request 546107 from eeich) OBS-URL: https://build.opensuse.org/request/show/546108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rasdaemon?expand=0&rev=6
This commit is contained in:
commit
2eb4c114f4
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
|
||||
|
Loading…
Reference in New Issue
Block a user