This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from cd9ac44 debian/changelog: fix too long line in previous changelog entry new b942247 Add B-R: nxagent. Needed for %{_prefix}/%{_libdir}/nx/bin to be owned. new 13a22c1 debian/changelog: rephrase previous changelog entries to recent changes in the .spec file The 2 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 | 10 ++++++---- x2goserver.spec | 3 +++ 2 files changed, 9 insertions(+), 4 deletions(-) -- 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 b942247156add897f1a61d204f5d7fd915b829a0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 4 14:47:50 2016 +0200 Add B-R: nxagent. Needed for %{_prefix}/%{_libdir}/nx/bin to be owned. --- debian/changelog | 1 + x2goserver.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 43da44e..eb1a0b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -131,6 +131,7 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low for x2goagent symlink to be properly installed into the same folder where the nxagent executable gets installed. + Also hand over %{_libdir} as $LIBDIR when executing make install. + + Add B-R: nxagent. Needed for %{_prefix}/%{_libdir}/nx/bin to be owned. [ Guangzhou Nianguan Electronics Technology Co.Ltd. ] * New upstream version (4.1.0.0): diff --git a/x2goserver.spec b/x2goserver.spec index 51ffeae..fd54f1b 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -60,6 +60,9 @@ BuildRequires: sudo BuildRequires: logcheck %endif +# for /usr/%{_lib}/nx/bin to be owned by some package +BuildRequires: nxagent + %if 0%{?suse_version} Requires: openssh %else -- 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 13a22c14cdbb258d91538daeda704af51552b39d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 4 14:49:37 2016 +0200 debian/changelog: rephrase previous changelog entries to recent changes in the .spec file --- debian/changelog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index eb1a0b4..99b44e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -127,10 +127,11 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low + Require Perl(Switch) (bin:package x2goserver). + Don't fail in %post during X2Go session DB creation. + Fix call of x2godbadmin --updatedb during package upgrade. - + Hand over %{_libdir} as $LIBDIR to x2goserver's Makefiles. Required - for x2goagent symlink to be properly installed into the same folder - where the nxagent executable gets installed. - + Also hand over %{_libdir} as $LIBDIR when executing make install. + + Hand over %{_prefix}/%{_libdir}/nx as $NXLIBDIR to x2goserver's Makefiles. + Required for x2goagent symlink to be properly installed into the same + folder where the nxagent executable gets installed. + + Also hand over %{_prefix}/%{_libdir}/nx as $NXLIBDIR when executing make + install. + Add B-R: nxagent. Needed for %{_prefix}/%{_libdir}/nx/bin to be owned. [ Guangzhou Nianguan Electronics Technology Co.Ltd. ] -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git