[X2Go-Commits] [x2goserver] 05/05: x2goserver.spec: break older SLES builds on purpose to see what branch is *actually* taken.
git-admin at x2go.org
git-admin at x2go.org
Tue Mar 7 04:40:07 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 3da431b5eb13f3b4e68d34753aa349f9b491b0d4
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue Mar 7 04:36:21 2017 +0100
x2goserver.spec: break older SLES builds on purpose to see what branch is *actually* taken.
Will be reverted shortly.
Cherry-picked from release/4.0.1.x branch.
---
debian/changelog | 2 ++
x2goserver.spec | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index abdc25d..e1c6962 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -277,6 +277,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium
- Work around a bug in SuSE's mime DB update script...
- Make sure that there's always at least one (nil) command in the if
command list.
+ - Break older SLES builds on purpose to see what branch is *actually*
+ taken. Will be reverted shortly.
* debian/po:
- Tiny fixup on author name.
* debian/control:
diff --git a/x2goserver.spec b/x2goserver.spec
index e6c5568..6f94fc0 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -675,6 +675,8 @@ mkdir -p "/var/cache/gio-2.0"
/usr/bin/update-desktop-database &1>/dev/null 2>/dev/null || :
# FC 24 and higher have deprecated the mime database update scriptlet and handle changes transparently.
# FC 25 and higher have deprecated the desktop database update scriptlet and handle changes transparently.
+%else
+DELIBERATE_SYNTAX_ERROR_FOR_SUSE_TESTING
%endif
%postun fmbindings
@@ -693,6 +695,7 @@ if [ $1 -eq 0 ] ; then
%else
# Need to have at least one command, do nothing.
:
+ DELIBERATE_SYNTAX_ERROR_FOR_SUSE_TESTING_2
%endif
fi
--
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