This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 4814587 x2goserver/bin/x2gogetapps: do not print spurious newlines. new 3c1cd29 debian/changelog: sync with release/4.0.1.x branch. new 21ce952 x2goserver.spec: add sudo and logcheck as BuildRequires and Requires. Don't own directories that are owned by sudo and logcheck. new fe9f1ad x2goserver.spec: typo fix in comment: Recommands -> Recommends. The 3 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 | 39 ++++++++++++++++++++++++++++++++++----- x2goserver.spec | 13 ++++++++++--- 2 files changed, 44 insertions(+), 8 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 3c1cd2922b2808ad33801c74b2c4c73e879f55eb Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 25 07:29:20 2015 +0100 debian/changelog: sync with release/4.0.1.x branch. --- debian/changelog | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8f70c3e..84c304f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -149,11 +149,6 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low [ Mihai Moldovan ] * New upstream version (4.1.0.0): - - Change string "X2go" to "X2Go" where appropriate. - - x2goserver/bin/x2gogetapps: respect NoDisplay and Hidden values, don't - parse the full desktop file if there are non-Desktop Entries groups. - Based on a patch submitted by Jason Alavaliant. Fixes: #812. - - x2goserver/bin/x2gogetapps: do not print spurious newlines. * x2goserver.spec: - Only create session DB in x2goserver's post install script. Do use proper Requires(post) statements to make sure perl-X2Go-Server-DB and @@ -177,8 +172,37 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low - TERMINAL Session: Add support for qterminal (Lightweight terminal emulator written in Qt) + [ Mihai Moldovan ] + * New upstream version (4.0.1.20): + - x2goserver/bin/x2gogetapps: respect NoDisplay and Hidden values, don't + parse the full desktop file if there are non-Desktop Entries groups. + Based on a patch submitted by Jason Alavaliant. Fixes: #812. + - x2goserver/bin/x2gogetapps: do not print spurious newlines. + - Change string "X2go" to "X2Go" where appropriate. + -- X2Go Release Manager <git-admin@x2go.org> Tue, 24 Feb 2015 22:11:49 +0100 +x2goserver (4.0.1.19-0x2go2) UNRELEASED; urgency=low + + [ Mihai Moldovan ] + * New upstream version (4.0.1.19): + * x2goserver.spec: + - Do not search for unavailable file in x2goserver's post + install script. Fixes installation bugs reported by Michael DePaulo. + - Add support for %{_datadir}/applications symlink in %{_sysconfdir}/x2go. + + Add creation and deletion bits to %post and %preun scriptlets. + + Refactor %post, %pre, %postun and %preun scriptlets to accommodate for + last change. + + Don't use %{_sbindir} for chkconfig and service on SLE{S,D}. + %{_sbindir} is a macro for /usr/sbin/, whereas chkconfig and service + reside in /sbin/. + - Change deprecated and removed PreReq to Requires(pre) header. + - Only use /etc/permissions.d on SUSE. Unsupported on RHEL/FC/EPEL. + - Fix RPM build failure due to misplaced fi in %pre scriptlet. + - %defattr must come before %doc, OR ELSE. Fixes SLE{S,D} 11 builds. + + -- X2Go Release Manager <git-admin@x2go.org> Fri, 06 Mar 2015 05:37:18 +0100 + x2goserver (4.0.1.19-0x2go1) unstable; urgency=medium [ Mike Gabriel ] -- 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 21ce95285e39486cb63607e8840d98f9b5ea7939 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 25 07:01:59 2015 +0100 x2goserver.spec: add sudo and logcheck as BuildRequires and Requires. Don't own directories that are owned by sudo and logcheck. Logcheck is not available on *SUSE, FC < 20 and RHEL, so for those distros still own the directories. --- debian/changelog | 4 ++++ x2goserver.spec | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 84c304f..6c3812c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -179,6 +179,10 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low Based on a patch submitted by Jason Alavaliant. Fixes: #812. - x2goserver/bin/x2gogetapps: do not print spurious newlines. - Change string "X2go" to "X2Go" where appropriate. + - Add sudo and logcheck as BuildRequires and Requires. Don't own + directories that are owned by sudo and logcheck. Logcheck is not + available on *SUSE, FC < 20 and RHEL, so for those distros still own the + directories. -- X2Go Release Manager <git-admin@x2go.org> Tue, 24 Feb 2015 22:11:49 +0100 diff --git a/x2goserver.spec b/x2goserver.spec index 914248c..ca72f52 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -63,6 +63,12 @@ BuildRequires: xinit BuildRequires: xorg-x11-xinit %endif +# Packages only needed for file system paths. +BuildRequires: sudo +%if 0%{?fedora} > 19 || 0%{?el5} || 0%{?el6} || 0%{?el7} +BuildRequires: logcheck +%endif + %if 0%{?suse_version} Requires: openssh %else @@ -588,10 +594,11 @@ fi %defattr(-,root,root) %doc debian/copyright %doc debian/changelog -%if 0%{?suse_version} +# logcheck is not available on OpenSUSE, SLES/SLED, FC19 and RHEL. +# Please re-check this periodically. +%if 0%{?suse_version} || 0%{?fedora} < 20 || 0%{?rhel} %dir %{_sysconfdir}/logcheck %dir %{_sysconfdir}/logcheck/ignore.d.server -%dir %{_sysconfdir}/sudoers.d %endif %config(noreplace) %{_sysconfdir}/logcheck/ignore.d.server/x2goserver %config(noreplace) %{_sysconfdir}/sudoers.d/x2goserver -- 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 fe9f1ad328031621dab079d2ef1177ab7d5cf88e Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 25 07:03:16 2015 +0100 x2goserver.spec: typo fix in comment: Recommands -> Recommends. --- debian/changelog | 1 + x2goserver.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6c3812c..5d8a097 100644 --- a/debian/changelog +++ b/debian/changelog @@ -183,6 +183,7 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low directories that are owned by sudo and logcheck. Logcheck is not available on *SUSE, FC < 20 and RHEL, so for those distros still own the directories. + - Typo fix in comment: Recommands -> Recommends. -- X2Go Release Manager <git-admin@x2go.org> Tue, 24 Feb 2015 22:11:49 +0100 diff --git a/x2goserver.spec b/x2goserver.spec index ca72f52..63f2872 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -136,7 +136,7 @@ Requires(post): perl-X2Go-Server-DB Requires(post): x2goserver-common Requires: x2goserver-extensions Requires: x2goserver-xsession -#Recommands: x2goserver-fmbindings +#Recommends: x2goserver-fmbindings #Recommends: x2goserver-printing %{?perl_default_filter} -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git