From cbd574bd8fe2ea9d64684ae75f87286cf2e9cf1a Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Thu, 13 Nov 2008 14:27:42 +0000 Subject: [PATCH] - fix relative path in proc.5 --- man-pages-3.13-proc.patch | 14 ++++++++++++++ man-pages.spec | 8 +++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 man-pages-3.13-proc.patch diff --git a/man-pages-3.13-proc.patch b/man-pages-3.13-proc.patch new file mode 100644 index 0000000..0f341fe --- /dev/null +++ b/man-pages-3.13-proc.patch @@ -0,0 +1,14 @@ +diff -up man-pages-3.13/man5/proc.5.pom man-pages-3.13/man5/proc.5 +--- man-pages-3.13/man5/proc.5.pom 2008-11-07 17:26:59.000000000 +0100 ++++ man-pages-3.13/man5/proc.5 2008-11-13 15:04:41.000000000 +0100 +@@ -1322,8 +1322,8 @@ See also + .TP + .I /proc/mtrr + Memory Type Range Registers. +-See +-.I /usr/src/linux/Documentation/mtrr.txt ++See the kernel source file ++.I Documentation/mtrr.txt + for details. + .TP + .I /proc/net diff --git a/man-pages.spec b/man-pages.spec index 01554f6..37f73cf 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -4,7 +4,7 @@ Summary: Man (manual) pages from the Linux Documentation Project Name: man-pages Version: 3.13 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE Group: Documentation URL: http://www.kernel.org/pub/linux/docs/manpages/ @@ -28,6 +28,7 @@ Patch49: man-pages-2.63-getent.patch Patch50: man-pages-2.63-iconv.patch Patch53: man-pages-2.78-stream.patch Patch54: man-pages-2.80-malloc_h.patch +Patch55: man-pages-3.13-proc.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Autoreq: false @@ -54,6 +55,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release} %patch50 -p1 %patch53 -p1 %patch54 -p1 +%patch55 -p1 ### And now remove those we are not going to use: @@ -119,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man* %changelog +* Thu Nov 13 2008 Ivana Varekova - 3.13-2 +- fix relative path in proc.5 +- not build yet + * Thu Nov 13 2008 Ivana Varekova - 3.13-1 - update to 3.13