[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:39:42 CET 2017


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 a247c73baffadfa3d869af2c2f11502054f10eaa
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.
---
 debian/changelog | 2 ++
 x2goserver.spec  | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2bfbd79..2c2526d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,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 3171943..62940ad 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -532,6 +532,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
@@ -550,6 +552,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