From 845a65342cda663e665847087d969ee9554a88f1 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 14 May 2009 08:03:58 -0400 Subject: Include grapher in installed file list. --- systemtap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 - 0.9.7-2 +- Include grapher in installed file list. + * Thu Apr 23 2009 Josh Stone - 0.9.7-1 - Upstream release. -- cgit