Turn xrdp-selinux into a weak dependency.

This commit is contained in:
Bojan Smojver 2019-09-23 20:17:56 +10:00
parent 0c1109091e
commit d52895cbc7

View File

@ -13,7 +13,7 @@ Summary: Open source remote desktop protocol (RDP) server
Name: xrdp
Epoch: 1
Version: 0.9.11
Release: 3%{?dist}
Release: 4%{?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
Requires: %{name}-selinux = %{epoch}:%{version}-%{release}
Recommends: %{name}-selinux = %{epoch}:%{version}-%{release}
Requires(post): systemd
Requires(post): systemd-sysv
@ -266,6 +266,9 @@ 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.