Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory
checked in at Thu Mar 17 10:24:12 CET 2011.



--------
--- systemtap/systemtap.changes 2011-01-21 23:46:32.000000000 +0100
+++ /mounts/work_src_done/STABLE/systemtap/systemtap.changes    2011-03-15 
17:57:20.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar 15 17:50:11 CET 2011 - jsl...@suse.de
+
+- add ifdef CLONE_STOPPED to fix compilation on newer kernels
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  0001-adding-ifdef-CLONE_STOPPED-to-stop-module-compilati.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systemtap-docs.spec ++++++
--- /var/tmp/diff_new_pack.9SincL/_old  2011-03-17 10:23:11.000000000 +0100
+++ /var/tmp/diff_new_pack.9SincL/_new  2011-03-17 10:23:11.000000000 +0100
@@ -27,7 +27,7 @@
 %define use_snapshot   0
 License:        GPLv2+
 Version:        1.4
-Release:        1
+Release:        2
 Summary:        Documents and examples for systemtap
 Group:          Development/Tools/Debuggers
 Url:            http://sourceware.org/systemtap/

++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.9SincL/_old  2011-03-17 10:23:11.000000000 +0100
+++ /var/tmp/diff_new_pack.9SincL/_new  2011-03-17 10:23:11.000000000 +0100
@@ -24,7 +24,7 @@
 %define use_snapshot   0
 License:        GPLv2+
 Version:        1.4
-Release:        1
+Release:        2
 Summary:        Instrumentation System
 Group:          Development/Tools/Debuggers
 Url:            http://sourceware.org/systemtap/
@@ -39,6 +39,7 @@
 # need -docdir patch even though docs are packaged by systemtap-docs.spec
 # so that they are installed into directories matching below rm -rf's
 Patch1:         systemtap-docdir-fix.diff
+Patch2:         0001-adding-ifdef-CLONE_STOPPED-to-stop-module-compilati.patch
 
 Requires:       libebl1
 Requires:       %{name}-runtime = %{version}-%{release}
@@ -100,6 +101,7 @@
 %setup -n %{name}-%{package_version} -q
 %endif
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++++++ 0001-adding-ifdef-CLONE_STOPPED-to-stop-module-compilati.patch ++++++
>From b30b7ed14e6734e0b5b216729aad0e465412c4b1 Mon Sep 17 00:00:00 2001
From: Lukas Berk <lb...@redhat.com>
Date: Mon, 24 Jan 2011 12:09:29 -0500
Subject: adding #ifdef CLONE_STOPPED to stop module compilation error
Patch-mainline: yes
Git-commit: b30b7ed14e6734e0b5b216729aad0e465412c4b1

Signed-off-by: Jiri Slaby <jsl...@nessler.arch.suse.de>
---
 tapset/aux_syscalls.stp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp
index e9a9750..25ca345 100644
--- a/tapset/aux_syscalls.stp
+++ b/tapset/aux_syscalls.stp
@@ -1616,7 +1616,9 @@ static const _stp_val_array const _stp_fork_list[] = {
        V(CLONE_DETACHED),
        V(CLONE_UNTRACED),
        V(CLONE_CHILD_SETTID),
+#ifdef CLONE_STOPPED
        V(CLONE_STOPPED),
+#endif
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
        V(CLONE_NEWUTS),
        V(CLONE_NEWIPC),
-- 
1.6.0.2


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to