From 24e3a2139d02412918e7e6e9ef4b57ad24bf3f45 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Tue, 11 Apr 2017 11:23:00 +1000 Subject: [PATCH] Own /usr/libexec/xrdp directory. --- xrdp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xrdp.spec b/xrdp.spec index 2db941c..998b2be 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -4,7 +4,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Epoch: 1 Version: 0.9.2 -Release: 6%{?dist} +Release: 7%{?dist} License: ASL 2.0 Group: Applications/Internet URL: http://www.xrdp.org/ @@ -134,6 +134,7 @@ chmod 400 %{_sysconfdir}/xrdp/key.pem %dir %{_sysconfdir}/xrdp %dir %{_sysconfdir}/xrdp/pulse %dir %{_datadir}/xrdp +%dir %{_libexecdir}/xrdp %config(noreplace) %{_sysconfdir}/xrdp/xrdp.ini %config(noreplace) %{_sysconfdir}/pam.d/xrdp-sesman %config(noreplace) %{_sysconfdir}/logrotate.d/xrdp @@ -195,6 +196,9 @@ chmod 400 %{_sysconfdir}/xrdp/key.pem %{_libdir}/pkgconfig/rfxcodec.pc %changelog +* Tue Apr 11 2017 Bojan Smojver - 1:0.9.2-7 +- Own /usr/libexec/xrdp directory + * Tue Apr 11 2017 Bojan Smojver - 1:0.9.2-6 - Move scripts to /usr/libexec/xrdp, so that they get labelled as bin_t