[X2Go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-302-ge1b6da6

X2Go dev team git-admin at x2go.org
Tue Dec 17 11:02:10 CET 2013


The branch, master has been updated
       via  e1b6da6ef0c0786a504c839ae873561aec0e7d16 (commit)
      from  b4eec1fc03ae27b7b95597d9a327681ffbe53dfa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e1b6da6ef0c0786a504c839ae873561aec0e7d16
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 17 11:02:02 2013 +0100

    x2goserver.spec: Install SQLite3 wrapper as setgid x2gouser. (Fixes: 371).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    1 +
 x2goserver.spec  |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index a194100..3fff745 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -59,6 +59,7 @@ x2goserver (4.1.0.0-0x2go1) UNRELEASED; urgency=low
     + Set buildroot if we build for EPEL-5.
     + Use deprected %{_initrddir} macro for EPEL-5 builds.
     + Take advantage of native RHEL support (since 4.0.1.10).
+    + Install SQLite3 wrapper as setgid x2gouser. (Fixes: 371).
 
   [ Guangzhou Nianguan Electronics Technology Co.Ltd. ]
   * New upstream version (4.1.0.0):
diff --git a/x2goserver.spec b/x2goserver.spec
index 3c9a51c..1c4e121 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -416,7 +416,7 @@ exit 0
 %files -n perl-X2Go-Server-DB
 %dir %{_libdir}/x2go
 %{perl_vendorlib}/X2Go/Server/DB*
-%{_libdir}/x2go/libx2go-server-db-sqlite3-wrapper
+%attr(2775,root,x2gouser) %{_libdir}/x2go/libx2go-server-db-sqlite3-wrapper
 %{_libdir}/x2go/libx2go-server-db-sqlite3-wrapper.pl
 %{_mandir}/man3/X2Go::Server::DB.*
 %{_mandir}/man3/X2Go::Server::DB::*


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list