This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 8210225 x2goserver.spec: use Suggests instead of Recommends, as an even weaker dependency. new 1a5d303 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 release/4.0.1.x in repository x2goserver. commit 1a5d3032f7a9a84373e6d988e456c060449fbb8a 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. --- debian/changelog | 1 + x2goserver.spec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1915ce7..bdb507d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,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 a00e436..d5fc769 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -316,7 +316,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