This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from e148990 In direct RDP mode, when using broker, forward username and password to the RDP client if user enetered any. new 36a1a7a x2goclient.spec: add Recommends: x2gokdriveclient for FC30+, RH 8+, *SuSE 15.4+. new c5db2df debian/changelog: fixup. 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/changelog | 16 ++++++++++------ x2goclient.spec | 3 +++ 2 files changed, 13 insertions(+), 6 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 36a1a7af75c97e97fb056cf89303950b4d8d9bb6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jul 8 12:29:35 2023 +0200 x2goclient.spec: add Recommends: x2gokdriveclient for FC30+, RH 8+, *SuSE 15.4+. --- debian/changelog | 8 +++++--- x2goclient.spec | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 40ddb3c..3058615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,15 @@ x2goclient (4.1.2.4-0x2go1) UNRELEASED; urgency=medium - [ X2Go Release Manager ] - * Continue development - [ Oleksandr Shneyder ] * Fix crashes when syn reply arriving after the session is started, when using broker * In direct RDP mode, when using broker, forward username and password to the RDP client if user enetered any. + [ Mihai Moldovan ] + * New upstream version (4.1.2.4): + * x2goclient.spec: + + Add Recommends: x2gokdriveclient for FC30+, RH 8+, *SuSE 15.4+. + -- X2Go Release Manager <git-admin@x2go.org> Thu, 29 Jun 2023 20:54:03 +0200 x2goclient (4.1.2.3-0x2go1) unstable; urgency=medium diff --git a/x2goclient.spec b/x2goclient.spec index 0b16adf..5ddc6b9 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -103,6 +103,9 @@ BuildRequires: xorg-x11-libX11-devel Requires: hicolor-icon-theme Requires: nxproxy +%if 0%{?rhel} > 7 || 0{?fedora} > 29 || 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +Recommends: x2gokdriveclient +%endif %if 0%{?suse_version} Requires: openssh %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit c5db2df4bb31473d4b29be5d946ec3f61e1fcabb Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 21 12:52:05 2023 +0200 debian/changelog: fixup. --- debian/changelog | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3058615..152e2f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ x2goclient (4.1.2.4-0x2go1) UNRELEASED; urgency=medium [ Oleksandr Shneyder ] - * Fix crashes when syn reply arriving after the session is started, when using broker - * In direct RDP mode, when using broker, forward username and password to the RDP client - if user enetered any. + * New upstream version (4.1.2.4): + - Fix crashes when syn reply arriving after the session is started, when + using broker + - In direct RDP mode, when using broker, forward username and password to + the RDP client if user entered any. [ Mihai Moldovan ] * New upstream version (4.1.2.4): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git