Accepting request 1240934 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1240934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcelog?expand=0&rev=70
This commit is contained in:
Ana Guerrero 2025-01-29 15:09:29 +00:00 committed by Git OBS Bridge
commit 34e1002d48
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