Sync from SUSE:SLFO:Main mcelog revision 4fb141cbf3e3717b0495ca50ba5648c1
This commit is contained in:
parent
9496945f23
commit
cd9413a4c0
@ -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
|
Sat Dec 07 00:18:22 UTC 2024 - trenn@suse.de
|
||||||
|
|
||||||
- Update to version 202:
|
- Update to version 202:
|
||||||
* mcelog: Wire up model-specific decoding for Clearwater Forest
|
* mcelog: Wire up model-specific decoding for Clearwater Forest
|
||||||
* mcelog: New model number 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
|
Thu Nov 28 08:46:31 UTC 2024 - trenn@suse.de
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mcelog
|
# 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
|
# 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
|
||||||
@ -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 -m 644 lk10-mcelog.pdf %{buildroot}/%{_docdir}/%{name}/lk10-mcelog.pdf
|
||||||
install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/mcelog.service
|
install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/mcelog.service
|
||||||
install -D -m 0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/mcelog.conf
|
install -D -m 0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/mcelog.conf
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcmcelog
|
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcmcelog
|
||||||
|
%endif
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%service_add_pre %{name}.service
|
%service_add_pre %{name}.service
|
||||||
@ -112,7 +114,9 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcmcelog
|
|||||||
%{_unitdir}/mcelog.service
|
%{_unitdir}/mcelog.service
|
||||||
%{_tmpfilesdir}/mcelog.conf
|
%{_tmpfilesdir}/mcelog.conf
|
||||||
%{_docdir}/%{name}
|
%{_docdir}/%{name}
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rcmcelog
|
%{_sbindir}/rcmcelog
|
||||||
|
%endif
|
||||||
%ghost /run/mcelog
|
%ghost /run/mcelog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user