diff --git a/.gitignore b/.gitignore index 5963ad6..6fc1123 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index ea84fd1..74eb19f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e921e43e0affc3f68a18e6e398bb4fe systemtap-2.5-0.376.g450056a8faa6.tar.gz +9d924c0fb336bae921f7bcd58ee12a60 systemtap-2.5-0.415.g7caa63eb91fd.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 8570948..5dd5a5d 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -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 - 2.5-0.415.g7caa63eb91fd +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Mar 24 2014 Lukas Berk - 2.5-0.376.g450056a8faa6 - Automated weekly rawhide release - Applied spec changes from upstream git