From a6d3c77a172d574c57439ca32e116abc251b02f142f35296bed91f9f6976bf12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Wed, 6 Sep 2023 09:04:10 +0000 Subject: [PATCH] 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 --- kexec-tools.changes | 5 +++++ kexec-tools.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/kexec-tools.changes b/kexec-tools.changes index 820b307..93f412d 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -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 diff --git a/kexec-tools.spec b/kexec-tools.spec index b889e78..b20c27b 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -45,10 +45,14 @@ Requires: perl-Bootloader >= 1.6 Requires(post): suse-module-tools Requires(postun):suse-module-tools %{?systemd_requires} +%if 0%{?suse_version} == 1600 +# No Xen +%else %ifarch x86_64 BuildRequires: pkgconfig BuildRequires: xen-devel %endif +%endif %description Kexec is a user space utility for loading another kernel and asking the