From 97fedc358a919cd271ba4fb9da7a3b05cb4ffe8f Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 23 Sep 2019 20:55:32 +1000 Subject: [PATCH] Revert "Turn xrdp-selinux into a weak dependency." This reverts commit d52895cbc7c3f768b2268739e9de29439946611c. --- xrdp.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xrdp.spec b/xrdp.spec index 940c260..bd5e384 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -13,7 +13,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Epoch: 1 Version: 0.9.11 -Release: 4%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: http://www.xrdp.org/ Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz @@ -50,7 +50,7 @@ BuildRequires: %{_hardlink} Requires: tigervnc-server-minimal Requires: xorg-x11-xinit Requires: util-linux -Recommends: %{name}-selinux = %{epoch}:%{version}-%{release} +Requires: %{name}-selinux = %{epoch}:%{version}-%{release} Requires(post): systemd Requires(post): systemd-sysv @@ -266,9 +266,6 @@ fi %{_datadir}/selinux/*/%{name}.pp %changelog -* Mon Sep 23 2019 Bojan Smojver - 1:0.9.11-4 -- Turn xrdp-selinux into a weak dependency. - * Sun Sep 15 2019 Bojan Smojver - 1:0.9.11-3 - Decouple xrdp from xorgxrdp, causing repeated installation issues in RHEL.