From 900d9b79c80939ba0c3f0787dbc02e61cd890a86 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 10 Jan 2024 18:17:44 +0100 Subject: [PATCH] - enable python3 --- rpm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index ec58100..cbb1648 100644 --- a/rpm.spec +++ b/rpm.spec @@ -4,7 +4,7 @@ # # Conditional build: %bcond_with apidocs # Doxygen based API documentation -%bcond_with python3 # Python (3) bindings +%bcond_without python3 # Python (3) bindings %bcond_with plugins # plugins (all, including: audit, imaevm, selinux, systemd) %bcond_with recommends_tags # use of Recommends tag (disable for bootstrapping) %bcond_with imaevm # IMA/EVM signing support (requires libimaevm from ima-evm-utils) -- 2.45.1