forked from pool/systemtap
This commit is contained in:
parent
77d0af8a35
commit
d9776c22dd
11
systemtap-tcl-send_log-syntax-fix.diff
Normal file
11
systemtap-tcl-send_log-syntax-fix.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- testsuite/systemtap.syscall/test.tcl-dist 2009-01-12 12:48:26.000000000 +0100
|
||||
+++ testsuite/systemtap.syscall/test.tcl 2009-01-12 12:48:48.000000000 +0100
|
||||
@@ -106,7 +106,7 @@
|
||||
}
|
||||
}
|
||||
if {$i < $ind} {
|
||||
- send_log "--------- EXPECTED and NOT MATCHED ----------\n"
|
||||
+ send_log -- "--------- EXPECTED and NOT MATCHED ----------\n"
|
||||
}
|
||||
for {} {$i < $ind} {incr i} {
|
||||
send_log "$results($i)\n"
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 12:55:06 CET 2009 - tiwai@suse.de
|
||||
|
||||
- Fix syntax errors with Tcl send_log (bnc#460886)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 16:59:23 CET 2008 - tiwai@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package systemtap (Version 0.7.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@ BuildRequires: latex2html
|
||||
%define package_version 20080906
|
||||
License: GPL v2 or later
|
||||
Version: 0.7.1
|
||||
Release: 29
|
||||
Release: 31
|
||||
Summary: Instrumentation System
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://sourceware.org/systemtap/
|
||||
@ -41,6 +41,7 @@ Patch6: systemtap-netcat-fix1.diff
|
||||
Patch7: systemtap-netcat-fix2.diff
|
||||
Patch8: systemtap-2.6.28-fixes.diff
|
||||
Patch9: systemtap-use-send_signal.diff
|
||||
Patch10: systemtap-tcl-send_log-syntax-fix.diff
|
||||
Requires: libebl1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -70,6 +71,7 @@ Authors:
|
||||
%patch7 -p1
|
||||
%patch8
|
||||
%patch9 -p1
|
||||
%patch10
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@ -98,6 +100,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%dir %attr(0755,root,root) /var/cache/systemtap
|
||||
|
||||
%changelog
|
||||
* Mon Jan 12 2009 tiwai@suse.de
|
||||
- Fix syntax errors with Tcl send_log (bnc#460886)
|
||||
* Thu Dec 18 2008 tiwai@suse.de
|
||||
- Fix stap failures with signal tapsets (bnc#459387)
|
||||
* Tue Dec 16 2008 tiwai@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user