This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from ff5b3b2 In openSUSE, it is openldap2-devel, in Fedora/RHEL it is openldap-devel. new ae45b5d In openSUSE, openssh is openssh (not openssh-clients / openssh-server). 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 | 9 +++++++++ 2 files changed, 10 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 ae45b5d77a8e8efd45d515ec9afa57e1d7197529 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 11:59:14 2014 +0200 In openSUSE, openssh is openssh (not openssh-clients / openssh-server). --- debian/changelog | 1 + x2goclient.spec | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 62aeba7..8adc640 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low + The libqt4-linguist split off happened in openSUSE 13.1. + Add x2goclient-rpmlintrc file. + In openSUSE, it is openldap2-devel, in Fedora/RHEL it is openldap-devel. + + In openSUSE, openssh is openssh (not openssh-clients / openssh-server). [ Oleksandr Shneyder ] * New upstream release (4.0.3.0): diff --git a/x2goclient.spec b/x2goclient.spec index 7b4eaeb..79c0a50 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -62,7 +62,11 @@ BuildRequires: xorg-x11-libX11-devel Requires: hicolor-icon-theme Requires: nxproxy +%if 0%{?suse_version} +Requires: openssh +%else Requires: openssh-clients, openssh-server +%endif %if "%{?_vendor}" == "suse" Requires: terminus-font @@ -98,7 +102,12 @@ Summary: X2Go Client (Qt4) as browser plugin Group: Applications/Communications Requires: mozilla-filesystem Requires: nxproxy +%if 0%{?suse_version} +Requires: openssh +%else Requires: openssh-clients, openssh-server +%endif + %description -n x2goplugin X2Go is a server-based computing environment with -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git