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 cbf52f7 No Bashisms in scriptlets. new 06b0933 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 release/4.0.1.x in repository x2goserver. commit 06b093347d0601ff76d16d1c9444057951176b15 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 24e626f..ccdabc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -103,6 +103,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 8387a66..fc8702b 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