From dd959761b55cc265399d01efdcc7fac7a56907b4 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Wed, 3 Aug 2022 13:06:15 +0200 Subject: [PATCH] Enable server support in ELN This is needed for RDP support in gnome-remote-desktop. --- freerdp.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/freerdp.spec b/freerdp.spec index ecf7dc8..99bf0a2 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -12,7 +12,9 @@ # Disable server support in RHEL # https://bugzilla.redhat.com/show_bug.cgi?id=1639165 -%{!?rhel:%global _with_server 1} +%if 0%{?fedora} || 0%{?rhel} >= 10 +%global _with_server 1 +%endif # Disable support for missing codecs in RHEL %{!?rhel:%global _with_soxr 1} @@ -22,7 +24,7 @@ Name: freerdp Version: 2.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 2 Summary: Free implementation of the Remote Desktop Protocol (RDP) License: ASL 2.0 @@ -295,6 +297,9 @@ find %{buildroot} -name "*.a" -delete %{_libdir}/pkgconfig/winpr-tools2.pc %changelog +* Wed Aug 03 2022 Ondrej Holy - 2:2.7.0-4 +- Enable server support in ELN. + * Mon Aug 01 2022 Frantisek Zatloukal - 2:2.7.0-3 - Rebuilt for ICU 71.1