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