From bc44995a71c146c49cdaeb3205b9837f67376bb4 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 17 Jul 2008 08:35:52 -0500 Subject: Fixed "Version" line. 2008-07-17 David Smith * systemtap.spec: Moved comment that was on the same line as "Version", which rpmbuild didn't like. --- ChangeLog | 5 +++++ systemtap.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index edae2994..c14e3aeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-17 David Smith + + * systemtap.spec: Moved comment that was on the same line as + "Version", which rpmbuild didn't like. + 2008-07-17 Frank Ch. Eigler * 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 -- cgit