diff options
author | William Cohen <wcohen@redhat.com> | 2009-05-14 12:33:44 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-05-14 12:33:44 -0400 |
commit | 9af6145187da9e21a606f9737ddb4aa45ac6282d (patch) | |
tree | 869e357910e3688cd02c19c4904f3e63aef26e55 | |
parent | 845a65342cda663e665847087d969ee9554a88f1 (diff) | |
download | systemtap-steved-9af6145187da9e21a606f9737ddb4aa45ac6282d.tar.gz systemtap-steved-9af6145187da9e21a606f9737ddb4aa45ac6282d.tar.xz systemtap-steved-9af6145187da9e21a606f9737ddb4aa45ac6282d.zip |
Revert "Include grapher in installed file list."
This reverts commit 845a65342cda663e665847087d969ee9554a88f1.
-rw-r--r-- | systemtap.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/systemtap.spec b/systemtap.spec index 1c9d9f2d..77a170f8 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -7,7 +7,7 @@ Name: systemtap Version: 0.9.7 -Release: 2%{?dist} +Release: 1%{?dist} # for version, see also configure.ac Summary: Instrumentation System Group: Development/System @@ -260,7 +260,6 @@ exit 0 %{_bindir}/stap-gen-cert %{_bindir}/stap-authorize-cert %{_bindir}/stap-authorize-signing-cert -%{_bindir}/grapher %{_mandir}/man1/* %{_mandir}/man3/* @@ -332,9 +331,6 @@ 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. |