[X2Go-Commits] [x2goserver] 01/01: x2goserver.spec: disable stale symlinks check for now (and add comment to re-enable it once we've switched to nx-libs 3.5.99 or higher for good.)

git-admin at x2go.org git-admin at x2go.org
Thu Jun 30 11:57:10 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit 778f9efcc6bab4878ef1e262c97b6f6ab6f54d8c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Jun 30 11:56:31 2016 +0200

    x2goserver.spec: disable stale symlinks check for now (and add comment to re-enable it once we've switched to nx-libs 3.5.99 or higher for good.)
---
 debian/changelog |    2 ++
 x2goserver.spec  |    4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 63d2ff3..3a31531 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -190,6 +190,8 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low
     - Add script/symlink ${LIBDIR}/x2go/bin/x2goagent to installed file list.
     - Split up x2gosql installed file list part into actual directories and
       files.
+    - Disable stale symlinks check for now (and add comment to re-enable it
+      once we've switched to nx-libs 3.5.99 or higher for good.)
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
   * debian/:
diff --git a/x2goserver.spec b/x2goserver.spec
index d728651..268af53 100644
--- a/x2goserver.spec
+++ b/x2goserver.spec
@@ -490,6 +490,10 @@ make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} PERL_INSTALLDIRS=vendor PREFIX=%
 
 %install
 make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
+# We currently need to disable the broken symlinks check on OpenSuSE, as long
+# as we can't pull in nx-libs 3.5.99 or higher. Once we can add it as a BuildRequires,
+# this env var can and should be removed again.
+export NO_BRP_STALE_LINK_ERROR yes
 
 # Make sure the .packlist file is removed from %%{perl_vendorarch}...
 rm -f %{buildroot}%{perl_vendorarch}/auto/x2goserver/.packlist

--
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