This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pinentry-x2go. from e60042a pinentry-x2go.spec: Always set BuildRoot: parameter. new 0843a93 pinentry-x2go.spec: Forceful B-R on SLE 11.2: 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 + pinentry-x2go.spec | 4 ++++ 2 files changed, 5 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 0843a9392cc55509abbb125d968cf46b3a446fc5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 21:36:38 2015 +0100 pinentry-x2go.spec: Forceful B-R on SLE 11.2: glib2-branding-SLED. --- debian/changelog | 1 + pinentry-x2go.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 309e79a..e1b4cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ pinentry-x2go (0.7.5.8-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] * pinentry-x2go.spec: + Always set BuildRoot: parameter. + + Forceful B-R on SLE 11.2: glib2-branding-SLED. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 23 Aug 2014 21:47:12 +0200 diff --git a/pinentry-x2go.spec b/pinentry-x2go.spec index ef356c7..d9eff79 100644 --- a/pinentry-x2go.spec +++ b/pinentry-x2go.spec @@ -7,6 +7,10 @@ License: GPL-2.0 URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%name/%name-%version.tar.gz +%if 0%{?suse_version} <= 1120 +BuildRequires: glib2-branding-SLED +%endif + %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git