summaryrefslogtreecommitdiffstats
path: root/systemtap.spec
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-03-20 09:35:44 +0100
committerMark Wielaard <mjw@redhat.com>2009-03-20 09:35:44 +0100
commit9ba817408c6eb81d9ed470314cff1d2d412c4b68 (patch)
tree81cdd381dc4a9c8007102ce4465a7a2c6c016a4e /systemtap.spec
parent5e94ef56760c087784e485c35521a6e438cfc3e5 (diff)
parent0cf9ea606eb7677a1241595f7568dd4a6c243ef2 (diff)
downloadsystemtap-steved-9ba817408c6eb81d9ed470314cff1d2d412c4b68.tar.gz
systemtap-steved-9ba817408c6eb81d9ed470314cff1d2d412c4b68.tar.xz
systemtap-steved-9ba817408c6eb81d9ed470314cff1d2d412c4b68.zip
Merge branch 'master' into pr6866
Diffstat (limited to 'systemtap.spec')
-rw-r--r--systemtap.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/systemtap.spec b/systemtap.spec
index 7277f92a..540a9d93 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -1,4 +1,3 @@
-%{!?release: %define release 1}
%{!?with_sqlite: %define with_sqlite 1}
%{!?with_docs: %define with_docs 1}
%{!?with_crash: %define with_crash 0}
@@ -6,9 +5,9 @@
%{!?elfutils_version: %define elfutils_version 0.127}
Name: systemtap
-# for version, see also configure.ac
Version: 0.9
-Release: %{release}%{?dist}
+Release: 3%{?dist}
+# for version, see also configure.ac
Summary: Instrumentation System
Group: Development/System
License: GPLv2+
@@ -246,6 +245,7 @@ exit 0
%if %{with_docs}
%doc docs.installed/*.pdf
%doc docs.installed/tapsets
+%{_mandir}/man3stap/*
%endif
%{_bindir}/stap
@@ -317,6 +317,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.