From 51c9b8e8ecfd36c489b52763a8db16c2ae5ed8e3 Mon Sep 17 00:00:00 2001 From: Chen Linxuan Date: Fri, 1 Aug 2025 14:08:20 +0800 Subject: [PATCH] Fix make rpms --- lustre.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre.spec.in b/lustre.spec.in index 3f85a18198..14b1fe48d1 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -771,7 +771,7 @@ WITH_O2IB="" %{!?with_static:--disable-static} \ %{!?with_lustre_iokit:--disable-iokit} \ %{!?with_ldiskfs:--disable-ldiskfs} \ - %{!?with_servers:--disable-server} \ + %{?with_servers:--enable-server}%{!?with_servers:--disable-server} \ %{!?with_zfs:--without-zfs} \ %{!?with_gss:--disable-gss} \ %{!?with_gss_keyring:--disable-gss-keyring} \ -- 2.43.0