This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gognomebindings. from 06f920e Make sure all package files are owned by root:root. new 9bd73a9 Don't mark directories as owned that are already owned by the filesystem RPM package. 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 ++ x2gognomebindings.spec | 13 ++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) -- 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 9bd73a94549a975f89b8fec1ca7cbe291e24c956 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 2 10:16:04 2015 +0100 Don't mark directories as owned that are already owned by the filesystem RPM package. --- debian/changelog | 2 ++ x2gognomebindings.spec | 13 ++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3881bda..4fd289e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ x2gognomebindings (2.0.2.2-0~x2go2) UNRELEASED; urgency=low + On SUSE, GConf2-devel is named gconf2-devel. + On SUSE, BR on libgnome-devel. + 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. [ Martti Pitkänen ] * New upstream version (2.0.2.2): diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index 2fd3628..d20c2cd 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -113,11 +113,14 @@ fi %defattr(-,root,root) %doc debian/changelog %doc debian/copyright -%{_sysconfdir}/ -%{_bindir}/ -%{_sbindir}/ -%{_datadir}/ -%{_libdir}/ +%{_sysconfdir}/xdg/menus/* +%{_bindir}/x2go* +%{_sbindir}/update-gnome-menu-x2go +%{_datadir}/applications/* +%{_datadir}/mime/packages/* +%{_datadir}/icons/* +%{_libdir}/nautilus/extensions-2.0/* +%{_libdir}/x2go/extensions/pre-runcommand.d/* %changelog -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git