diff options
author | fche <fche> | 2008-01-18 15:24:07 +0000 |
---|---|---|
committer | fche <fche> | 2008-01-18 15:24:07 +0000 |
commit | 1e0716d328e1c20447ea17b46551b9c208b7624b (patch) | |
tree | 7078b31f0dffcb929b2f8fc0cb4c45781219bbb7 /systemtap.spec.in | |
parent | 5d23847db6a2b8ccacc992f76a1e387898047236 (diff) | |
download | systemtap-steved-1e0716d328e1c20447ea17b46551b9c208b7624b.tar.gz systemtap-steved-1e0716d328e1c20447ea17b46551b9c208b7624b.tar.xz systemtap-steved-1e0716d328e1c20447ea17b46551b9c208b7624b.zip |
2008-01-18 Frank Ch. Eigler <fche@elastic.org>
* systemtap.spec.in: Update version to 0.6-3.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 9 |
1 files changed, 8 insertions, 1 deletions
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 <fche@redhat.com> - 0.6-3 +- Add crash-devel buildreq to build staplog.so crash(8) module. +- Many robustness & functionality improvements: + * Wed Dec 5 2007 Will Cohen <wcohen@redhat.com> - 0.6-2 - Correct Source to point to location contain code. |