From de7a2e4a336ed8c52359a4c4c95246b6442d48fb Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 2 Jul 2021 10:02:12 +0200 Subject: [PATCH] Updated RPM spec --- packaging/rpm/freerdp-nightly.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packaging/rpm/freerdp-nightly.spec b/packaging/rpm/freerdp-nightly.spec index 80dfae4d1..9c2b4bc15 100644 --- a/packaging/rpm/freerdp-nightly.spec +++ b/packaging/rpm/freerdp-nightly.spec @@ -17,7 +17,7 @@ %global __requires_exclude ^(libfreerdp.*|libwinpr).*$ Name: freerdp-nightly -Version: 2.0 +Version: 3.0 Release: 0 License: ASL 2.0 Summary: Free implementation of the Remote Desktop Protocol (RDP) @@ -82,7 +82,11 @@ BuildRequires: gstreamer1-plugins-base-devel BuildRequires: libjpeg-turbo-devel %endif -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 33 +BuildRequires: wayland-devel +%endif + +%if 0%{?rhel} >= 8 BuildRequires: libwayland-client-devel %endif