Accepting request 1146084 from Base:System
- Update to version 197: * mcelog: Add kernel CONFIG message if /dev/mcelog isn't found * address comments * update mcelog manual * add --ping option to mcelog client * assign freed pointers to NULL pointer * mcelog: Fix two parsing issues OBS-URL: https://build.opensuse.org/request/show/1146084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcelog?expand=0&rev=65
This commit is contained in:
commit
a60f8230eb
@ -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">edfe78a0dc54a940f4916a9bd681eab7b3f746d1</param></service></servicedata>
|
<param name="changesrevision">f5615e9a2f840ad1238e8a7edc25f2f9fc4c3ba3</param></service></servicedata>
|
BIN
mcelog-196.obscpio
(Stored with Git LFS)
BIN
mcelog-196.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
mcelog-197.obscpio
(Stored with Git LFS)
Normal file
BIN
mcelog-197.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 06:23:11 UTC 2024 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update to version 197:
|
||||||
|
* mcelog: Add kernel CONFIG message if /dev/mcelog isn't found
|
||||||
|
* address comments
|
||||||
|
* update mcelog manual
|
||||||
|
* add --ping option to mcelog client
|
||||||
|
* assign freed pointers to NULL pointer
|
||||||
|
* mcelog: Fix two parsing issues
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 20 12:01:41 UTC 2023 - trenn@suse.de
|
Mon Nov 20 12:01:41 UTC 2023 - trenn@suse.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: mcelog
|
name: mcelog
|
||||||
version: 196
|
version: 197
|
||||||
mtime: 1698794375
|
mtime: 1705598790
|
||||||
commit: edfe78a0dc54a940f4916a9bd681eab7b3f746d1
|
commit: f5615e9a2f840ad1238e8a7edc25f2f9fc4c3ba3
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mcelog
|
# spec file for package mcelog
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
Name: mcelog
|
Name: mcelog
|
||||||
Version: 196
|
Version: 197
|
||||||
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