This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from d364486 debian/x2goserver-desktopsharing.<debconf>: Update templates after l10n-english review, simplify question pattern as suggested by Justin B Rye. new bee7588 x2goserver.spec: pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. new 9e5a18b x2goserver/lib/x2gocheckport: remove executable flag. 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: debian/changelog | 8 ++++++++ x2goserver.spec | 8 ++++++++ x2goserver/lib/x2gocheckport | 0 3 files changed, 16 insertions(+) mode change 100755 => 100644 x2goserver/lib/x2gocheckport -- Alioth's /home/x2go-admin/maintenancescripts/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 master in repository x2goserver. commit bee7588bd461f9a67ac386634cc5c5f5ff451231 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 15 02:33:06 2018 +0100 x2goserver.spec: pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. --- debian/changelog | 6 ++++++ x2goserver.spec | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 703df41..c06ab12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,12 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium desktopsharing. + Exclude x2go*-desktopsharing scripts and man page in %files x2goserver. + [ Mihai Moldovan ] + * New upstream version (4.1.0.3): + * x2goserver.spec: + + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around + a bug. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 14 Aug 2018 16:41:40 +0200 x2goserver (4.1.0.2-0x2go1) unstable; urgency=medium diff --git a/x2goserver.spec b/x2goserver.spec index 451f286..680d2f0 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -203,6 +203,14 @@ Requires(pre): shadow-utils %endif %endif +%if 0%{?suse_version} > 1500 +# OpenSuSE Tumbleweed currently has a bug and doesn't pull in +# openSUSE-release automatically, leaving /etc/os-release a dangling +# symlink. +# Why? No idea. +BuildRequires: openSUSE-release +%endif + %if 0%{?fedora} || 0%{?rhel} Group: Applications/Communications %else -- Alioth's /home/x2go-admin/maintenancescripts/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 master in repository x2goserver. commit 9e5a18b3ae31b37273c80124ba1a58ebd4bc4b8d Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 15 02:34:30 2018 +0100 x2goserver/lib/x2gocheckport: remove executable flag. This file is STILL not meant to be executed directly. --- debian/changelog | 2 ++ x2goserver/lib/x2gocheckport | 0 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index c06ab12..43b3a65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,8 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New upstream version (4.1.0.3): + - x2goserver/lib/x2gocheckport: remove executable flag. This file is STILL + not meant to be executed directly. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/x2goserver/lib/x2gocheckport b/x2goserver/lib/x2gocheckport old mode 100755 new mode 100644 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git