This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from c981ff9 x2goclient.spec: Always set BuildRoot: parameter. new 1c3531d x2goclient.spec: Forceful B-R on SLE 11.3: glib2-branding-SLED. 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 + x2goclient.spec | 4 ++++ 2 files changed, 5 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 1c3531d7a5c3a8c0bd89bfb710cd8d1b9c2c86c8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jan 31 15:57:47 2015 +0100 x2goclient.spec: Forceful B-R on SLE 11.3: glib2-branding-SLED. --- debian/changelog | 1 + x2goclient.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index afd5bf9..a054fa9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium and requires several other fixes in the authentication code. * x2goclient.spec: - Always set BuildRoot: parameter. + - Forceful B-R on SLE 11.3: glib2-branding-SLED. [ Heinrich Schuchardt ] * New upstream release (4.0.3.2): diff --git a/x2goclient.spec b/x2goclient.spec index 124fdc0..1a7f56c 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -15,6 +15,10 @@ URL: http://www.x2go.org Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz Source1: x2goclient-rpmlintrc +%if 0%{?suse_version} && 0%{?suse_version} <= 1130 +BuildRequires: glib2-branding-SLED +%endif + BuildRequires: cups-devel BuildRequires: desktop-file-utils -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git