This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit fd4e536e707cd1f672dc907b131c9c08f46dc0ef Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 16 00:44:20 2021 +0200 x2goclient.spec: typo fix in vendor macro. --- debian/changelog | 1 + x2goclient.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 019fbb5..eb029cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - Makefile: allow passing down variables that are safe to pass via the environment. - x2goclient.spec: fix condition with maybe-undefined macro. + - x2goclient.spec: typo fix in vendor macro. * debian/control: + Move to debian/control.in. * debian/control.in: diff --git a/x2goclient.spec b/x2goclient.spec index 87fc01c..150fa85 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -6,7 +6,7 @@ Release: 0.0x2go1%{?dist} %define qt_version 4 # FC31+ or EPEL 8. # Tumbleweed or *SuSE 15.3+. -%if ( "%{?_vendor}" == "redhat" && ( 0%{?fedora} > 31 || 0%{?el8} ) ) || ( "%{?_vedor}" == "suse" && ( 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 ) ) +%if ( "%{?_vendor}" == "redhat" && ( 0%{?fedora} > 31 || 0%{?el8} ) ) || ( "%{?_vendor}" == "suse" && ( 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 ) ) %define qt_version 5 %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git