From 20007c316512e33d23acf5bf040183c19dfa2eea Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Fri, 7 Mar 2008 11:20:02 +0000 Subject: [PATCH] - fix 436398: add information about unimplemented syscalls --- man-pages-2.78-stream.patch | 42 +++++++++++++++++++++++++++++++++++++ man-pages.spec | 8 ++++++- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 man-pages-2.78-stream.patch diff --git a/man-pages-2.78-stream.patch b/man-pages-2.78-stream.patch new file mode 100644 index 0000000..e4bbe83 --- /dev/null +++ b/man-pages-2.78-stream.patch @@ -0,0 +1,42 @@ +diff -up man-pages-2.78/man2/getmsg.2.pom man-pages-2.78/man2/getmsg.2 +--- man-pages-2.78/man2/getmsg.2.pom 2008-03-07 12:03:52.000000000 +0100 ++++ man-pages-2.78/man2/getmsg.2 2008-03-07 12:04:04.000000000 +0100 +@@ -0,0 +1 @@ ++.so man2/unimplemented.2 +diff -up man-pages-2.78/man2/putmsg.2.pom man-pages-2.78/man2/putmsg.2 +--- man-pages-2.78/man2/putmsg.2.pom 2008-03-07 12:03:52.000000000 +0100 ++++ man-pages-2.78/man2/putmsg.2 2008-03-07 12:04:12.000000000 +0100 +@@ -0,0 +1 @@ ++.so man2/unimplemented.2 +diff -up man-pages-2.78/man2/fattch.2.pom man-pages-2.78/man2/fattch.2 +--- man-pages-2.78/man2/fattch.2.pom 2008-03-07 12:03:52.000000000 +0100 ++++ man-pages-2.78/man2/fattch.2 2008-03-07 12:03:38.000000000 +0100 +@@ -0,0 +1 @@ ++.so man2/unimplemented.2 +diff -up man-pages-2.78/man2/isastream.2.pom man-pages-2.78/man2/isastream.2 +--- man-pages-2.78/man2/isastream.2.pom 2008-03-07 12:03:52.000000000 +0100 ++++ man-pages-2.78/man2/isastream.2 2008-03-07 12:04:08.000000000 +0100 +@@ -0,0 +1 @@ ++.so man2/unimplemented.2 +diff -up man-pages-2.78/man2/fdetach.2.pom man-pages-2.78/man2/fdetach.2 +--- man-pages-2.78/man2/fdetach.2.pom 2008-03-07 12:03:52.000000000 +0100 ++++ man-pages-2.78/man2/fdetach.2 2008-03-07 12:04:00.000000000 +0100 +@@ -0,0 +1 @@ ++.so man2/unimplemented.2 +diff -up man-pages-2.78/man2/unimplemented.2.pom man-pages-2.78/man2/unimplemented.2 +--- man-pages-2.78/man2/unimplemented.2.pom 2008-02-28 10:58:27.000000000 +0100 ++++ man-pages-2.78/man2/unimplemented.2 2008-03-07 12:08:41.000000000 +0100 +@@ -26,9 +26,10 @@ + .\" + .TH UNIMPLEMENTED 2 2007-07-05 "Linux" "Linux Programmer's Manual" + .SH NAME +-afs_syscall, break, ftime, getpmsg, gtty, lock, madvise1, mpx, +-multiplexer, prof, profil, putpmsg, security, stty, tuxcall, ulimit, +-vserver \- unimplemented system calls ++afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, ++isastream, lock, madvise1, mpx, multiplexer, prof, profil, putmsg, ++putpmsg, security, stty, tuxcall, ulimit, vserver ++\- unimplemented system calls + .SH SYNOPSIS + Unimplemented system calls. + .SH DESCRIPTION diff --git a/man-pages.spec b/man-pages.spec index 46c405d..38623db 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,7 +1,7 @@ Summary: Man (manual) pages from the Linux Documentation Project Name: man-pages Version: 2.78 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+, GLP, BSD, MIT, Copyright only, IEEE Group: Documentation URL: http://www.kernel.org/pub/linux/docs/manpages/ @@ -32,6 +32,7 @@ Patch49: man-pages-2.63-getent.patch Patch50: man-pages-2.63-iconv.patch Patch51: man-pages-2.75-crypt.patch Patch52: man-pages-2.76-prctl.patch +Patch53: man-pages-2.78-stream.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Autoreq: false @@ -67,6 +68,7 @@ done %patch50 -p1 %patch51 -p1 %patch52 -p1 +%patch53 -p1 ### And now remove those we are not going to use: @@ -177,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man* %changelog +* Fri Mar 7 2008 Ivana Varekova - 2.78-2 +- fix 436398: + add information about unimplemented syscalls + * Fri Feb 22 2008 Ivana Varekova - 2.78-1 - update to 2.78