diff --git a/man-pages-3.22-gai.conf.patch b/man-pages-3.22-gai.conf.patch new file mode 100644 index 0000000..95da223 --- /dev/null +++ b/man-pages-3.22-gai.conf.patch @@ -0,0 +1,29 @@ +diff -up man-pages-3.22/man5/gai.conf.5.pom man-pages-3.22/man5/gai.conf.5 +--- man-pages-3.22/man5/gai.conf.5.pom 2006-05-15 10:18:05.000000000 +0200 ++++ man-pages-3.22/man5/gai.conf.5 2009-08-11 08:55:22.000000000 +0200 +@@ -51,7 +51,7 @@ value. + .TP + \fBprecedence\fR \fInetmask\fR \fIprecedence\fR + This keyword is similar to \fBlabel\fR but instead the value is added +-to the precendence table as specified in RFC 3484. Once again, the ++to the precedence table as specified in RFC 3484. Once again, the + presence of a single \fBprecedence\fR line in the configuration file + causes the default table to not be used. + +@@ -74,11 +74,11 @@ label ::/0 1 + label 2002::/16 2 + label ::/96 3 + label ::ffff:0:0/96 4 +-precendence ::1/128 50 +-precendence ::/0 40 +-precendence 2002::/16 30 +-precendence ::/96 20 +-precendence ::ffff:0:0/96 10 ++precedence ::1/128 50 ++precedence ::/0 40 ++precedence 2002::/16 30 ++precedence ::/96 20 ++precedence ::ffff:0:0/96 10 + + + .SH FILES diff --git a/man-pages.spec b/man-pages.spec index 6c03e1a..9ff6ca5 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -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.22-gai.conf.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: @@ -124,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man* %changelog +* Tue Aug 11 2009 Ivana Varekova - 3.22-4 +- fix gai.conf an page (#515347) + * Mon Jul 27 2009 Ivana Varekova - 3.22-3 - update to 3.22