From 8407e14a09a3c99800fd771e9c395a0dbc10bb5c Mon Sep 17 00:00:00 2001 From: totaam Date: Thu, 24 Aug 2023 23:04:07 +0700 Subject: [PATCH] #3974 no python3.10-cups package in Fedora 39? --- packaging/rpm/xpra.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/rpm/xpra.spec b/packaging/rpm/xpra.spec index 6b3f3809e2..5d6a72cd42 100644 --- a/packaging/rpm/xpra.spec +++ b/packaging/rpm/xpra.spec @@ -393,13 +393,15 @@ Suggests: %{python3}-ldap3 Suggests: %{python3}-ldap Suggests: %{python3}-oauthlib %if 0%{?fedora} -#python prefixed builds would need this new package: -BuildRequires: %{python3}-cups %if 0%{?fedora}>=39 # looks like they forgot to expose the pkgconfig? BuildRequires: procps-ng-devel +# and no prefixed cups either.. only the regular one: +BuildRequires: python3-cups %else BuildRequires: pkgconfig(libprocps) +# python prefixed builds would need this new package: +BuildRequires: %{python3}-cups %endif %endif BuildRequires: pkgconfig(libsystemd)