From d7e0502b522c3c6753f328d72f983e0c4d331396 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 26 Dec 2024 15:36:09 +1100 Subject: [PATCH] Add /usr/libexec/Xorg dependency --- xorgxrdp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index c10e815..08f88a1 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.10.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -31,6 +31,7 @@ Conflicts: %{name}-glamor Requires: xrdp >= 1:0.10.2 Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null) Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null) +Requires: /usr/libexec/Xorg %if 0%{?fedora} >= 35 || 0%{?rhel} >= 8 %package glamor @@ -41,6 +42,7 @@ Conflicts: %{name} Requires: xrdp >= 1:0.10.2 Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null) Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null) +Requires: /usr/libexec/Xorg %endif %description @@ -129,6 +131,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* Thu Dec 26 2024 Bojan Smojver - 0.10.3-2 +- Add /usr/libexec/Xorg dependency + * Mon Dec 16 2024 Bojan Smojver - 0.10.3-1 - Bump up to 0.10.3