From fd788dae465a920fa6a92cd9d017afc4dc786b5b80a39301c2b92fbc53071036 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 28 Aug 2024 16:41:06 +0000 Subject: [PATCH] Add back qemu_user_space_build condition OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=166 --- python38.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python38.spec b/python38.spec index 9698e2d..5b65516 100644 --- a/python38.spec +++ b/python38.spec @@ -36,7 +36,7 @@ %bcond_without general %endif -%if 0%{?do_profiling} +%if 0%{?do_profiling} && !0%{?qemu_user_space_build} %bcond_without profileopt %else %bcond_with profileopt