This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 16e3a056 d/changelog: update from Git history new 3c213b90 x2goclient.spec: fix typo leading to FTBFS in Fedora macro. new 4b947d10 Merge branch 'personal/sunweaver/fix-rpmbuilds' 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 | 1 + x2goclient.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 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 3c213b90624c32d081f3b65f5d058a140d55bd6d Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Jun 30 10:55:02 2024 +0200 x2goclient.spec: fix typo leading to FTBFS in Fedora macro. --- debian/changelog | 1 + x2goclient.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5b40d885..a0f382b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2goclient (4.1.2.4-0x2go1) UNRELEASED; urgency=medium errors gracefully. * x2goclient.spec: + Add Recommends: x2gokdriveclient for FC30+, RH 8+, *SuSE 15.4+. + + Fix typo leading to FTBFS in Fedora macro. [ Juri Grabowski ] * New usptream version (4.1.2.4): diff --git a/x2goclient.spec b/x2goclient.spec index 5ddc6b91..06d5f650 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -103,7 +103,7 @@ 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 +%if 0%{?rhel} > 7 || 0%{?fedora} > 29 || 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 Recommends: x2gokdriveclient %endif %if 0%{?suse_version} -- 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 4b947d105cfcd566bcce98df881a4f326bac222d Merge: 16e3a056 3c213b90 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jun 30 12:47:47 2024 +0200 Merge branch 'personal/sunweaver/fix-rpmbuilds' x2goclient.spec: fix typo leading to FTBFS in Fedora macro. Attributes GL MR !2: https://gitlab.x2go.org/x2go/client/x2goclient/-/merge_requests/2 debian/changelog | 1 + x2goclient.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git