mcelog: Update to version 196

- Update from version 181 to 196
- Update of rootfile not required
- Fix python call patch removed as correct python call now in the source tarball
- Changelog file is no longer used. Review of changes has to be done via the git repo.
   https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/log/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
Adolf Belka
2023-11-11 11:58:45 +01:00
committed by Peter Müller
parent c4a9658346
commit e979680572
2 changed files with 4 additions and 16 deletions

View File

@@ -1,8 +0,0 @@
--- mcelog-181.orig/genconfig.py 2022-04-23 14:54:26.721031777 +0000
+++ mcelog-181/genconfig.py 2022-04-23 14:54:35.577658935 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# generate man config documentation from mcelog.conf example
# genconfig.py mcelog.conf intro.html
from __future__ import print_function