This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gognomebindings. commit 2dbf4b59fe2ed803f0d88fa27ea714988aeacb93 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 1 22:18:09 2015 +0100 x2gognomebindings.spec: Always set BuildRoot: parameter. --- debian/changelog | 2 ++ x2gognomebindings.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2d77f9b..65e2e71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ x2gognomebindings (2.0.2.2-0~x2go2) UNRELEASED; urgency=low - Update COPYING file (to update FSF address). - Re-name x2gonautilus to "Nautilus (X2Go/SSHFS)" in x2gonautilus.desktop file. + * x2gognomebindings.spec: + + Always set BuildRoot: parameter. [ Martti Pitkänen ] * New upstream version (2.0.2.2): diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index 40d0fea..3966a80 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -29,6 +29,8 @@ Requires: gtk2 %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git