From fb46d3e6ae80f1352ca8b325897a6238f3236b0e Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: May 28 2012 00:05:27 +0000 Subject: Bump the release and record changelog. --- diff --git a/xrdp.spec b/xrdp.spec index 231fd68..49d4a92 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -1,7 +1,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Version: 0.6.0 -Release: 0.4%{?dist} +Release: 0.5%{?dist} License: GPLv2+ with exceptions Group: Applications/Internet URL: http://xrdp.sourceforge.net/ @@ -183,6 +183,11 @@ fi %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini %changelog +* Mon May 28 2012 Bojan Smojver - 0.6.0-0.5 +- bind xrdp-sesman.service to xrdp.service, so that restarts work +- do not use forking style, but run services in the foreground instead +- dispense with ExecStop, systemd will do that for us + * Sat May 26 2012 Bojan Smojver - 0.6.0-0.4 - do explicit stop/start in order to get xrdp-sesman.service up too