From 8aebe2c37111c85070382da55490ccc568c8b12b Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 12 May 2014 08:24:53 -0400 Subject: [PATCH] Automated weekly systemtap rawhide release: 0.50.g684fe5014906 --- .gitignore | 1 + sources | 2 +- systemtap.spec | 15 +++++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4e98c3a..5c76250 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ systemtap-1.3.tar.gz /systemtap-2.5-0.535.g9d4241d37eb1.tar.gz /systemtap-2.5.tar.gz /systemtap-2.6-0.11.gbe329745a929.tar.gz +/systemtap-2.6-0.50.g684fe5014906.tar.gz diff --git a/sources b/sources index 5341474..a3b9afe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b14f94e65d862556dcb51f9ce60ab831 systemtap-2.6-0.11.gbe329745a929.tar.gz +c7df7bff3b9773e8abc95bc938f28b59 systemtap-2.6-0.50.g684fe5014906.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 4cb85ae..e93b7c3 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -27,9 +27,8 @@ %{!?with_dyninst: %global with_dyninst 0} %endif %{!?with_systemd: %global with_systemd 0%{?fedora} >= 19 || 0%{?rhel} >= 7} -%{!?with_emacsvim: %global with_emacsvim 1} -%{!?with_java: %global with_java 1} -# don't want to build runtime-virthost for f18 or RHEL5/6 +%{!?with_emacsvim: %global with_emacsvim 0%{?fedora} >= 19 || 0%{?rhel} >= 7} +%{!?with_java: %global with_java 0%{?fedora} >= 19 || 0%{?rhel} >= 7} %{!?with_virthost: %global with_virthost 0%{?fedora} >= 19 || 0%{?rhel} >= 7} %{!?with_virtguest: %global with_virtguest 1} %{!?with_dracut: %global with_dracut 0%{?fedora} >= 19 || 0%{?rhel} >= 7} @@ -68,7 +67,7 @@ Name: systemtap Version: 2.6 -Release: 0.11.gbe329745a929%{?dist} +Release: 0.50.g684fe5014906%{?dist} # for version, see also configure.ac @@ -101,7 +100,7 @@ Summary: Programmable system-wide instrumentation system Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -Source: %{name}-%{version}-0.11.gbe329745a929.tar.gz +Source: %{name}-%{version}-0.50.g684fe5014906.tar.gz # Build* BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -302,7 +301,7 @@ Requires: strace # that provides nc has changed over time (from 'nc' to # 'nmap-ncat'). So, we'll do a file-based require. Requires: /usr/bin/nc -%ifnarch ia64 ppc64le +%ifnarch ia64 ppc64le aarch64 Requires: prelink %endif # testsuite/systemtap.server/client.exp needs avahi @@ -1017,6 +1016,10 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon May 12 2014 Lukas Berk - 2.6-0.50.g684fe5014906 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon May 05 2014 Lukas Berk - 2.6-0.11.gbe329745a929 - Automated weekly rawhide release - Applied spec changes from upstream git