This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit c981ff948b25cf97b07c24b1da46aee752822d11 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 13:41:41 2015 +0100 x2goclient.spec: Always set BuildRoot: parameter. --- debian/changelog | 2 ++ x2goclient.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3eee792..afd5bf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,8 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - FIXME: Disable PubkeyAuthentication _and_ PasswordAuthentication if GSSAPI authentication is activated. This is counter intuitive, though, and requires several other fixes in the authentication code. + * x2goclient.spec: + - Always set BuildRoot: parameter. [ Heinrich Schuchardt ] * New upstream release (4.0.3.2): diff --git a/x2goclient.spec b/x2goclient.spec index 7b64f8a..124fdc0 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -81,6 +81,8 @@ Suggests: pinentry-x2go %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git