This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 6d2336b x2gobroker.spec: fix typo new 3defe30 x2gobroker.spec: fix removal of installed but unneeded files The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2gobroker.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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