From a394586edd7d8f6b7b7fb7bf02caa686699a8953 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 6 Aug 2024 09:10:37 +0700 Subject: [PATCH] #4314 only build qt6 client for el10 el9 doesn't have python3.11-pyqt6 packages --- packaging/rpm/xpra.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index d8210bf16c..8400da4a3e 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -36,13 +36,13 @@ autoprov: no %if 0%{?fedora}>=39 %global debug_package %{nil} %endif -%if 0%{?fedora}%{?el9} +%if 0%{?fedora} %define qt6 1 %define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-evdi --without-cuda_rebuild --with-qt6_client %endif %if 0%{?el10} %global debug_package %{nil} -%define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-evdi --without-cuda_rebuild --without-docs +%define DEFAULT_BUILD_ARGS --with-Xdummy --without-Xdummy_wrapper --without-evdi --without-cuda_rebuild --with-qt6_client --without-docs %endif %global gnome_shell_extension input-source-manager@xpra_org