[X2Go-Commits] [nx-libs] 01/02: nx-libs.spec: fix TIRPC usage on *SuSE 15.3+.

git-admin at x2go.org git-admin at x2go.org
Thu Feb 23 16:15:25 CET 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit b536e9f91f6c9cc851610943cd8e87dbf1f5f80c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Feb 23 14:29:38 2023 +0100

    nx-libs.spec: fix TIRPC usage on *SuSE 15.3+.
---
 nx-libs.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nx-libs.spec b/nx-libs.spec
index 86099de51..086602ee9 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -130,7 +130,7 @@ BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  zlib-devel
 
 # RPC headers. Fedora 28+ and OpenSuSE Tumbleweed phased them out of glibc, like upstream did.
-%if 0%{?fedora} > 27 || 0%{?suse_version} > 1500
+%if 0%{?fedora} > 27 || ( 0%{?suse_version} && ( 0%{?suse_version} > 1500 || 0%{?sle_version} > 150200 ) )
 BuildRequires:  libtirpc-devel
 %endif
 
@@ -439,7 +439,7 @@ LOCAL_LDFLAGS="%{__global_ldflags}"
 CDEBUGFLAGS="%{?__global_cppflags} %{?__global_cflags} %{?optflags}"
 IMAKE_DEFINES=''
 FORCE_TIRPC='NO'
-%if 0%{?fedora} > 27 || 0%{?suse_version} > 1500
+%if 0%{?fedora} > 27 || ( 0%{?suse_version} && ( 0%{?suse_version} > 1500 || 0%{?sle_version} > 150200 ) )
 FORCE_TIRPC='YES'
 %endif
 IMAKE_DEFINES="-DUseTIRPC=${FORCE_TIRPC}"

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list