This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 566efcc Only call $dbh->sqlite_busy_timeout() if the $dbh object is capable of that. Works around a too-old DBD::SQLite package on SLE 11.x. new 8096d4f various changelog fixes new bef9b74 drop branding fix on SLE 11.x new 0a44b34 sync x2goserver.spec from master branch to release/4.0.1.x branch 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 | 5 ++--- x2goserver.spec | 25 ++++++++++++++++--------- 2 files changed, 18 insertions(+), 12 deletions(-) -- Alioth's /srv/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 release/4.0.1.x in repository x2goserver. commit 0a44b34eeeaf252d6e909db7b8e88d0a464ab851 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 5 12:05:19 2015 +0100 sync x2goserver.spec from master branch to release/4.0.1.x branch --- x2goserver.spec | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/x2goserver.spec b/x2goserver.spec index 1a4eb3c..6db264a 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -357,11 +357,13 @@ EOF %endif %pre -getent group x2gouser 1>/dev/null || groupadd -r x2gouser -getent passwd x2gouser 1>/dev/null || \ +if ! getent group x2gouser 1>/dev/null; then + groupadd -r x2gouser +fi +if ! getent passwd x2gouser 1>/dev/null; then useradd -r -g x2gouser -d %{_localstatedir}/lib/x2go -s /sbin/nologin \ - -c "x2go" x2gouser -exit 0 + -c "x2go" x2gouser +fi %if 0%{?suse_version} >= 1210 %service_add_pre x2goserver.service @@ -442,12 +444,13 @@ if [ $1 -eq 0 ] ; then /usr/bin/update-desktop-database &1>/dev/null 2>/dev/null || : fi + %pre printing getent group x2goprint 1>/dev/null || groupadd -r x2goprint getent passwd x2goprint 1>/dev/null || \ useradd -r -g x2goprint -d /var/spool/x2goprint -s /sbin/nologin \ -c "x2go" x2goprint -exit 0 + %files %defattr(-,root,root) @@ -517,6 +520,8 @@ exit 0 %files extensions +%doc debian/copyright +%doc debian/changelog %defattr(-,root,root) %{_libdir}/x2go/extensions %{_bindir}/x2goserver-run-extensions @@ -526,6 +531,8 @@ exit 0 %files fmbindings +%doc debian/copyright +%doc debian/changelog %defattr(-,root,root) %{_bindir}/x2gofm %{_datadir}/applications/x2gofm.desktop @@ -537,6 +544,8 @@ exit 0 %files printing %defattr(-,root,root) +%doc debian/copyright +%doc debian/changelog %{_bindir}/x2goprint %{_datadir}/x2go/versions/VERSION.x2goserver-printing %{_datadir}/x2go/x2gofeature.d/x2goserver-printing.features @@ -546,6 +555,8 @@ exit 0 %files xsession %defattr(-,root,root) +%doc debian/copyright +%doc debian/changelog %{_sysconfdir}/x2go/xinitrc.d %if 0%{?fedora} || 0%{?rhel} %{_sysconfdir}/x2go/Xclients.d -- Alioth's /srv/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 release/4.0.1.x in repository x2goserver. commit bef9b74a68a8f10ad5f559ed308d24a037f34807 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 5 11:51:12 2015 +0100 drop branding fix on SLE 11.x --- debian/changelog | 1 - x2goserver.spec | 4 ---- 2 files changed, 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e43533..25b004c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -114,7 +114,6 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium + rpmlint requires shared-mime-info at build time on SLE <= 11.3. + "%set_permissions" / "%verify_permissions" macros are not know in SLE <= 11.3. Using "%run permissions" and "%verify permissions" instead. - + Forceful BR on glib2-branding-SLES for SUSE <= 11.2. + On SUSE, add permissions.d/x2goserver. + Fix SQLite wrapper permissions (02775 -> 02755) diff --git a/x2goserver.spec b/x2goserver.spec index 2cf0244..1a4eb3c 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -24,10 +24,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif -%if 0%{?suse_version} && 0%{?suse_version} <= 1120 -BuildRequires: glib2-branding-SLED -%endif - BuildRequires: findutils %if 0%{?suse_version} || 0%{?suse_version} <= 1130 -- Alioth's /srv/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 release/4.0.1.x in repository x2goserver. commit 8096d4f6a04048d78ebe4775d71d8120fed178f9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 5 11:49:59 2015 +0100 various changelog fixes --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 78894e7..0e43533 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,9 +73,9 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium + Add D (x2goserver): libfile-which-perl. + Add C (x2goserver: x2godesktopsharing (<< 3.1.1.2-0~). (Fixes: #700). + Bump Standards: to 3.9.6. No changes needed. - - Don't depend on libdb-pg-perl for armhf builds. (Fixes: #712). Thanks to + + Don't depend on libdb-pg-perl for armhf builds. (Fixes: #712). Thanks to Heinrich Schuchardt for providing information on this. - - Upgrade to D again (bin:package x2goserver): xfonts-base (Fixes: #770). + + Upgrade to D again (bin:package x2goserver): xfonts-base (Fixes: #770). * debian/x2goserver.docs: + Install README.i18n file into bin:package x2goserver. * x2goserver.spec: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git