This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 58bb5c3 x2goserver.spec: Requires (x2goserver-xsession): SUSE <= 11.3 has xorg-x11, not xinit. new 85d76f9 rpmlint requires shared-mime-info at build time on SLE <= 11.3. 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 | 2 +- x2goserver.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) -- 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 85d76f930086884002b5d43587b995bd04ae5b83 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 07:38:12 2015 +0100 rpmlint requires shared-mime-info at build time on SLE <= 11.3. --- debian/changelog | 2 +- x2goserver.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0d12563..ee16856 100644 --- a/debian/changelog +++ b/debian/changelog @@ -253,7 +253,7 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium + BuildRequires: SUSE <= 11.3 has xorg-x11, not xinit. + Requires (x2goserver-xsession): SUSE <= 11.3 has xorg-x11, not xinit. + No Bashisms in scriptlets. - + rpmlint requires xdg-utils at build time. + + rpmlint requires shared-mime-info at build time on SLE <= 11.3. [ Matthew L. Dailey ] * New upstream version (4.0.1.19): diff --git a/x2goserver.spec b/x2goserver.spec index f1c6151..6014242 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -25,7 +25,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif BuildRequires: findutils -BuildRequires: xdg-utils + +%if 0%{?suse_version} || 0%{?suse_version} <= 1130 +BuildRequires: shared-mime-info +%endif + BuildRequires: desktop-file-utils BuildRequires: perl(ExtUtils::MakeMaker) @@ -375,6 +379,9 @@ Group: Productivity/Networking/Remote Desktop %package fmbindings Summary: X2Go Server (file manager bindings) Requires: %{name} = %{version}-%{release} +%if 0%{?suse_version} || 0%{?suse_version} <= 1130 +PreReq: shared-mime-info +%endif Requires: xdg-utils Requires: desktop-file-utils Requires(post): desktop-file-utils -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git