[X2Go-Commits] [x2goserver] 01/02: fix for last commit

git-admin at x2go.org git-admin at x2go.org
Fri Jan 30 12:31:24 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.

commit e6e2710b9b7b854ca50f48781aa73b5c90b78b4c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jan 30 12:30:19 2015 +0100

    fix for last commit
---
 x2goserver.spec |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/x2goserver.spec b/x2goserver.spec
index 5c3b37c..1758bfd 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -358,6 +358,7 @@ mkdir -p "%{buildroot}/%_sysconfdir/permissions.d"
 cat > "%{buildroot}/%_sysconfdir/permissions.d/%name" <<-EOF
     %{_libdir}/x2go/x2gosqlitewrapper root:x2gouser 02755
 EOF
+%endif
 
 %pre
 getent group x2gouser 1>/dev/null || groupadd -r x2gouser
@@ -386,6 +387,7 @@ if grep -E "^backend=sqlite.*" /etc/x2go/x2gosql/sql 1>/dev/null 2>/dev/null; th
   fi
 fi
 
+%if 0%{?suse_version}
 %if 0%{?suse_version} <= 1130
 %run_permissions
 %else

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list