From: Nick Alcock Date: Wed, 12 Aug 2015 12:05:11 +0000 (+0100) Subject: Fix spelling of %endif in specfile. X-Git-Tag: v4.1.12-111.0.20170907_2225~3^2~3^2~64 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c0a5e2960ad7c0663401d0645051afdd752e55ec;p=users%2Fjedix%2Flinux-maple.git Fix spelling of %endif in specfile. Signed-off-by: Nick Alcock --- diff --git a/dtrace/dtrace-module.spec b/dtrace/dtrace-module.spec index e0039f232ea0a..d8a412797bd94 100644 --- a/dtrace/dtrace-module.spec +++ b/dtrace/dtrace-module.spec @@ -254,7 +254,7 @@ rm -rf %{buildroot} [Orabug: 19005048] - Update uid / gid handling in view of namespaces in UEK4 kernels. [Orabug: 20456825] -$endif +%endif %if %{dt_vcode} >= %{dt_0_4_5} * Tue Jun 23 2015 Kris Van Hees - 0.4.5-2 - Validate d_path() argument pointer to avoid crash.