Revert "Turn xrdp-selinux into a weak dependency."

This reverts commit d52895cbc7.
This commit is contained in:
Bojan Smojver 2019-09-23 20:55:32 +10:00
parent d52895cbc7
commit 97fedc358a

View File

@ -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 <bojan@rexurive.com> - 1:0.9.11-4
- Turn xrdp-selinux into a weak dependency.
* Sun Sep 15 2019 Bojan Smojver <bojan@rexurive.com> - 1:0.9.11-3
- Decouple xrdp from xorgxrdp, causing repeated installation issues in RHEL.