This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gognomebindings. from f4968fa fix for last commit new e7830f4 Mark our directories as owned. 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 | 1 + x2gognomebindings.spec | 7 +++++++ 2 files changed, 8 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gognomebindings. commit e7830f4624ca6366c4022e7c4a82c6dd9f4f29f8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 2 10:42:27 2015 +0100 Mark our directories as owned. --- debian/changelog | 1 + x2gognomebindings.spec | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4fd289e..1b6640e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ x2gognomebindings (2.0.2.2-0~x2go2) UNRELEASED; urgency=low + Make sure all package files are owned by root:root. + Don't mark directories as owned that are already owned by the filesystem RPM package. + + Mark our directories as owned. [ Martti Pitkänen ] * New upstream version (2.0.2.2): diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index a58846b..7e3e0c3 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -113,15 +113,22 @@ fi %defattr(-,root,root) %doc debian/changelog %doc debian/copyright +%dir %{_sysconfdir}/xdg/menus %{_sysconfdir}/xdg/menus/* %{_bindir}/x2go* %{_sbindir}/update-gnome-menu-x2go %{_datadir}/applications/* %{_datadir}/mime/packages/* %{_datadir}/icons/* +%dir %{_datadir}/x2go +%dir %{_datadir}/x2go/versions %{_datadir}/x2go/versions/* +%dir %{_datadir}/x2go/x2gofeature.d %{_datadir}/x2go/x2gofeature.d/* %{_libdir}/nautilus/extensions-2.0/* +%dir %{_libdir}/x2go +%dir %{_libdir}/x2go/extensions +%dir %{_libdir}/x2go/extensions/pre-runcommand.d %{_libdir}/x2go/extensions/pre-runcommand.d/* -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git