[X2Go-Commits] [nx-libs] 02/02: Make sure all package directories are owned by one of the built bin:packages.

git-admin at x2go.org git-admin at x2go.org
Mon Oct 13 11:27:53 CEST 2014


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

x2go pushed a commit to branch master
in repository nx-libs.

commit 827cbcc048741f7edc50ae42f13cb2a100391f0f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 13 11:27:50 2014 +0200

    Make sure all package directories are owned by one of the built bin:packages.
---
 debian/changelog |    2 ++
 nx-libs.spec     |    5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0119a01..ae45674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium
       400_nxcomp-version.full+lite.patch.
     + Additionally adapt to building on openSUSE/SLES.
     + SUSE hack for linking to files in libX11-6 and libXext6.
+    + Make sure all package directories are owned by one of the
+      built bin:packages.
 
   [ Nito Martinez ]
   * Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison
diff --git a/nx-libs.spec b/nx-libs.spec
index a9b766a..d8d540a 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -671,9 +671,11 @@ rm -f %{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6
 %doc nx-X11/{COPYING,LICENSE,README}
 %config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
 %dir %{_libdir}/nx
+%dir %{_datadir}/nx
 %{_datadir}/nx/SecurityPolicy
 
 %files -n libNX_X11
+%dir %{_libdir}/nx/X11
 %{_libdir}/nx/X11/libNX_X11.so.6*
 
 %files -n libNX_X11-devel
@@ -950,6 +952,9 @@ rm -f %{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6
 
 %files -n x2goagent
 #%%{_sysconfdir}/x2go is owned by x2goserver, which this requires
+%dir %{_sysconfdir}/x2go
+%dir %{_libdir}/x2go
+%dir %{_libdir}/x2go/bin
 %config(noreplace) %{_sysconfdir}/x2go/keystrokes.cfg
 %{_bindir}/x2goagent
 %{_libdir}/x2go/bin/x2goagent

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list