diff options
-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 |