This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 1eefc77 debian/changelog: add entry for last change. new 55bcd09 x2godesktopsharing.spec: Always set BuildRoot: parameter. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + x2godesktopsharing.spec | 2 ++ 2 files changed, 3 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 55bcd09a3f2e9a0b51dad1bab482dd7f2c650e1b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 21:32:49 2015 +0100 x2godesktopsharing.spec: Always set BuildRoot: parameter. --- debian/changelog | 1 + x2godesktopsharing.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1653bea..0a2c5ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low + Adapt to building on openSUSE/SLES. + Add x2godesktopsharing-rpmlintrc. + Own directories that we put files in. + + Always set BuildRoot: parameter. [ Mark Pedersen-Cook ] * New upstream version (3.1.1.2): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index acd0be7..7aa902b 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -41,6 +41,8 @@ Requires: procps-ng %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/x2godesktopsharing.git