Turned off doc generation until BZ920216 resolved
This commit is contained in:
parent
56bce46546
commit
7bc9629812
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@ systemtap-1.3.tar.gz
|
|||||||
/systemtap-2.2-0.94.g48bf64d.tar.gz
|
/systemtap-2.2-0.94.g48bf64d.tar.gz
|
||||||
/systemtap-2.2-0.103.g5c607f5.tar.gz
|
/systemtap-2.2-0.103.g5c607f5.tar.gz
|
||||||
/systemtap-2.2-0.104.gd142b86.tar.gz
|
/systemtap-2.2-0.104.gd142b86.tar.gz
|
||||||
|
/systemtap-2.2-0.104.gd142b86.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.tar.gz
|
06ed4ce30061ba0e9e58fad5ac443caa systemtap-2.2-0.104.gd142b86.1.tar.gz
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
%ifarch ppc ppc64 %{sparc}
|
%ifarch ppc ppc64 %{sparc}
|
||||||
%{!?with_publican: %global with_publican 0}
|
%{!?with_publican: %global with_publican 0}
|
||||||
%else
|
%else
|
||||||
%{!?with_publican: %global with_publican 1}
|
%{!?with_publican: %global with_publican 0}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%{!?publican_brand: %global publican_brand RedHat}
|
%{!?publican_brand: %global publican_brand RedHat}
|
||||||
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 0.104.gd142b86%{?dist}
|
Release: 0.104.gd142b86.1%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ Summary: Programmable system-wide instrumentation system
|
|||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Source: %{name}-%{version}-0.104.gd142b86.tar.gz
|
Source: %{name}-%{version}-0.104.gd142b86.1.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -696,6 +696,9 @@ exit 0
|
|||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2013 Lukas Berk <lberk@redhat.com> - 2.2-0.104.gd142b86.1
|
||||||
|
- Turned off doc generation until BZ920216 resolved
|
||||||
|
|
||||||
* Tue Mar 26 2013 Lukas Berk <lberk@redhat.com> - 2.2-0.104.gd142b86
|
* Tue Mar 26 2013 Lukas Berk <lberk@redhat.com> - 2.2-0.104.gd142b86
|
||||||
- Added stap-prep.1 man page
|
- Added stap-prep.1 man page
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user