Automated weekly systemtap rawhide release: 0.415.g7caa63eb91fd

This commit is contained in:
Lukas Berk 2014-03-31 08:15:52 -04:00
parent fe84c87af2
commit d0f4bacb59
3 changed files with 15 additions and 6 deletions

1
.gitignore vendored
View File

@ -91,3 +91,4 @@ systemtap-1.3.tar.gz
/systemtap-2.5-0.318.g9ee1bfe9ac1c.tar.gz
/systemtap-2.5-0.349.g2dd920e34796.tar.gz
/systemtap-2.5-0.376.g450056a8faa6.tar.gz
/systemtap-2.5-0.415.g7caa63eb91fd.tar.gz

View File

@ -1 +1 @@
4e921e43e0affc3f68a18e6e398bb4fe systemtap-2.5-0.376.g450056a8faa6.tar.gz
9d924c0fb336bae921f7bcd58ee12a60 systemtap-2.5-0.415.g7caa63eb91fd.tar.gz

View File

@ -1,7 +1,7 @@
%{!?with_sqlite: %global with_sqlite 1}
%{!?with_docs: %global with_docs 1}
# crash is not available
%ifarch ppc ppc64 %{sparc} aarch64
%ifarch ppc ppc64 %{sparc} aarch64 ppc64le
%{!?with_crash: %global with_crash 0}
%else
%{!?with_crash: %global with_crash 1}
@ -11,7 +11,7 @@
%{!?elfutils_version: %global elfutils_version 0.142}
%{!?pie_supported: %global pie_supported 1}
%{!?with_boost: %global with_boost 0}
%ifarch ppc ppc64 %{sparc} aarch64
%ifarch ppc ppc64 %{sparc} aarch64 ppc64le
%{!?with_publican: %global with_publican 0}
%else
%{!?with_publican: %global with_publican 1}
@ -21,7 +21,7 @@
%else
%{!?publican_brand: %global publican_brand fedora}
%endif
%ifnarch s390 s390x %{arm} aarch64
%ifnarch s390 s390x %{arm} aarch64 ppc64le
%{!?with_dyninst: %global with_dyninst 0%{?fedora} >= 18 || 0%{?rhel} >= 7}
%else
%{!?with_dyninst: %global with_dyninst 0}
@ -41,6 +41,10 @@
%{!?with_openssl: %global with_openssl 0}
%endif
%ifarch ppc64le
%global with_virthost 0
%endif
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 6
%define initdir %{_initddir}
%else # RHEL5 doesn't know _initddir
@ -64,7 +68,7 @@
Name: systemtap
Version: 2.5
Release: 0.376.g450056a8faa6%{?dist}
Release: 0.415.g7caa63eb91fd%{?dist}
# for version, see also configure.ac
@ -97,7 +101,7 @@ Summary: Programmable system-wide instrumentation system
Group: Development/System
License: GPLv2+
URL: http://sourceware.org/systemtap/
Source: %{name}-%{version}-0.376.g450056a8faa6.tar.gz
Source: %{name}-%{version}-0.415.g7caa63eb91fd.tar.gz
# Build*
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -1012,6 +1016,10 @@ done
# http://sourceware.org/systemtap/wiki/SystemTapReleases
%changelog
* Mon Mar 31 2014 Lukas Berk <lberk@redhat.com> - 2.5-0.415.g7caa63eb91fd
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Mon Mar 24 2014 Lukas Berk <lberk@redhat.com> - 2.5-0.376.g450056a8faa6
- Automated weekly rawhide release
- Applied spec changes from upstream git