From: Ben Menadue Date: Thu, 16 May 2019 23:52:40 +0000 (+1000) Subject: LU-12269 build: add value to definition of with_gss in spec X-Git-Tag: 2.12.54~35 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=5bdf89f0c13eab1513d11b2e1950fba31479535d;hp=48e16113731a1a9fff06370a0a11ea083ad290b8 LU-12269 build: add value to definition of with_gss in spec rpmbuild currently fails when gss_keyring is enabled (which happens automatically if the right packages are installed). This is due to an ill-formed %define in lustre.spec.in that doesn't include the value to set the macro do. This patch updates this line to set the value to 1. Signed-off-by: Ben Menadue Change-Id: I2f52b19795091702622eb3b4c110f09eb80654db Reviewed-on: https://review.whamcloud.com/34892 Tested-by: Jenkins Reviewed-by: Minh Diep Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Li Dongyang Reviewed-by: Oleg Drokin --- diff --git a/lustre.spec.in b/lustre.spec.in index a226d5a..d40c56d 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -21,7 +21,7 @@ # request gss_keyring we must enable gss core even if # the builder attempts to disable gss. %if %{with gss_keyring} - %define with_gss + %define with_gss 1 %endif %if %{without servers}