Automated weekly systemtap rawhide release: 0.50.g684fe5014906
This commit is contained in:
parent
b741c6cbd2
commit
8aebe2c371
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@ systemtap-1.3.tar.gz
|
|||||||
/systemtap-2.5-0.535.g9d4241d37eb1.tar.gz
|
/systemtap-2.5-0.535.g9d4241d37eb1.tar.gz
|
||||||
/systemtap-2.5.tar.gz
|
/systemtap-2.5.tar.gz
|
||||||
/systemtap-2.6-0.11.gbe329745a929.tar.gz
|
/systemtap-2.6-0.11.gbe329745a929.tar.gz
|
||||||
|
/systemtap-2.6-0.50.g684fe5014906.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
b14f94e65d862556dcb51f9ce60ab831 systemtap-2.6-0.11.gbe329745a929.tar.gz
|
c7df7bff3b9773e8abc95bc938f28b59 systemtap-2.6-0.50.g684fe5014906.tar.gz
|
||||||
|
@ -27,9 +27,8 @@
|
|||||||
%{!?with_dyninst: %global with_dyninst 0}
|
%{!?with_dyninst: %global with_dyninst 0}
|
||||||
%endif
|
%endif
|
||||||
%{!?with_systemd: %global with_systemd 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
|
%{!?with_systemd: %global with_systemd 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
|
||||||
%{!?with_emacsvim: %global with_emacsvim 1}
|
%{!?with_emacsvim: %global with_emacsvim 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
|
||||||
%{!?with_java: %global with_java 1}
|
%{!?with_java: %global with_java 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
|
||||||
# don't want to build runtime-virthost for f18 or RHEL5/6
|
|
||||||
%{!?with_virthost: %global with_virthost 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
|
%{!?with_virthost: %global with_virthost 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
|
||||||
%{!?with_virtguest: %global with_virtguest 1}
|
%{!?with_virtguest: %global with_virtguest 1}
|
||||||
%{!?with_dracut: %global with_dracut 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
|
%{!?with_dracut: %global with_dracut 0%{?fedora} >= 19 || 0%{?rhel} >= 7}
|
||||||
@ -68,7 +67,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 2.6
|
Version: 2.6
|
||||||
Release: 0.11.gbe329745a929%{?dist}
|
Release: 0.50.g684fe5014906%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -101,7 +100,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.11.gbe329745a929.tar.gz
|
Source: %{name}-%{version}-0.50.g684fe5014906.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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
|
# that provides nc has changed over time (from 'nc' to
|
||||||
# 'nmap-ncat'). So, we'll do a file-based require.
|
# 'nmap-ncat'). So, we'll do a file-based require.
|
||||||
Requires: /usr/bin/nc
|
Requires: /usr/bin/nc
|
||||||
%ifnarch ia64 ppc64le
|
%ifnarch ia64 ppc64le aarch64
|
||||||
Requires: prelink
|
Requires: prelink
|
||||||
%endif
|
%endif
|
||||||
# testsuite/systemtap.server/client.exp needs avahi
|
# testsuite/systemtap.server/client.exp needs avahi
|
||||||
@ -1017,6 +1016,10 @@ done
|
|||||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 05 2014 Lukas Berk <lberk@redhat.com> - 2.6-0.11.gbe329745a929
|
||||||
- Automated weekly rawhide release
|
- Automated weekly rawhide release
|
||||||
- Applied spec changes from upstream git
|
- Applied spec changes from upstream git
|
||||||
|
Loading…
Reference in New Issue
Block a user