Accepting request 1229340 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1229340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcelog?expand=0&rev=69
This commit is contained in:
commit
bd700447d2
@ -7,4 +7,4 @@
|
|||||||
<param name="url">https://github.com/andikleen/mcelog.git</param>
|
<param name="url">https://github.com/andikleen/mcelog.git</param>
|
||||||
<param name="changesrevision">1f3a769c8fb736815a56ea104b7b751c5565cb88</param></service><service name="tar_scm">
|
<param name="changesrevision">1f3a769c8fb736815a56ea104b7b751c5565cb88</param></service><service name="tar_scm">
|
||||||
<param name="url">https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
|
<param name="url">https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git</param>
|
||||||
<param name="changesrevision">d70a0a7a794b35225295f77225941462c1d57254</param></service></servicedata>
|
<param name="changesrevision">6b3fe165f35ef9897a6573042851922b3a3e4e4d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75b435f07ca3f8f92a6aa59834a52424968517fcca9ea67d25b4badede39ca44
|
|
||||||
size 643084
|
|
3
mcelog-202.obscpio
Normal file
3
mcelog-202.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:420bcf12fb79ff0659cba4bd581d90625f003407a3eddc45d004bf5f90f5e023
|
||||||
|
size 643084
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 07 00:18:22 UTC 2024 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update to version 202:
|
||||||
|
* mcelog: Wire up model-specific decoding for Clearwater Forest
|
||||||
|
* mcelog: New model number for Clearwater Forest
|
||||||
|
- PED-10052
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 28 08:46:31 UTC 2024 - trenn@suse.de
|
Thu Nov 28 08:46:31 UTC 2024 - trenn@suse.de
|
||||||
|
|
||||||
@ -30,6 +38,7 @@ M add-f10h-support.patch
|
|||||||
M email.patch
|
M email.patch
|
||||||
M fix_setgroups_missing_call.patch
|
M fix_setgroups_missing_call.patch
|
||||||
M mcelog_invert_prefill_db_warning.patch
|
M mcelog_invert_prefill_db_warning.patch
|
||||||
|
- jsc#PED-10212
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 12 06:23:11 UTC 2024 - trenn@suse.de
|
Mon Feb 12 06:23:11 UTC 2024 - trenn@suse.de
|
||||||
@ -47,6 +56,7 @@ Mon Nov 20 12:01:41 UTC 2023 - trenn@suse.de
|
|||||||
|
|
||||||
- Update to version 196:
|
- Update to version 196:
|
||||||
* mcelog: Add second model number for Arrowlake
|
* mcelog: Add second model number for Arrowlake
|
||||||
|
- jsc#PED-10217
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 14:08:37 UTC 2023 - trenn@suse.de
|
Tue Sep 12 14:08:37 UTC 2023 - trenn@suse.de
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: mcelog
|
name: mcelog
|
||||||
version: 201
|
version: 202
|
||||||
mtime: 1731687114
|
mtime: 1733162444
|
||||||
commit: d70a0a7a794b35225295f77225941462c1d57254
|
commit: 6b3fe165f35ef9897a6573042851922b3a3e4e4d
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
Name: mcelog
|
Name: mcelog
|
||||||
Version: 201
|
Version: 202
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Log Machine Check Events
|
Summary: Log Machine Check Events
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user