3
0
forked from pool/systemtap

Accepting request 186513 from home:jones_tony:branches:devel:tools

OBS-URL: https://build.opensuse.org/request/show/186513
OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=63
This commit is contained in:
Tony Jones 2013-08-08 22:44:35 +00:00 committed by Git OBS Bridge
parent 9d57853118
commit 7594979649
7 changed files with 22 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6d1274d699b953bd073a162cf8622aaa0c15294ca87e9c8a05ace3360b8b45d
size 2588174

3
systemtap-2.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0eb813891f148bf18b54485179dddfe1733de9fd169b5049dbf912ff262ced2
size 2612434

View File

@ -26,7 +26,7 @@ necessary headers.
--- a/session.cxx
+++ b/session.cxx
@@ -97,6 +97,7 @@ systemtap_session::systemtap_session ():
@@ -100,6 +100,7 @@ systemtap_session::systemtap_session ():
kernel_release = string (buf.release);
release = kernel_release;
kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
@ -34,7 +34,7 @@ necessary headers.
architecture = machine = normalize_machine(buf.machine);
for (unsigned i=0; i<5; i++) perpass_verbose[i]=0;
@@ -271,6 +272,7 @@ systemtap_session::systemtap_session (co
@@ -277,6 +278,7 @@ systemtap_session::systemtap_session (co
{
release = kernel_release = kern;
kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
@ -42,7 +42,7 @@ necessary headers.
architecture = machine = normalize_machine(arch);
setup_kernel_release(kern.c_str());
native_build = false; // assumed; XXX: could be computed as in check_options()
@@ -1710,21 +1712,39 @@ systemtap_session::setup_kernel_release
@@ -1734,21 +1736,39 @@ systemtap_session::setup_kernel_release
// normal search in tapsets.cxx. Without CONFIG_DEBUG_INFO, we'd
// need heuristics such as this one:

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 7 17:44:37 UTC 2013 - tonyj@suse.com
- Update to version 2.3. See systemtap.spec for changelog
-------------------------------------------------------------------
Wed May 22 17:47:56 UTC 2013 - tonyj@suse.com

View File

@ -26,7 +26,7 @@ BuildRequires: pkg-config
BuildRequires: fop
BuildRequires: latex2html
BuildRequires: xmlto
Version: 2.2.1
Version: 2.3
Release: 0
Summary: Documents and examples for systemtap
License: GPL-2.0+

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 7 17:40:24 UTC 2013 - tonyj@suse.com
- Update to version 2.3
Changelog:
2.3: http://sourceware.org/ml/systemtap/2013-q3/msg00062.html
- Refresh systemtap-build-source-dir.patch for context
-------------------------------------------------------------------
Wed May 22 17:42:53 UTC 2013 - tonyj@suse.com

View File

@ -27,7 +27,7 @@ BuildRequires: mozilla-nss-tools
BuildRequires: pkg-config
BuildRequires: sqlite-devel
BuildRequires: systemd
Version: 2.2.1
Version: 2.3
Release: 0
Summary: Instrumentation System
License: GPL-2.0+
@ -139,6 +139,7 @@ systemd-tmpfiles --create /usr/lib/tmpfiles.d/stap-server.conf
%{_libexecdir}/%{name}/stap-env
%{_libexecdir}/%{name}/stap-authorize-cert
%{_mandir}/man8/staprun.8*
%{_mandir}/man8/stapsh.8*
%files server
%defattr(-,root,root)