- Update to version 194 (jsc#PED-4218):
- Update to version 181: * mcelog: Add support for Raptorlake - Adopt patches to latest git version M Start-consolidating-AMD-specific-stuff.patch M add-f10h-support.patch M add-f11h-support.patch M add-f12h-support.patch M add-f14h-support.patch M add-f15h-support.patch M add-f16h-support.patch M email.patch M fix_setgroups_missing_call.patch M mcelog_invert_prefill_db_warning.patch - Use Python3 shebang instead of python A python3_shebang - Use Github URL - Update to version 180: * Fix warnings in sysfs.c * mcelog: Change "DDR4" string to "DDR" for i10nm platforms * Fix logrotate syntax * remove outdated mcelog.conf.5 manual file * add furture print function for Python2 * fix python errors in genconfig.py * fix the buf not freed in read_field * mcelog: Print warning for locked down kernel * mcelog: Handle sysfs files without length * Fix make test fail OBS-URL: https://build.opensuse.org/package/show/Base:System/mcelog?expand=0&rev=105
This commit is contained in:
parent
c729908bac
commit
dbff800c4c
@ -3,4 +3,4 @@
|
||||
<param name="url">https://github.com/andikleen/mcelog</param>
|
||||
<param name="changesrevision">ee90ff20ce6a4d5e016aa249ce8b37f359f9fda4</param></service><service name="tar_scm">
|
||||
<param name="url">git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
|
||||
<param name="changesrevision">8f33fdc47160edce09d75e1316b4d88129ca60a0</param></service></servicedata>
|
||||
<param name="changesrevision">04d51981e8805c4200f5a03b4216c8621bc52ace</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e64fc2d95bb1eb86f8aa2d9e6d5ca50d93c64e1eaf5a1a77c316652c83e3fa96
|
||||
oid sha256:62b672a3ce482674d6eaf8f403924bf723f6047a0d09d7b38053819038d875ad
|
||||
size 641548
|
||||
|
@ -1,7 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 14:58:43 UTC 2023 - trenn@suse.de
|
||||
|
||||
- Update to version 194:
|
||||
* client.c: fix build w/ musl libc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 15:19:27 UTC 2023 - trenn@suse.de
|
||||
|
||||
- Update to version 194:
|
||||
- Update to version 194 (jsc#PED-4218):
|
||||
* mcelog: New model number for Arrowlake
|
||||
* mcelog: Don't overwrite model number when lookup fails
|
||||
* mcelog: Add Graniterapids, Grandridge and Sierraforest
|
||||
@ -62,6 +68,41 @@ M add-f16h-support.patch
|
||||
M email.patch
|
||||
M fix_setgroups_missing_call.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 03 11:32:42 UTC 2022 - moritz.kodytek@suse.com
|
||||
|
||||
- Update to version 181:
|
||||
* mcelog: Add support for Raptorlake
|
||||
- Adopt patches to latest git version
|
||||
M Start-consolidating-AMD-specific-stuff.patch
|
||||
M add-f10h-support.patch
|
||||
M add-f11h-support.patch
|
||||
M add-f12h-support.patch
|
||||
M add-f14h-support.patch
|
||||
M add-f15h-support.patch
|
||||
M add-f16h-support.patch
|
||||
M email.patch
|
||||
M fix_setgroups_missing_call.patch
|
||||
M mcelog_invert_prefill_db_warning.patch
|
||||
- Use Python3 shebang instead of python
|
||||
A python3_shebang
|
||||
- Use Github URL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 12:44:57 UTC 2022 - moritz.kodytek@suse.com
|
||||
|
||||
- Update to version 180:
|
||||
* Fix warnings in sysfs.c
|
||||
* mcelog: Change "DDR4" string to "DDR" for i10nm platforms
|
||||
* Fix logrotate syntax
|
||||
* remove outdated mcelog.conf.5 manual file
|
||||
* add furture print function for Python2
|
||||
* fix python errors in genconfig.py
|
||||
* fix the buf not freed in read_field
|
||||
* mcelog: Print warning for locked down kernel
|
||||
* mcelog: Handle sysfs files without length
|
||||
* Fix make test fail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 01 14:30:27 UTC 2021 - trenn@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mcelog
|
||||
version: 194
|
||||
mtime: 1680724748
|
||||
commit: 8f33fdc47160edce09d75e1316b4d88129ca60a0
|
||||
mtime: 1686592086
|
||||
commit: 04d51981e8805c4200f5a03b4216c8621bc52ace
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mcelog
|
||||
#
|
||||
# Copyright (c) 2021 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user