This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit e60042acfa2d853ca7a217fc3a754b04fe1ec172 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 13:46:04 2015 +0100 pinentry-x2go.spec: Always set BuildRoot: parameter. --- debian/changelog | 4 ++++ pinentry-x2go.spec | 2 ++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5ed2308..309e79a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,10 @@ pinentry-x2go (0.7.5.8-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.7.5.8): - Change string "X2go" to "X2Go" where appropriate. + [ Mike Gabriel ] + * pinentry-x2go.spec: + + Always set BuildRoot: parameter. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 23 Aug 2014 21:47:12 +0200 pinentry-x2go (0.7.5.7-0x2go3) unstable; urgency=low diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec index ecc7bf5..ef356c7 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -10,6 +10,8 @@ Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif BuildRequires: autoconf >= 2.57, automake >= 1.7.6 %if 0%{!?fe19} || 0%{!?fe20} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git