The branch, master has been updated via ece1bd3958528273990da47e909d8ff534e9a45b (commit) from acefdf142228f660e4797c33e1e86a1e8fb082c2 (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 ece1bd3958528273990da47e909d8ff534e9a45b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 10 10:45:09 2013 +0100 Set buildroot if we build for EPEL-5. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver.spec | 5 +++++ 2 files changed, 6 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8fccd48..8d74e91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,7 @@ x2goserver (4.1.0.0-0x2go1) UNRELEASED; urgency=low + Make sure x2godbadmin is evoked from package x2goserver. + Handle X2Go session DB creation in x2goserver _and_ perl-X2Go-Server-DB on postinst. + + Set buildroot if we build for EPEL-5. [ Guangzhou Nianguan Electronics Technology Co.Ltd. ] * New upstream version (4.1.0.0): diff --git a/x2goserver.spec b/x2goserver.spec index 5a00abe..30bae5f 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -3,6 +3,7 @@ Version: 4.0.1.9 Release: 0.0x2go1%{?dist} Summary: X2Go Server + Group: Applications/Communications License: GPLv2+ URL: http://www.x2go.org @@ -13,6 +14,10 @@ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}. #Source0: %{name}/%{name}-%{version}-%{checkout}.tar.gz Source1: x2goserver.service Source2: x2goserver.init +%if 0%{?el5} +# For compatibility with EPEL5 +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%endif BuildRequires: perl(ExtUtils::MakeMaker) %if 0%{?fedora} 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).