This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 09c66d327c6465563d1ab01c2764a15056752a33 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 14 14:24:54 2019 +0100 x2gokdrive.spec: fix syntax error due to unclosed %if. --- debian/changelog | 1 + x2gokdrive.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4a9c746..1bdcd4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -136,6 +136,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Change libunwind build-dependency and usage: for ppc64(be), use it when not on RHEL/CentOS (this includes *SuSE and Fedora) and for ppc64le, use it on RHEL/CentOS 8+ or when not on RHEL/CentOS. + + Fix syntax error due to unclosed %if. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 60d5e74..8ca2ded 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -149,6 +149,7 @@ BuildRequires: pkgconfig(libunwind) # Let's assume that it's also available for *SuSE if supported. %if 0%{?rhel} > 7 || !0%{?rhel} BuildRequires: pkgconfig(libunwind) +%endif %else BuildRequires: pkgconfig(libunwind) %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git