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:
Ana Guerrero 2024-02-12 17:51:47 +00:00 committed by Git OBS Bridge
commit a60f8230eb
6 changed files with 20 additions and 9 deletions

View File

@ -7,4 +7,4 @@
<param name="url">https://github.com/andikleen/mcelog.git</param>
<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="changesrevision">edfe78a0dc54a940f4916a9bd681eab7b3f746d1</param></service></servicedata>
<param name="changesrevision">f5615e9a2f840ad1238e8a7edc25f2f9fc4c3ba3</param></service></servicedata>

BIN
mcelog-196.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
mcelog-197.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -1,4 +1,4 @@
name: mcelog
version: 196
mtime: 1698794375
commit: edfe78a0dc54a940f4916a9bd681eab7b3f746d1
version: 197
mtime: 1705598790
commit: f5615e9a2f840ad1238e8a7edc25f2f9fc4c3ba3

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: mcelog
Version: 196
Version: 197
Release: 0
Summary: Log Machine Check Events
License: GPL-2.0-only