From ff5beff81d8ae7e7546b89a6f40c71b72fc2bfd2 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Thu, 25 Jul 2013 18:52:57 +0100 Subject: [PATCH] Add RPM changelog. Allow specification of build_kver to override the kver at RPM build time, as with variant and build_variant. Signed-off-by: Nick Alcock --- dtrace/dtrace-module.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dtrace/dtrace-module.spec b/dtrace/dtrace-module.spec index 1776537f1167..a518a0f39ae3 100644 --- a/dtrace/dtrace-module.spec +++ b/dtrace/dtrace-module.spec @@ -10,7 +10,7 @@ %define variant %{?build_variant:%{build_variant}}%{!?build_variant:-uek} # Set this to the version of the kernel this module is compiled against. -%define kver 3.8.13-1.el6uek +%define kver %{?build_kver:{build_kver}}%{!?build_kver:3.8.13-1.el6uek} # Increment this whenever the DTrace/userspace interface changes in an # incompatible way. @@ -100,6 +100,11 @@ rm -rf %{buildroot} /usr/include/linux/dtrace/types.h %changelog +* Thu Jul 25 2013 Kris Van Hees - 0.4.0-1 +- Support meta-providers, USDT, and fasttrap (for USDT only). +- Export DTrace kernel headers to userspace. +- Reimplemented ustack(). +- Bugfixes. * Mon Sep 17 2012 Kris Van Hees - 0.3.0-2 - Remove development-only providers because they should not be built/released. * Fri Sep 14 2012 Kris Van Hees - 0.3.0 -- 2.50.1