From ff617acc8a5c9d1aac0b0abacb3b84e11af362df Mon Sep 17 00:00:00 2001 From: Sherry Yang Date: Tue, 16 Jul 2024 11:02:37 -0700 Subject: [PATCH] Fix incorrect syntax in UEK6 OL8 kernel-uek.spec Mips64 build failed because specfile unparsable error, "%expand: argument expected". This is caused by missing ":" after "%expand". Add ":" to correct the syntax. Orabug: 36847358 Signed-off-by: Sherry Yang Reviewed-by: Saeed Mirzamohammadi Signed-off-by: Alok Tiwari --- uek-rpm/ol8/kernel-uek.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uek-rpm/ol8/kernel-uek.spec b/uek-rpm/ol8/kernel-uek.spec index 616c235891db..44bf6e10a4de 100644 --- a/uek-rpm/ol8/kernel-uek.spec +++ b/uek-rpm/ol8/kernel-uek.spec @@ -923,7 +923,7 @@ against the %{?2:%{2} }kernel package.\ Summary: %{variant_summary}\ Group: System Environment/Kernel\ Provides: installonlypkg(kernel-uek)\ -%{expand %%kernel_reqprovconf %{?-e:-e} %1}\ +%{expand: %%kernel_reqprovconf %{?-e:-e} %1}\ %{expand:%%kernel_devel_package %{-o:-o} %1 %{!?-n:%1}%{?-n:%{-n*}}}\ %{expand:%%kernel_debuginfo_package %{-o:-o} %1}\ %{nil}