From 2891d49a535b498ae2222183a04a28067012dbc8 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 31 May 2023 10:34:28 +1000 Subject: [PATCH] Add explicit Requires to xrdp-devel package as found by fedora-ci --- xrdp.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xrdp.spec b/xrdp.spec index 5047178..3b36ef4 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -81,6 +81,8 @@ Requires(posttrans): systemd %package devel Summary: Headers and pkg-config files needed to compile xrdp backends +Requires: %{name} = %{epoch}:%{version}-%{release} + %description xrdp provides a fully functional RDP server compatible with a wide range of RDP clients, including FreeRDP and Microsoft RDP client.