From 58de2dc6ff3f944306b87e5bec6116595e4c711c Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Jul 17 2015 06:50:44 +0000 Subject: Attempt to fix bug #1194213. --- diff --git a/xrdp.spec b/xrdp.spec index cb893a0..4d734e5 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -2,7 +2,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Epoch: 1 Version: 0.6.1 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ with exceptions Group: Applications/Internet URL: http://xrdp.sourceforge.net/ @@ -19,6 +19,7 @@ Patch5: xrdp-0.6.1-memset.patch Patch6: xrdp-0.6.1-implicit-decl.patch Patch7: xrdp-0.6.1-vnc-delay.patch Patch8: xrdp-0.6.1-sesman-ini.patch +Patch9: xrdp-0.6.1-passwd-dos.patch Source1: xrdp.service Source2: xrdp-sesman.service @@ -59,6 +60,7 @@ terminal server / remote desktop clients. %patch6 -p1 -b .implicit-decl %patch7 -p1 -b .vnc-delay %patch8 -p1 -b .sesman-ini +%patch9 -p1 -b .passwd-dos # remove unused modules from xrdp login combobox %{__sed} -i -e '/\[xrdp2\]/,$d' xrdp/xrdp.ini @@ -182,6 +184,9 @@ fi %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini %changelog +* Fri Jul 17 2015 Bojan Smojver - 1:0.6.1-11 +- attempt to fix bug #1194213 + * Thu Jun 4 2015 Bojan Smojver - 1:0.6.1-10 - remove -ac from X server calls: bug #1105202 - put other sesman.ini changes into a patch