diff options
author | David Smith <dsmith@redhat.com> | 2008-07-17 08:35:52 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2008-07-17 08:35:52 -0500 |
commit | bc44995a71c146c49cdaeb3205b9837f67376bb4 (patch) | |
tree | 229bafe8baafb29c1452b866d262852516b4f44a | |
parent | 7795c7e74987876f71fe85ab9119b8810e8897f0 (diff) | |
download | systemtap-steved-bc44995a71c146c49cdaeb3205b9837f67376bb4.tar.gz systemtap-steved-bc44995a71c146c49cdaeb3205b9837f67376bb4.tar.xz systemtap-steved-bc44995a71c146c49cdaeb3205b9837f67376bb4.zip |
Fixed "Version" line.
2008-07-17 David Smith <dsmith@redhat.com>
* systemtap.spec: Moved comment that was on the same line as
"Version", which rpmbuild didn't like.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | systemtap.spec | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-07-17 David Smith <dsmith@redhat.com> + + * systemtap.spec: Moved comment that was on the same line as + "Version", which rpmbuild didn't like. + 2008-07-17 Frank Ch. Eigler <fche@elastic.org> * translate.cxx (dump_unwindsyms): Produce symbol tables and section diff --git a/systemtap.spec b/systemtap.spec index 2538cead..98927d83 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -6,7 +6,8 @@ %define elfutils_version 0.127 Name: systemtap -Version: 0.7.1 # see also configure.ac +# for version, see also configure.ac +Version: 0.7.1 Release: %{release}%{?dist} Summary: Instrumentation System Group: Development/System |