This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 608b583 x2gobroker.spec: more work on sysv vs. systemd new 25e88a4 x2gobroker.spec: syntax fixes 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 25e88a406043ee4ac5e40f3d3f57a41c3f93373d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 25 09:01:56 2014 +0100 x2gobroker.spec: syntax fixes --- x2gobroker.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x2gobroker.spec b/x2gobroker.spec index d7ab1e1..0c9a58f 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -375,10 +375,10 @@ fi; %files authservice %defattr(-,root,root) -%if 0%{el5} +%if 0%{?el5} %_initrddir/x2gobroker-authservice %endif -%if 0%{el6} +%if 0%{?el6} %_initddir/x2gobroker-authservice %endif %if 0%{?el5} || 0%{?el6} @@ -393,10 +393,10 @@ fi; %defattr(-,root,root) %_bindir/x2gobroker-daemon %_initddir/x2gobroker-daemon -%if 0%{el5} +%if 0%{?el5} %_initrddir/x2gobroker-daemon %endif -%if 0%{el6} +%if 0%{?el6} %_initddir/x2gobroker-daemon %endif %if 0%{?el5} || 0%{?el6} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git