This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 544d2fe Use "undef $dbh" instead of "$dbh->disconnect()". Fixes SQLite3 issues on SLE 11.x. new 7d5d251 Fix SQLite wrapper permissions (02775 -> 02755) 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: debian/changelog | 1 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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 7d5d2515d7251c51686e0c20572b34fd47882873 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 4 22:02:47 2015 +0100 Fix SQLite wrapper permissions (02775 -> 02755) --- debian/changelog | 1 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b7aa312..f0dad45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -114,6 +114,7 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium 11.3. Using "%run permissions" and "%verify permissions" instead. + Forceful BR on glib2-branding-SLES for SUSE <= 11.2. + On SUSE, add permissions.d/x2goserver. + + Fix SQLite wrapper permissions (02775 -> 02755) [ Matthew L. Dailey ] * New upstream version (4.0.1.19): diff --git a/x2goserver.spec b/x2goserver.spec index bbcd0b1..2cf0244 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -473,7 +473,7 @@ exit 0 %exclude %{_bindir}/x2goprint %dir %{_libdir}/x2go %{_libdir}/x2go/x2gosqlitewrapper.pl -%attr(2775,root,x2gouser) %{_libdir}/x2go/x2gosqlitewrapper +%attr(2755,root,x2gouser) %{_libdir}/x2go/x2gosqlitewrapper %{_libdir}/x2go/x2gochangestatus %{_libdir}/x2go/x2gocreatesession %{_libdir}/x2go/x2godbwrapper.pm -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git