This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 3da431b x2goserver.spec: break older SLES builds on purpose to see what branch is *actually* taken. new 0a77a8d x2goserver.spec: fix typo in %if condition (0%?{?fedora} instead of 0%{?fedora}.) 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 | 2 +- 2 files changed, 2 insertions(+), 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 0a77a8d444d2ede3b9f7f759eb2e6a1eab59efb6 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 7 04:48:05 2017 +0100 x2goserver.spec: fix typo in %if condition (0%?{?fedora} instead of 0%{?fedora}.) Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 1 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e1c6962..59ba476 100644 --- a/debian/changelog +++ b/debian/changelog @@ -279,6 +279,7 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium command list. - Break older SLES builds on purpose to see what branch is *actually* taken. Will be reverted shortly. + - Fix typo in %if condition (0%?{?fedora} instead of 0%{?fedora}.) * debian/po: - Tiny fixup on author name. * debian/control: diff --git a/x2goserver.spec b/x2goserver.spec index 6f94fc0..793b3ae 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -700,7 +700,7 @@ if [ $1 -eq 0 ] ; then fi %posttrans fmbindings -%if { 0%?{?fedora} && 0%{?fedora} < 24 } || { 0%{?rhel} && 0%{?rhel} < 8 } +%if { 0%{?fedora} && 0%{?fedora} < 24 } || { 0%{?rhel} && 0%{?rhel} < 8 } /usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %endif -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git