[X2Go-Commits] [x2gobroker] 01/01: x2gobroker.spec: syntax fixes

git-admin at x2go.org git-admin at x2go.org
Tue Feb 25 09:02:10 CET 2014


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 at 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



More information about the x2go-commits mailing list