From 842d718f7177bd37643453b1a45fa2017d100f2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 19 Feb 2000 15:09:47 +0000 Subject: [PATCH] - updated to 4.2 Changed files: strace-linux.patch -> 1.2 strace.spec -> 1.21 --- strace-linux.patch | 18 ++++++++---------- strace.spec | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/strace-linux.patch b/strace-linux.patch index 06b5186..9c811fc 100644 --- a/strace-linux.patch +++ b/strace-linux.patch @@ -1,7 +1,7 @@ -diff -urN strace-4.0.orig/system.c strace-4.0/system.c ---- strace-4.0.orig/system.c Mon Aug 16 16:10:53 1999 -+++ strace-4.0/system.c Mon Aug 16 16:23:37 1999 -@@ -70,6 +70,8 @@ +diff -ur strace-4.2.orig/system.c strace-4.2/system.c +--- strace-4.2.orig/system.c Thu Dec 23 15:20:15 1999 ++++ strace-4.2/system.c Sat Feb 12 19:46:51 2000 +@@ -72,6 +72,8 @@ #include #endif @@ -10,15 +10,13 @@ diff -urN strace-4.0.orig/system.c strace-4.0/system.c static struct xlat mount_flags[] = { { MS_RDONLY, "MS_RDONLY" }, { MS_NOSUID, "MS_NOSUID" }, -@@ -1278,7 +1280,11 @@ +@@ -1435,6 +1437,9 @@ { KERN_PROF, "KERN_PROF" }, { KERN_NODENAME, "KERN_NODENAME" }, { KERN_DOMAINNAME, "KERN_DOMAINNAME" }, +#if LINUX_VERSION_CODE >= 131595 + { KERN_CAP_BSET, "KERN_CAP_BSET" }, -+#else - { KERN_SECURELVL, "KERN_SECURELVL" }, +#endif - { KERN_PANIC, "KERN_PANIC" }, - { KERN_REALROOTDEV, "KERN_REALROOTDEV" }, - { KERN_JAVA_INTERPRETER, "KERN_JAVA_INTERPRETER" }, + #ifdef KERN_SECURELVL + { KERN_SECURELVL, "KERN_SECURELVL" }, + #endif diff --git a/strace.spec b/strace.spec index 1900182..bb335f1 100644 --- a/strace.spec +++ b/strace.spec @@ -4,7 +4,7 @@ Summary(fr): affiche l'appel syst Summary(pl): strace wy¶wietla funkcje systemowe wywo³ywane przez uruchomiony proces Summary(tr): Çalýþan bir sürecin yaptýðý sistem çaðrýlarýný listeler Name: strace -Version: 4.1 +Version: 4.2 Release: 1 Copyright: distributable Group: Development/Debuggers @@ -42,7 +42,7 @@ g %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 +#%patch2 -p1 %build autoconf && autoheader -- 2.44.0