From eedf72b71019fc7c13657cc752648aca3ecc36bf Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 23 Jan 2007 19:28:45 +0000 Subject: [PATCH] refresh --- .cvsignore | 5 +---- sources | 3 +-- systemtap.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0012894..92d783c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1 @@ -systemtap-0.5.9.tar.gz -elfutils-0.122.tar.gz -systemtap-0.5.10.tar.gz -elfutils-0.124.tar.gz +systemtap-0.5.12.tar.gz diff --git a/sources b/sources index 4f4a9a6..f727ef9 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -6ae4694f813ab7745be01d50f0bebf6f systemtap-0.5.10.tar.gz -f77efb19fd90821ab103533a99de0d4a elfutils-0.124.tar.gz +7631f118944b54dc4eeb470b54ba4f39 systemtap-0.5.12.tar.gz diff --git a/systemtap.spec b/systemtap.spec index d7db605..82d8099 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,7 +1,7 @@ # 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.124 +%define elfutils_version 0.125 # Set bundled_elfutils to 0 on systems that have %{elfutils_version} or newer. %if 0%{?fedora} @@ -25,7 +25,7 @@ %endif Name: systemtap -Version: 0.5.10 +Version: 0.5.12 Release: %{release}%{?dist} Summary: Instrumentation System Group: Development/System @@ -37,6 +37,8 @@ BuildRoot: %{_tmppath}/%{name}-root Requires: kernel >= 2.6.9-11 BuildRequires: glib2-devel >= 2.0.0 +# make check +BuildRequires: dejagnu Requires: glib2 >= 2.0.0 # Requires: kernel-devel # or is that kernel-smp-devel? kernel-hugemem-devel? @@ -118,7 +120,7 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) -%doc README AUTHORS NEWS COPYING +%doc README AUTHORS NEWS COPYING examples %{_bindir}/stap %{_bindir}/lket-b2a @@ -142,6 +144,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/staprun %changelog +* Mon Jan 1 2007 Frank Ch. Eigler - 0.5.12-1 +- Many changes, see NEWS file. + * Tue Sep 26 2006 David Smith - 0.5.10-1 - Added 'systemtap-runtime' subpackage.