From 1e0716d328e1c20447ea17b46551b9c208b7624b Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 18 Jan 2008 15:24:07 +0000 Subject: 2008-01-18 Frank Ch. Eigler * systemtap.spec.in: Update version to 0.6-3. --- systemtap.spec.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'systemtap.spec.in') diff --git a/systemtap.spec.in b/systemtap.spec.in index 21acffc0..f9fb991e 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,5 +1,5 @@ # Release number for rpm build. Stays at 1 for new PACKAGE_VERSION increases. -%define release 2 +%define release 3 # Version number of oldest elfutils release that works with systemtap. %define elfutils_version 0.127 @@ -51,6 +51,9 @@ BuildRequires: libcap-devel BuildRequires: sqlite-devel Requires: sqlite %endif +%if "%rhel" >= "5" +BuildRequires: crash-devel +%endif # Requires: kernel-devel # or is that kernel-smp-devel? kernel-hugemem-devel? Requires: gcc make @@ -197,6 +200,10 @@ exit 0 %changelog +* Fri Jan 18 2008 Frank Ch. Eigler - 0.6-3 +- Add crash-devel buildreq to build staplog.so crash(8) module. +- Many robustness & functionality improvements: + * Wed Dec 5 2007 Will Cohen - 0.6-2 - Correct Source to point to location contain code. -- cgit