This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 999285dd6230284e2ca92678a5b3aea77df8f883 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 11 03:43:25 2015 +0100 cups-x2go.spec: depend on openssh-clients on Fedora, EPEL5, EPEL6, RHEL and CentOS. --- cups-x2go.spec | 4 ++++ debian/changelog | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cups-x2go.spec b/cups-x2go.spec index 4851b7a..4bb9f30 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -10,7 +10,11 @@ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}. Requires: cups Requires: ghostscript +%if 0%{?fedora} || 0%{?el5} || 0%{el6} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?rhel} +Requires: openssh-clients +%else Requires: openssh +%endif %if 0%{?el5} # For compatibility with EPEL5 diff --git a/debian/changelog b/debian/changelog index 7cf510b..6635e10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ cups-x2go (3.0.1.2-0x2go1) UNRELEASED; urgency=low - * Continue development... + [ Mihai Moldovan] + * cups-x2go.spec: + + Depend on openssh-clients on Fedora, RHEL, EPEL and CentOS instead of + pulling in the complete openssh suite. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 21:08:34 +0100 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git