diff options
author | fche <fche> | 2006-07-13 21:12:07 +0000 |
---|---|---|
committer | fche <fche> | 2006-07-13 21:12:07 +0000 |
commit | 87e914aa2797e812f49781c0844ed37ed12f6420 (patch) | |
tree | 779bf56658b1ce44e8231ae36fb5c50db2b1d90c | |
parent | 493ee2241e4f16b196bbe320bba997c9c3df081d (diff) | |
download | systemtap-steved-87e914aa2797e812f49781c0844ed37ed12f6420.tar.gz systemtap-steved-87e914aa2797e812f49781c0844ed37ed12f6420.tar.xz systemtap-steved-87e914aa2797e812f49781c0844ed37ed12f6420.zip |
2006-07-13 Frank Ch. Eigler <fche@elastic.org>
* systemtap.spec.in: Bump release number.
Add formerly missing admonitional verb.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | systemtap.spec.in | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2006-07-13 Frank Ch. Eigler <fche@elastic.org> + + * systemtap.spec.in: Bump release number. + Add formerly missing admonitional verb. + 2006-07-13 David Smith <dsmith@redhat.com> * parse.cxx (parser::expect_unknown2): New function that looks for diff --git a/systemtap.spec.in b/systemtap.spec.in index efd308ad..d940c546 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,10 +1,10 @@ -# Yo! DO NOT THE FOLLOWING LINE. +# Yo! DO NOT CHANGE THE FOLLOWING LINE. %define bundled_elfutils 1 %define elfutils_version 0.121 Name: systemtap Version: @VERSION@ -Release: 1 +Release: 2 Summary: Instrumentation System Group: Development/System License: GPL |