From 053b17ff248acf2caa0f48066a0d58e96482a96e Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 9 Jul 2024 07:36:01 +0000 Subject: [PATCH] add macros to control if gssapi is support (cherry picked from commit 24b640b66305eba4a15695b87230ed2eb225d4de) --- libtirpc.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libtirpc.spec b/libtirpc.spec index 23f345e..521d477 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,6 +1,6 @@ Name: libtirpc Version: 1.3.4 -Release: 2 +Release: 3 Summary: Transport-independent RPC library License: SISSL and BSD URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary @@ -28,7 +28,11 @@ The %{name}-devel package contains development files for %{name}. %build sh autogen.sh autoreconf -fisv +%if 0%{?build_cross} == 1 +%configure --disable-gssapi +%else %configure +%endif %make_build %install @@ -60,6 +64,12 @@ mv %{buildroot}%{_mandir}/man3 %{buildroot}%{_mandir}/man3t %{_mandir}/*/* %changelog +* Tue Jul 09 2024 gaihuiying - 1.3.4-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add macros to control if gssapi is support + * Thu May 09 2024 zhangyaqi - 1.3.4-2 - Type:bugfix - ID:NA