diff options
-rw-r--r-- | systemtap.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index 77a170f8..1c9d9f2d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -7,7 +7,7 @@ Name: systemtap Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} # for version, see also configure.ac Summary: Instrumentation System Group: Development/System @@ -260,6 +260,7 @@ exit 0 %{_bindir}/stap-gen-cert %{_bindir}/stap-authorize-cert %{_bindir}/stap-authorize-signing-cert +%{_bindir}/grapher %{_mandir}/man1/* %{_mandir}/man3/* @@ -331,6 +332,9 @@ exit 0 %changelog +* Thu May 14 2009 Will Cohen <wcohen@redhat.com> - 0.9.7-2 +- Include grapher in installed file list. + * Thu Apr 23 2009 Josh Stone <jistone@redhat.com> - 0.9.7-1 - Upstream release. |