This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 0162490bdf77b6864100e246cfe99e8eb5dae74f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 13:43:54 2015 +0100 Always set BuildRoot: parameter. --- cups-x2go.spec | 2 ++ debian/changelog | 1 + 2 files changed, 3 insertions(+) diff --git a/cups-x2go.spec b/cups-x2go.spec index ee58849..eb5c7d7 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -16,6 +16,8 @@ Requires: openssh %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description diff --git a/debian/changelog b/debian/changelog index 5ef40d7..ed5baa1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ cups-x2go (3.0.1.1-0x2go1) UNRELEASED; urgency=low * cups-x2go.spec: + Pull-in packaging stuff from Jan Engelhardt's .spec files on https://build.opensuse.org/package/view_file/X11:RemoteDesktop:x2go. + + Always set BuildRoot: parameter. [ Mihai Moldovan ] * Change string "X2go" to "X2Go" where appropriate. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git