This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 3defe30403c837f62dfb3e3d477038a98ed8e882 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 25 11:49:12 2014 +0100 x2gobroker.spec: fix removal of installed but unneeded files --- x2gobroker.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x2gobroker.spec b/x2gobroker.spec index 7ec2098..d6b1a3f 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -258,8 +258,8 @@ ln -s "%_sysconfdir/x2go/x2gobroker-wsgi.apache.vhost" \ mkdir -p %{buildroot}%{_unitdir} install -pm0644 x2gobroker-daemon.service %{buildroot}%{_unitdir} install -pm0644 x2gobroker-authservice.service %{buildroot}%{_unitdir} -rm -f %_sysconfdir/default/x2gobroker-daemon -rm -f %_sysconfdir/default/x2gobroker-authservice +rm -f %{buildroot}%{_sysconfdir}/default/x2gobroker-daemon +rm -f %{buildroot}%{_sysconfdir}/default/x2gobroker-authservice %else # SysV session cleanup script %if 0%{?el5} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git