summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-03-18 16:56:07 -0400
committerWilliam Cohen <wcohen@redhat.com>2009-03-18 16:56:07 -0400
commitfab6ce30772ec0c45f7d5e295a6e09c95971e9f5 (patch)
tree7a2b504e761d9f8238f0613bc3e0fb0245cab7fc
parentcd3891cba6326df5ecfe4067f80e86390c759303 (diff)
downloadsystemtap-steved-fab6ce30772ec0c45f7d5e295a6e09c95971e9f5.tar.gz
systemtap-steved-fab6ce30772ec0c45f7d5e295a6e09c95971e9f5.tar.xz
systemtap-steved-fab6ce30772ec0c45f7d5e295a6e09c95971e9f5.zip
Adjust systemtap.spec to include the relocated man pages (PR980).
-rw-r--r--systemtap.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec
index 7277f92a..ad1889c7 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -1,4 +1,4 @@
-%{!?release: %define release 1}
+%{!?release: %define release 2}
%{!?with_sqlite: %define with_sqlite 1}
%{!?with_docs: %define with_docs 1}
%{!?with_crash: %define with_crash 0}
@@ -252,6 +252,7 @@ exit 0
%{_bindir}/stap-report
%{_mandir}/man1/*
%{_mandir}/man5/*
+%{_mandir}/man3stap/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/runtime
@@ -317,6 +318,9 @@ exit 0
%changelog
+* Wed Mar 18 2009 Will Cohen <wcohen@redhat.com> - 0.9-2
+- Add location of man pages.
+
* Tue Feb 17 2009 Frank Ch. Eigler <fche@redhat.com> - 0.9-1
- Upstream release.