From 2a119d3fe679a47f441b06f037fa8e1db32b9e82 Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Mon, 16 Dec 2013 14:42:07 -0500 Subject: [PATCH] dtrace: fix conditionals for changelog composition Build failure indicated that under some conditions, the changelog created in the specfile by means of build version conditionals resulted in out-of-order entries in the changelog. This has been corrected. Signed-off-by: Kris Van Hees --- dtrace/dtrace-module.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dtrace/dtrace-module.spec b/dtrace/dtrace-module.spec index 189714501407..6a034adde8d6 100644 --- a/dtrace/dtrace-module.spec +++ b/dtrace/dtrace-module.spec @@ -152,9 +152,11 @@ rm -rf %{buildroot} - Ensure safe access to userspace stack memory location. [Orabug: 17591351] %endif -%if %{dt_vcode} >= %{dt_0_4_0} +%if %{dt_vcode} == %{dt_0_4_0} * Thu Oct 17 2013 Nick Alcock - 0.4.0-3 - fix changelog, no code changes +%endif +%if %{dt_vcode} >= %{dt_0_4_0} * Thu Oct 10 2013 Kris Van Hees - 0.4.0-2 - Bugfix for ustack() to avoid using vma data. * Wed Aug 7 2013 Kris Van Hees - 0.4.0-1 -- 2.50.1