This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 3855e2c x2gobroker.spec: Some path fixes for the new tmpfiles.d/. new 95e8308 debian/python3-x2gobroker.install: Fix installation to /usr/lib/python3.x paths. new e1a791f x2gobroker.spec: Fix removal of conf files in tmpfiles.d where needed. 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/python3-x2gobroker.install | 2 +- x2gobroker.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 95e8308756087a8b4ec935dbea2c6a34d2852958 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 30 22:34:49 2018 +0200 debian/python3-x2gobroker.install: Fix installation to /usr/lib/python3.x paths. --- debian/python3-x2gobroker.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/python3-x2gobroker.install b/debian/python3-x2gobroker.install index 6745aa6..4736843 100644 --- a/debian/python3-x2gobroker.install +++ b/debian/python3-x2gobroker.install @@ -1,2 +1,2 @@ -usr/lib/python3/ +usr/lib/python3* etc/default/python-x2gobroker -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit e1a791fc00cd61fe640ee4837f3f432ec3ea423f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 30 22:38:45 2018 +0200 x2gobroker.spec: Fix removal of conf files in tmpfiles.d where needed. --- x2gobroker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gobroker.spec b/x2gobroker.spec index 798ab7f..823c2d2 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -461,7 +461,7 @@ install -pm0755 %SOURCE1 \ # Delete tmpfiles.d configuration file on systems # not using systemd. %if ( ! 0%{?fedora} ) && ( ( 0%{?rhel} && 0%{?rhel} < 7 ) || ( 0%{?suse_version} && 0%{?suse_version} < 1210 ) ) -rm -f "%{buildroot}/%{_libexecdir}/tmpfiles.d/*.conf" +rm -f "%{buildroot}/%{_libexecdir}/tmpfiles.d/"*.conf %endif # -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git