Sync from SUSE:SLFO:Main mcelog revision 4fb141cbf3e3717b0495ca50ba5648c1

This commit is contained in:
Adrian Schröter 2025-02-20 09:54:31 +01:00
parent 9496945f23
commit cd9413a4c0
2 changed files with 11 additions and 2 deletions

View File

@ -1,10 +1,15 @@
-------------------------------------------------------------------
Wed Jan 22 15:32:52 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop rcFOO symlinks for CODE16 (PED-266).
-------------------------------------------------------------------
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
- jsc#PED-10052
-------------------------------------------------------------------
Thu Nov 28 08:46:31 UTC 2024 - trenn@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mcelog
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -83,7 +83,9 @@ install -m 644 %{SOURCE6} %{buildroot}/%{_docdir}/%{name}/README.email_setup
install -m 644 lk10-mcelog.pdf %{buildroot}/%{_docdir}/%{name}/lk10-mcelog.pdf
install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/mcelog.service
install -D -m 0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/mcelog.conf
%if 0%{?suse_version} < 1600
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcmcelog
%endif
%pre
%service_add_pre %{name}.service
@ -112,7 +114,9 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcmcelog
%{_unitdir}/mcelog.service
%{_tmpfilesdir}/mcelog.conf
%{_docdir}/%{name}
%if 0%{?suse_version} < 1600
%{_sbindir}/rcmcelog
%endif
%ghost /run/mcelog
%changelog