Automated weekly systemtap rawhide release: 0.50.g684fe5014906

This commit is contained in:
Lukas Berk 2014-05-12 08:24:53 -04:00
parent b741c6cbd2
commit 8aebe2c371
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
b14f94e65d862556dcb51f9ce60ab831 systemtap-2.6-0.11.gbe329745a929.tar.gz
c7df7bff3b9773e8abc95bc938f28b59 systemtap-2.6-0.50.g684fe5014906.tar.gz

View File

@ -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 <lberk@redhat.com> - 2.6-0.50.g684fe5014906
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Mon May 05 2014 Lukas Berk <lberk@redhat.com> - 2.6-0.11.gbe329745a929
- Automated weekly rawhide release
- Applied spec changes from upstream git