This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 9b62b81 BuildRequires: SUSE <= 11.3 has xorg-x11, xinit. new 26c451e fix commit two commits ago 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: x2goserver.spec | 2 ++ 1 file changed, 2 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.1.x in repository x2goserver. commit 26c451e897fdd1b72dc9a24a0c3960221a660924 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 18:15:37 2015 +0100 fix commit two commits ago --- x2goserver.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x2goserver.spec b/x2goserver.spec index 1cc3164..4e331f8 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -20,6 +20,8 @@ Source3: %{name}-rpmlintrc %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif BuildRequires: findutils -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git