From 9a12b2c2784b61305b52003fee3bbb5256e3461f Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Sun, 2 Apr 2023 04:13:21 +0000 Subject: [PATCH] fix bcond to build under RHEL without error use %bcond_without instead of bcond qt 1 to fix build error in RHEL 9 --- appstream.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appstream.spec b/appstream.spec index 31ba80c..82a6813 100644 --- a/appstream.spec +++ b/appstream.spec @@ -1,5 +1,5 @@ # Enable Qt by default -%bcond qt 1 +%bcond_without qt # Vala/Vapi support ( upstream disabled by default, probably explains why it the build breaks often ) %global vala 1