This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 23ddee465c90dc50e3fc0afe6dc8013546c54423 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Mar 5 12:34:42 2017 +0100 x2goserver.spec: use Suggests instead of Recommends, as an even weaker dependency. We can live just fine without printing or fmbindings and no functions of the x2goserver package as well will be impacted. The DEB control file also uses "Suggests" for this. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 4 ++++ x2goserver.spec | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 09ab567..1465d7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -264,6 +264,10 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium handled via the usual commands. - Simplify systemd usage a bit and make sure that it's restarted on Fedora and RHEL-based distros. FIXME: Not enabled by default on FC/RHEL/*SuSE. + - Use Suggests instead of Recommends, as an even weaker dependency. We can + live just fine without printing or fmbindings and no functions of the + x2goserver package as well will be impacted. The DEB control file also + uses "Suggests" for this. * debian/po: - Tiny fixup on author name. * debian/control: diff --git a/x2goserver.spec b/x2goserver.spec index 3ddfa7a..70f0458 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -135,8 +135,8 @@ Requires: x2goserver-common Requires: x2goserver-extensions Requires: x2goserver-xsession %if 0%{?fedora} >= 21 || 0%{?suse_version} >= 1110 -Recommends: x2goserver-fmbindings -Recommends: x2goserver-printing +Suggests: x2goserver-fmbindings +Suggests: x2goserver-printing %endif %{?perl_default_filter} -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git