From 485424677bc51901678f29ab2b0a619a9421308e Mon Sep 17 00:00:00 2001 From: William Eden Cohen Date: Fri, 18 Jan 2008 19:32:21 +0000 Subject: [PATCH] Rebase on systemtap 0.6.1 --- .cvsignore | 2 +- sources | 2 +- systemtap.spec | 23 +++++++++++++++++------ 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 06f983b..0d2b681 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -systemtap-0.6.tar.gz +systemtap-0.6.1.tar.gz diff --git a/sources b/sources index 27ca575..a77019a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5867fa00f9ec177f8c73cee3fe15687 systemtap-0.6.tar.gz +b501cd7c42b810389892ee39bdf21560 systemtap-0.6.1.tar.gz diff --git a/systemtap.spec b/systemtap.spec index ed3adba..f030285 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,7 +1,10 @@ # Release number for rpm build. Stays at 1 for new PACKAGE_VERSION increases. %define release 1 # Version number of oldest elfutils release that works with systemtap. -%define elfutils_version 0.127 +%define elfutils_version 0.131 + +# Don't build on ppc for RHEL5 +ExcludeArch: ppc # Set bundled_elfutils to 0 on systems that have %{elfutils_version} or newer. %if 0%{?fedora} @@ -16,7 +19,7 @@ %if 0%{?rhel} %define bundled_elfutils 1 %define sqlite 0 -%if "%rhel" >= "5" +%if "%rhel" >= "6" %define bundled_elfutils 0 %define sqlite 1 %endif @@ -35,24 +38,25 @@ %endif Name: systemtap -Version: 0.6 +Version: 0.6.1 Release: %{release}%{?dist} Summary: Instrumentation System Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: ftp://sourceware.org/pub/%{name}/%{name}-%{version}.tar.gz +Source: ftp://sourceware.org/pub/%{name}/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: kernel >= 2.6.9-11 BuildRequires: libcap-devel -# make check -BuildRequires: dejagnu %if %{sqlite} 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 @@ -199,6 +203,13 @@ exit 0 %changelog +* Fri Jan 18 2008 Frank Ch. Eigler - 0.6.1-1 +- 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. + * Thu Aug 9 2007 David Smith - 0.6-1 - Bumped version, added libcap-devel BuildRequires.