From 5d61ce482d20da6010bc357e96f7e66fe52d8a07 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Tue, 26 Mar 2013 12:01:25 -0400 Subject: [PATCH] Turned off doc generation until BZ920216 resolved --- .gitignore | 1 + sources | 2 +- systemtap.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d685b12..68af2af 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ systemtap-1.3.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 +/systemtap-2.2-0.104.gd142b86.1.tar.gz diff --git a/sources b/sources index 6e5c31f..fcd575d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.tar.gz +06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.1.tar.gz diff --git a/systemtap.spec b/systemtap.spec index fbac0c8..89d2a55 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 1} +%{!?with_publican: %global with_publican 0} %endif %if 0%{?rhel} %{!?publican_brand: %global publican_brand RedHat} @@ -31,7 +31,7 @@ Name: systemtap Version: 2.2 -Release: 0.104.gd142b86%{?dist} +Release: 0.104.gd142b86.1%{?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.104.gd142b86.tar.gz +Source: %{name}-%{version}-0.104.gd142b86.1.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -696,6 +696,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86.1 +- Turned off doc generation until BZ920216 resolved + * Tue Mar 26 2013 Lukas Berk - 2.2-0.104.gd142b86 - Added stap-prep.1 man page