diff options
author | fche <fche> | 2008-01-18 15:29:25 +0000 |
---|---|---|
committer | fche <fche> | 2008-01-18 15:29:25 +0000 |
commit | bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a (patch) | |
tree | 09a510f2216f60c66ddcda134588e8b474ea2842 /systemtap.spec.in | |
parent | 1e0716d328e1c20447ea17b46551b9c208b7624b (diff) | |
download | systemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.tar.gz systemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.tar.xz systemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.zip |
bump to version 0.6.1 in prep for snapshot release
2008-01-18 Frank Ch. Eigler <fche@elastic.org>
* configure.ac, systemtap.spec.in: Update version to 0.6.1
* configure: Regenerated.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index f9fb991e..809c7e46 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 3 +%define release 1 # Version number of oldest elfutils release that works with systemtap. %define elfutils_version 0.127 @@ -200,7 +200,7 @@ exit 0 %changelog -* Fri Jan 18 2008 Frank Ch. Eigler <fche@redhat.com> - 0.6-3 +* Fri Jan 18 2008 Frank Ch. Eigler <fche@redhat.com> - 0.6.1-1 - Add crash-devel buildreq to build staplog.so crash(8) module. - Many robustness & functionality improvements: |