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 9592735 Mark x2goserver-pyhoca bin:package as deprecated. new ea06233 release cleanup / x2goserver.spec: no x2goserver-common package in release/4.0.1.x series new 7a36670 release cleanup / x2golistsessions: don't depend on X2Go::Utils, not present in the release/4.0.1.x series The 2 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: x2goserver.spec | 18 ------------------ x2goserver/bin/x2golistsessions | 3 +-- 2 files changed, 1 insertion(+), 20 deletions(-) -- 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 ea06233787091b3fa23a9a32ffb600989d0f9449 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 22 11:08:53 2014 +0200 release cleanup / x2goserver.spec: no x2goserver-common package in release/4.0.1.x series --- x2goserver.spec | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/x2goserver.spec b/x2goserver.spec index 12d2625..24fd62a 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -73,24 +73,6 @@ This package contains the main daemon and tools for X2Go server-side session administrations. -%package common -Summary: X2Go Server (common files) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Group: Applications/Communications - -%description common -X2Go is a server based computing environment with - - session resuming - - low bandwidth support - - session brokerage support - - client side mass storage mounting support - - audio support - - authentication by smartcard and USB stick - -This package contains common files needed by the X2Go Server -and the X2Go::Server Perl API. - - %package printing Summary: X2Go Server (printing support) Requires: %{name} = %{version}-%{release} -- 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 7a36670858f8963d37c6195690f4234ab42faef2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 22 11:13:34 2014 +0200 release cleanup / x2golistsessions: don't depend on X2Go::Utils, not present in the release/4.0.1.x series --- x2goserver/bin/x2golistsessions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions index efbf8f2..db85a53 100755 --- a/x2goserver/bin/x2golistsessions +++ b/x2goserver/bin/x2golistsessions @@ -31,8 +31,7 @@ use x2godbwrapper; use x2gologlevel; -use X2Go::Utils qw( system_capture_stdout_output is_true ); -my $x2go_lib_path = system_capture_stdout_output("x2gopath", "libexec"); +my $x2go_lib_path = `x2gopath libexec`; openlog($0,'cons,pid','user'); setlogmask( LOG_UPTO(x2gologlevel()) ); -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git