From 19d9cd13a6412ed05b78683bbb88155aad55c4b1 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 25 Dec 2024 23:45:46 +0700 Subject: [PATCH] we build the qt6 client on RHEL 10 so it must be packaged --- packaging/rpm/xpra.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index fa01fb96fc..0f726c70df 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -41,6 +41,7 @@ autoprov: no %define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-evdi --without-cuda_rebuild --with-qt6_client %endif %if 0%{?el10} +%define qt6 1 %global debug_package %{nil} %define DEFAULT_BUILD_ARGS --without-evdi --without-cuda_rebuild --with-qt6_client --without-docs %endif