This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 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.) new 0777226 x2goserver.spec: actually export NO_BRP_STALE_LINK_ERROR in a correct way/with the correct value. Never blindly trust the internets if something looks odd. 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 | 2 +- 2 files changed, 3 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 07772263e1c6811167ac10b2c7c327a6cc90f839 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jun 30 20:55:10 2016 +0200 x2goserver.spec: actually export NO_BRP_STALE_LINK_ERROR in a correct way/with the correct value. Never blindly trust the internets if something looks odd. --- debian/changelog | 2 ++ x2goserver.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3a31531..1fd7b8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -192,6 +192,8 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low 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.) + - Actually export NO_BRP_STALE_LINK_ERROR in a correct way/with the + correct value. Never blindly trust the internets if something looks odd. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. * debian/: diff --git a/x2goserver.spec b/x2goserver.spec index 268af53..32f4e6f 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -493,7 +493,7 @@ 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 +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