[X2Go-Commits] [x2goserver] 04/10: x2goserver.spec: perl(:MODULE_COMPAT...) is only needed for perl modules.
git-admin at x2go.org
git-admin at x2go.org
Mon Mar 6 09:47:52 CET 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goserver.
commit 72cda81fdcb906efa9f86da8c4045449016eaa9a
Author: Orion Poplawski <orion at cora.nwra.com>
Date: Thu Jan 5 15:26:07 2017 -0700
x2goserver.spec: perl(:MODULE_COMPAT...) is only needed for perl modules.
Drop from x2goserver-printing and x2goserver-xsession.
Cherry-picked from release/4.0.1.x branch.
Also drop from x2goserver and x2goserver-common, like in the original
patch.
---
debian/changelog | 2 ++
x2goserver.spec | 8 --------
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ea72736..e09a570 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -271,6 +271,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium
- Requires(post) does not imply Requires, and missing ones on grep and the
SQLite perl module.
- Fedora >= 21 and (Open)SUSE >= 11 now allow Recommends.
+ - perl(:MODULE_COMPAT...) is only needed for perl modules. Drop from
+ x2goserver-printing and x2goserver-xsession.
-- X2Go Release Manager <git-admin at x2go.org> Sun, 20 Nov 2016 12:54:13 +0100
diff --git a/x2goserver.spec b/x2goserver.spec
index 72d9d12..ea1b901 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -78,8 +78,6 @@ Requires: perl = %{perl_version}
%else
%{perl_requires}
%endif
-%else
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%endif
# For running any command, really.
@@ -167,8 +165,6 @@ Requires: perl = %{perl_version}
%else
%{perl_requires}
%endif
-%else
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%endif
# for useradd/groupadd
@@ -336,8 +332,6 @@ Requires: perl = %{perl_version}
%else
%{perl_requires}
%endif
-%else
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%endif
# for useradd/groupadd
@@ -435,8 +429,6 @@ Requires: perl = %{perl_version}
%else
%{perl_requires}
%endif
-%else
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%endif
Requires: perl(Cwd)
--
Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list