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 aa29e1efcad514c183b038a1771fbfa36678b003 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Aug 13 03:36:55 2016 +0200 x2goserver.spec: add new dependency on perl and the Cwd module to x2goserver-xsession. Part of #923. --- debian/changelog | 2 ++ x2goserver.spec | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0027582..65487f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -103,6 +103,8 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low sub package. - Add new dependency on bash. - Add new dependency on xkeyboard-config to x2goserver. Fixes: #903. + - Add new dependency on perl and the Cwd module to x2goserver-xsession. + Part of #923. * debian/control: - Add new dependency on bash. - Add new dependency on xkb-data to x2goserver. diff --git a/x2goserver.spec b/x2goserver.spec index 33d02f5..72a9e0f 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -276,6 +276,18 @@ Group: Applications/Communications Group: Productivity/Networking/Remote Desktop %endif +%if 0%{?suse_version} +%if 0%{?suse_version} < 1140 +Requires: perl = %{perl_version} +%else +%{perl_requires} +%endif +%else +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%endif + +Requires: perl(Cwd) + %description xsession X2Go is a server based computing environment with - session resuming -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git