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.