forked from pool/rasdaemon
Accepting request 631096 from home:pluskalm:branches:hardware
- Update to version 0.6.2: * Bump to version 0.6.2 * INSTALL: update it from auto-generated data * ChangeLog: Reorder to place new stuff at the beginning * rasdaemon: ras-mc-ctl: add option to show error counts * mce-amd-k8: be sure to not go past error_msg buffer * ras-report: avoid copying after addr.sun_path * mce-intel-*: fix a warning when using FIELD(<num>, NULL) * rasdaemon: use separate string array for error status * rasdaemon: fix PCIe AER error type OBS-URL: https://build.opensuse.org/request/show/631096 OBS-URL: https://build.opensuse.org/package/show/hardware/rasdaemon?expand=0&rev=27
This commit is contained in:
parent
de5d4329a7
commit
b7b8c87158
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">rasdaemon</param>
|
||||
<param name="revision">refs/tags/v0.6.1</param>
|
||||
<param name="revision">refs/tags/v0.6.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
|
||||
<param name="changesrevision">f47c6addea6990c4a18848bb1d50c1506e836e54</param></service></servicedata>
|
||||
<param name="changesrevision">552090703b292c046e5c66ab7a867c8a2100304f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e65b9397fcdecad73c3ee516dd5355b1aa4590f8558ec22da547a1e2a8b0ac8a
|
||||
size 99952
|
3
rasdaemon-0.6.2.tar.xz
Normal file
3
rasdaemon-0.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:688def53476b0bd0ca6c8d1bfaa8e2bd1a0eb893dd7f19e53f59a2e3b6eb49d5
|
||||
size 100612
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 23 11:36:13 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.6.2:
|
||||
* Bump to version 0.6.2
|
||||
* INSTALL: update it from auto-generated data
|
||||
* ChangeLog: Reorder to place new stuff at the beginning
|
||||
* rasdaemon: ras-mc-ctl: add option to show error counts
|
||||
* mce-amd-k8: be sure to not go past error_msg buffer
|
||||
* ras-report: avoid copying after addr.sun_path
|
||||
* mce-intel-*: fix a warning when using FIELD(<num>, NULL)
|
||||
* rasdaemon: use separate string array for error status
|
||||
* rasdaemon: fix PCIe AER error type
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 08:45:26 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rasdaemon
|
||||
Version: 0.6.1
|
||||
Version: 0.6.2
|
||||
Release: 0
|
||||
Summary: Utility to receive RAS error tracings
|
||||
License: GPL-2.0-only
|
||||
@ -85,7 +85,6 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/rasdaemon
|
||||
%service_del_postun rasdaemon.service ras-mc-ctl.service
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README TODO
|
||||
%{_sbindir}/rasdaemon
|
||||
|
Loading…
Reference in New Issue
Block a user