From 749269040630f0f250f431a258e7967f54dc9a5c Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 11 Jun 2009 13:05:24 -0400 Subject: remove erroneous dependency (systemtap-sdt-devel -> systemtap) --- systemtap.spec | 1 - 1 file changed, 1 deletion(-) (limited to 'systemtap.spec') diff --git a/systemtap.spec b/systemtap.spec index 6e4e6abc..521eec75 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -117,7 +117,6 @@ Summary: Static probe support tools Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Requires: systemtap %description sdt-devel Support tools to allow applications to use static probes. -- cgit From e1774a7fdc4e44b4b11303b0ee6eda0230c5216c Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 11 Jun 2009 16:12:07 -0700 Subject: Version bumps for the 0.9.8 release --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'systemtap.spec') diff --git a/systemtap.spec b/systemtap.spec index 521eec75..d62bb7ad 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -8,7 +8,7 @@ %{!?with_grapher: %define with_grapher 0} Name: systemtap -Version: 0.9.7 +Version: 0.9.8 Release: 1%{?dist} # for version, see also configure.ac Summary: Instrumentation System @@ -356,6 +356,9 @@ exit 0 %changelog +* Thu Jun 11 2009 Josh Stone - 0.9.8-1 +- Upstream release. + * Thu Apr 23 2009 Josh Stone - 0.9.7-1 - Upstream release. -- cgit