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:
commit
1ea2ef1333
@ -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
|
Wed Jan 1 01:01:01 UTC 2025 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kexec-tools
|
# 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
|
# 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
|
||||||
@ -77,8 +77,10 @@ export LDFLAGS="-pie"
|
|||||||
%make_install
|
%make_install
|
||||||
mkdir -p %{buildroot}/%{_unitdir}
|
mkdir -p %{buildroot}/%{_unitdir}
|
||||||
install -m644 %{SOURCE3} %{buildroot}/%{_unitdir}
|
install -m644 %{SOURCE3} %{buildroot}/%{_unitdir}
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
mkdir -p %{buildroot}/%{_sbindir}
|
mkdir -p %{buildroot}/%{_sbindir}
|
||||||
ln -s service %{buildroot}%{_sbindir}/rckexec-load
|
ln -s service %{buildroot}%{_sbindir}/rckexec-load
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} < 1550
|
%if 0%{?suse_version} < 1550
|
||||||
mkdir -p %{buildroot}/sbin
|
mkdir -p %{buildroot}/sbin
|
||||||
ln -s %{_sbindir}/kexec %{buildroot}/sbin
|
ln -s %{_sbindir}/kexec %{buildroot}/sbin
|
||||||
@ -120,7 +122,9 @@ ln -s %{_sbindir}/kexec %{buildroot}/sbin
|
|||||||
%if 0%{?suse_version} < 1550
|
%if 0%{?suse_version} < 1550
|
||||||
/sbin/kexec
|
/sbin/kexec
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rckexec-load
|
%{_sbindir}/rckexec-load
|
||||||
|
%endif
|
||||||
%{_sbindir}/kexec
|
%{_sbindir}/kexec
|
||||||
%{_sbindir}/vmcore-dmesg
|
%{_sbindir}/vmcore-dmesg
|
||||||
%{_unitdir}/kexec-load.service
|
%{_unitdir}/kexec-load.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user