This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 23ddee4 x2goserver.spec: use Suggests instead of Recommends, as an even weaker dependency. new afceb74 x2goserver.spec: fix RPM spec syntax error in shared-mime-info dependency section. 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 + x2goserver.spec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit afceb74065816fa219ddaa1fa8b8f29bb47d882b Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 6 10:21:04 2017 +0100 x2goserver.spec: fix RPM spec syntax error in shared-mime-info dependency section. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 1 + x2goserver.spec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1465d7d..bd3c9c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -268,6 +268,7 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium 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. + - Fix RPM spec syntax error in shared-mime-info dependency section. * debian/po: - Tiny fixup on author name. * debian/control: diff --git a/x2goserver.spec b/x2goserver.spec index 70f0458..1e052d5 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -458,7 +458,6 @@ Requires(pre): shared-mime-info Requires(post): shared-mime-info Requires(postun): shared-mime-info %endif -%endif Requires: xdg-utils %if 0%{?suse_version} || 0%{fedora} < 25 || 0%{?rhel} < 8 Requires(post): desktop-file-utils -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git