- fix socket.7 man page - fix information about SO_RCVLOWAT option (bug
163120)
This commit is contained in:
parent
43e817fb45
commit
100532a7d8
@ -1,7 +1,7 @@
|
|||||||
Summary: Man (manual) pages from the Linux Documentation Project.
|
Summary: Man (manual) pages from the Linux Documentation Project.
|
||||||
Name: man-pages
|
Name: man-pages
|
||||||
Version: 2.07
|
Version: 2.07
|
||||||
Release: 2
|
Release: 3
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz
|
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz
|
||||||
@ -27,6 +27,7 @@ Patch14: man-pages-1.67-readv.patch
|
|||||||
Patch15: man-pages-2.05-atanh.patch
|
Patch15: man-pages-2.05-atanh.patch
|
||||||
Patch16: man-pages-2.05-issue.patch
|
Patch16: man-pages-2.05-issue.patch
|
||||||
Patch17: man-pages-2.05-ldd.patch
|
Patch17: man-pages-2.05-ldd.patch
|
||||||
|
Patch18: man-pages-2.07-SO_RCVLOWAT.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Autoreq: false
|
Autoreq: false
|
||||||
@ -61,6 +62,7 @@ cp -a %{SOURCE10} man8
|
|||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
|
%patch18 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -154,6 +156,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/en/man*/*
|
%{_mandir}/en/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 12 2005 Ivana Varekova <varekova@redhat.com> 2.07-3
|
||||||
|
- fix socket.7 man page - fix information about SO_RCVLOWAT option
|
||||||
|
(bug 163120)
|
||||||
|
|
||||||
* Tue Aug 23 2005 Ivana Varekova <varekova@redhat.com> 2.07-2
|
* Tue Aug 23 2005 Ivana Varekova <varekova@redhat.com> 2.07-2
|
||||||
- add sln.8 man page (bug 10601)
|
- add sln.8 man page (bug 10601)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user