This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from ce42ba7 No Bashisms in scriptlets. new d712014 rpmlint requires xdg-utils at build time. 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 + x2goserver.spec | 1 + 2 files 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 master in repository x2goserver. commit d712014c75becce5e8f4550fc18c42c0e26259ef Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 21:26:25 2015 +0100 rpmlint requires xdg-utils at build time. --- debian/changelog | 1 + x2goserver.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2fce113..9ca8f94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -252,6 +252,7 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium + Always set BuildRoot: parameter. + BuildRequires: SUSE <= 11.3 has xorg-x11, xinit. + No Bashisms in scriptlets. + + rpmlint requires xdg-utils at build time. [ Matthew L. Dailey ] * New upstream version (4.0.1.19): diff --git a/x2goserver.spec b/x2goserver.spec index 4a91422..5cd667b 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -25,6 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif BuildRequires: findutils +BuildRequires: xdg-utils BuildRequires: desktop-file-utils BuildRequires: perl(ExtUtils::MakeMaker) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git