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 <[email protected]>
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
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to