From 56bce46546ad460bbb41ef04e12d3692b692e2c6 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 26 Mar 2013 11:07:47 -0400 Subject: [PATCH] Added stap-prep.1 man page --- .gitignore | 1 + sources | 2 +- systemtap.spec | 27 +++++++-------------------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index a364aa5..d685b12 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ systemtap-1.3.tar.gz /systemtap-2.2-0.84.g74fc0fe.tar.gz /systemtap-2.2-0.94.g48bf64d.tar.gz /systemtap-2.2-0.103.g5c607f5.tar.gz +/systemtap-2.2-0.104.gd142b86.tar.gz diff --git a/sources b/sources index 4f19d9f..6e5c31f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37cb01ac4c505387c8acdc691e51db0e systemtap-2.2-0.103.g5c607f5.tar.gz +06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.tar.gz diff --git a/systemtap.spec b/systemtap.spec index edb21a0..fbac0c8 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -14,7 +14,7 @@ %ifarch ppc ppc64 %{sparc} %{!?with_publican: %global with_publican 0} %else -%{!?with_publican: %global with_publican 0} +%{!?with_publican: %global with_publican 1} %endif %if 0%{?rhel} %{!?publican_brand: %global publican_brand RedHat} @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.103.g5c607f5%{?dist} +Release: 0.104.gd142b86%{?dist} # for version, see also configure.ac @@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.103.g5c607f5.tar.gz +Source: %{name}-%{version}-0.104.gd142b86.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -602,6 +602,7 @@ exit 0 %{_datadir}/systemtap/runtime %{_datadir}/systemtap/tapset %{_mandir}/man1/stap.1* +%{_mandir}/man1/stap-prep.1* %{_mandir}/man7/error* %{_mandir}/man7/stappaths.7* %{_mandir}/man7/warning* @@ -654,6 +655,7 @@ exit 0 %{_bindir}/stap-prep %{_bindir}/stap-report %{_mandir}/man1/stap.1* +%{_mandir}/man1/stap-prep.1* %{_mandir}/man1/stap-merge.1* %{_mandir}/man3/* %{_mandir}/man7/error* @@ -694,23 +696,8 @@ exit 0 # ------------------------------------------------------------------------ %changelog -* Tue Mar 26 2013 Lukas Berk - 2.2-0.103.g5c607f5 -- BZ926602 Updated autoconf to version 2.69 - -* Mon Mar 25 2013 Lukas Berk - 2.2-0.94.g48bf64d -- Automated weekly rawhide release - -* Wed Mar 20 2013 Lukas Berk - 2.2-0.84.g74fc0fe -- Automated weekly rawhide release - -* Wed Mar 20 2013 Lukas Berk - 2.2-0.84.g74fc0fe -- Automated weekly rawhide release - -* Mon Mar 11 2013 Lukas Berk - 2.2-0.74.gb1e0e10 -- Automated weekly rawhide release - -* Mon Mar 11 2013 Lukas Berk - 2.2-0.70.g23c2c25 -- Automated weekly rawhide release +* Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86 +- Added stap-prep.1 man page * Wed Feb 13 2013 Serguei Makarov - 2.1-1 - Upstream release.