]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dtrace: fix conditionals for changelog composition
authorKris Van Hees <kris.van.hees@oracle.com>
Mon, 16 Dec 2013 19:42:07 +0000 (14:42 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Mon, 16 Dec 2013 19:42:07 +0000 (14:42 -0500)
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 <kris.van.hees@oracle.com>
dtrace/dtrace-module.spec

index 189714501407ee6957f0d9afbd0e7d7f42cf9961..6a034adde8d6dd66242ebf04b7dfbf66e4d2b4b4 100644 (file)
@@ -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 <nick.alcock@oracle.com> - 0.4.0-3 
 - fix changelog, no code changes 
+%endif
+%if %{dt_vcode} >= %{dt_0_4_0}
 * Thu Oct 10 2013 Kris Van Hees <kris.van.hees@oracle.com> - 0.4.0-2
 - Bugfix for ustack() to avoid using vma data.
 * Wed Aug  7 2013 Kris Van Hees <kris.van.hees@oracle.com> - 0.4.0-1