This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 998adca x2goserver.spec: split up x2gosql installed file list part into actual directories and files. new 778f9ef 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.) 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 | 2 ++ x2goserver.spec | 4 ++++ 2 files changed, 6 insertions(+) -- 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 778f9efcc6bab4878ef1e262c97b6f6ab6f54d8c Author: Mihai Moldovan <ionic@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@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