[systemtap] Added stap-report.1 to doc files, release: 0.45.ge2a412f

lukas berk lberk at fedoraproject.org
Mon May 27 14:50:50 UTC 2013


commit 616e9e0df98d706b10419b609231d3c1dada6c01
Author: Lukas Berk <lberk at redhat.com>
Date:   Mon May 27 10:50:32 2013 -0400

    Added stap-report.1 to doc files, release: 0.45.ge2a412f

 .gitignore     |    1 +
 sources        |    2 +-
 systemtap.spec |   17 +++++++++--------
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f810b73..e2e3899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ systemtap-1.3.tar.gz
 /systemtap-2.2.tar.gz
 /systemtap-2.2.1.tar.gz
 /systemtap-2.3-0.44.g2c10863.tar.gz
+/systemtap-2.3-0.45.ge2a412f.tar.gz
diff --git a/sources b/sources
index e37b450..8a685ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6943e1b6855c9b28420d9a31749330f1  systemtap-2.3-0.44.g2c10863.tar.gz
+5f5ee6080dde7dea43524207ef26f0f0  systemtap-2.3-0.45.ge2a412f.tar.gz
diff --git a/systemtap.spec b/systemtap.spec
index 4a07a8d..451109d 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -1,5 +1,5 @@
 %{!?with_sqlite: %global with_sqlite 1}
-%{!?with_docs: %global with_docs 0}
+%{!?with_docs: %global with_docs 1}
 # crash is not available
 %ifarch ppc ppc64 %{sparc}
 %{!?with_crash: %global with_crash 0}
@@ -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}
@@ -32,7 +32,7 @@
 
 Name: systemtap
 Version: 2.3
-Release: 0.44.g2c10863%{?dist}
+Release: 0.45.ge2a412f%{?dist}
 # for version, see also configure.ac
 
 
@@ -63,7 +63,7 @@ Summary: Programmable system-wide instrumentation system
 Group: Development/System
 License: GPLv2+
 URL: http://sourceware.org/systemtap/
-Source: %{name}-%{version}-0.44.g2c10863.tar.gz
+Source: %{name}-%{version}-0.45.ge2a412f.tar.gz
 
 # Build*
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -659,7 +659,7 @@ done
 %files devel -f systemtap.lang
 %{_bindir}/stap
 %{_bindir}/stap-prep
-%{_bindir}/stap-report
+%{_bindir}/stap-report.1*
 %dir %{_datadir}/systemtap
 %{_datadir}/systemtap/runtime
 %{_datadir}/systemtap/tapset
@@ -689,7 +689,7 @@ done
 %attr(4110,root,stapusr) %{_bindir}/staprun
 %{_bindir}/stapsh
 %{_bindir}/stap-merge
-%{_bindir}/stap-report
+%{_bindir}/stap-report.1*
 %if %{with_dyninst}
 %{_bindir}/stapdyn
 %endif
@@ -719,7 +719,7 @@ done
 %endif
 %{_bindir}/stap
 %{_bindir}/stap-prep
-%{_bindir}/stap-report
+%{_bindir}/stap-report.1*
 %{_mandir}/man1/stap.1*
 %{_mandir}/man1/stap-prep.1*
 %{_mandir}/man1/stap-merge.1*
@@ -771,8 +771,9 @@ done
 # ------------------------------------------------------------------------
 
 %changelog
-* Mon May 27 2013 Lukas Berk <lberk at redhat.com> - 2.3-0.44.g2c10863
+* Mon May 27 2013 Lukas Berk <lberk at redhat.com> - 2.3-0.45.ge2a412f
 - Automated weekly rawhide release
+- Added stap-report.1 to doc files
 - Applied spec changes from upstream git
 
 * Thu May 16 2013 Frank Ch. Eigler <fche at redhat.com> - 2.2.1-1


More information about the scm-commits mailing list