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