Accepting request 1103363 from home:olh:branches:Kernel:kdump
- Disable Xen support in ALP OBS-URL: https://build.opensuse.org/request/show/1103363 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=159
This commit is contained in:
parent
c22641c872
commit
a6d3c77a17
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 8 08:08:08 UTC 2023 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Disable Xen support in ALP
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 28 15:10:51 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
Wed Jun 28 15:10:51 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
@ -45,10 +45,14 @@ Requires: perl-Bootloader >= 1.6
|
|||||||
Requires(post): suse-module-tools
|
Requires(post): suse-module-tools
|
||||||
Requires(postun):suse-module-tools
|
Requires(postun):suse-module-tools
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
%if 0%{?suse_version} == 1600
|
||||||
|
# No Xen
|
||||||
|
%else
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xen-devel
|
BuildRequires: xen-devel
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kexec is a user space utility for loading another kernel and asking the
|
Kexec is a user space utility for loading another kernel and asking the
|
||||||
|
Loading…
Reference in New Issue
Block a user