Accepting request 1239755 from Kernel:kdump

- Drop rcFOO symlinks for CODE16 (PED-266). (forwarded request 1239610 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1239755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=158
This commit is contained in:
Dominique Leuenberger 2025-01-24 12:38:22 +00:00 committed by Git OBS Bridge
commit 1ea2ef1333
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 22 16:24:47 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop rcFOO symlinks for CODE16 (PED-266).
-------------------------------------------------------------------
Wed Jan 1 01:01:01 UTC 2025 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
#
# spec file for package kexec-tools
#
# 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
@ -77,8 +77,10 @@ export LDFLAGS="-pie"
%make_install
mkdir -p %{buildroot}/%{_unitdir}
install -m644 %{SOURCE3} %{buildroot}/%{_unitdir}
%if 0%{?suse_version} < 1600
mkdir -p %{buildroot}/%{_sbindir}
ln -s service %{buildroot}%{_sbindir}/rckexec-load
%endif
%if 0%{?suse_version} < 1550
mkdir -p %{buildroot}/sbin
ln -s %{_sbindir}/kexec %{buildroot}/sbin
@ -120,7 +122,9 @@ ln -s %{_sbindir}/kexec %{buildroot}/sbin
%if 0%{?suse_version} < 1550
/sbin/kexec
%endif
%if 0%{?suse_version} < 1600
%{_sbindir}/rckexec-load
%endif
%{_sbindir}/kexec
%{_sbindir}/vmcore-dmesg
%{_unitdir}/kexec-load.service