From c25b2095a343add8485ba4ed7cca413130eafae2 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Wed, 30 Dec 2020 22:31:45 +0300 Subject: [PATCH] drop UML on i586 to avois doing useless work --- kernel.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 88256de..4b6307f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -60,7 +60,9 @@ %bcond_without additional_keys # User Mode Linux, https://habr.com/ru/company/itsumma/blog/459558/ -%ifarch %{ix86} %{x86_64} +# Not buildable on aarch64 +# Current config is derived from x86_64, I do not see sense in maintaining UML for i586 +%ifarch %{x86_64} %bcond_without uml %else %bcond_with uml