This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit da87ee3c6a3c5d6e9b2c333c260412575dbede42 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 20 23:43:53 2018 +0100 x2goserver.spec: remove stale symlinks check workaround now that we pull in nxagent >= 3.5.99.0 by default. --- debian/changelog | 2 ++ x2goserver.spec | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bfa33b8..fe3db4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,6 +61,8 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium * x2goserver.spec: + Do not install rgb file/symlink any longer. + Bump nxagent requirement to 3.5.99.5+. + + Remove stale symlinks check workaround now that we pull in nxagent >= + 3.5.99.0 by default. * debian/copyright.in: + Remove reference to rgb file. * debian/x2goserver.dirs: diff --git a/x2goserver.spec b/x2goserver.spec index fe6644f..595ba15 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -563,10 +563,6 @@ make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags} PERL_INSTALLDIRS=vendor PREFIX=% %install make install DESTDIR=%{buildroot} PREFIX=%{_prefix} NXLIBDIR=%{_libdir}/nx -# 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}... find %{buildroot}%{perl_vendorarch} -name .packlist | while read file; do rm -f "$file"; done -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git