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:
parent
9d57853118
commit
7594979649
@ -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
3
systemtap-2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0eb813891f148bf18b54485179dddfe1733de9fd169b5049dbf912ff262ced2
|
||||||
|
size 2612434
|
@ -26,7 +26,7 @@ necessary headers.
|
|||||||
|
|
||||||
--- a/session.cxx
|
--- a/session.cxx
|
||||||
+++ b/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);
|
kernel_release = string (buf.release);
|
||||||
release = kernel_release;
|
release = kernel_release;
|
||||||
kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
|
kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
|
||||||
@ -34,7 +34,7 @@ necessary headers.
|
|||||||
architecture = machine = normalize_machine(buf.machine);
|
architecture = machine = normalize_machine(buf.machine);
|
||||||
|
|
||||||
for (unsigned i=0; i<5; i++) perpass_verbose[i]=0;
|
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;
|
release = kernel_release = kern;
|
||||||
kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
|
kernel_build_tree = "/lib/modules/" + kernel_release + "/build";
|
||||||
@ -42,7 +42,7 @@ necessary headers.
|
|||||||
architecture = machine = normalize_machine(arch);
|
architecture = machine = normalize_machine(arch);
|
||||||
setup_kernel_release(kern.c_str());
|
setup_kernel_release(kern.c_str());
|
||||||
native_build = false; // assumed; XXX: could be computed as in check_options()
|
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
|
// normal search in tapsets.cxx. Without CONFIG_DEBUG_INFO, we'd
|
||||||
// need heuristics such as this one:
|
// need heuristics such as this one:
|
||||||
|
|
||||||
|
@ -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
|
Wed May 22 17:47:56 UTC 2013 - tonyj@suse.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: fop
|
BuildRequires: fop
|
||||||
BuildRequires: latex2html
|
BuildRequires: latex2html
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
Version: 2.2.1
|
Version: 2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documents and examples for systemtap
|
Summary: Documents and examples for systemtap
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
@ -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
|
Wed May 22 17:42:53 UTC 2013 - tonyj@suse.com
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ BuildRequires: mozilla-nss-tools
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Version: 2.2.1
|
Version: 2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Instrumentation System
|
Summary: Instrumentation System
|
||||||
License: GPL-2.0+
|
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-env
|
||||||
%{_libexecdir}/%{name}/stap-authorize-cert
|
%{_libexecdir}/%{name}/stap-authorize-cert
|
||||||
%{_mandir}/man8/staprun.8*
|
%{_mandir}/man8/staprun.8*
|
||||||
|
%{_mandir}/man8/stapsh.8*
|
||||||
|
|
||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user