- fix bug 174628 - mmap(2) CAN return mappings at location 0
This commit is contained in:
parent
145697b789
commit
2372d524ba
@ -1,7 +1,7 @@
|
||||
Summary: Man (manual) pages from the Linux Documentation Project.
|
||||
Name: man-pages
|
||||
Version: 2.16
|
||||
Release: 1.1
|
||||
Release: 2
|
||||
License: distributable
|
||||
Group: Documentation
|
||||
Source0: http://www.kernel.org/pub/linux/docs/manpages/man-pages-%{version}.tar.gz
|
||||
@ -21,6 +21,8 @@ Patch12: man-pages-1.67-shm_hugetlb.patch
|
||||
Patch16: man-pages-2.05-issue.patch
|
||||
Patch19: man-pages-2.07-termcap.patch
|
||||
Patch20: man-pages-2.13-aio.patch
|
||||
Patch21: man-pages-2.16-mmap.patch
|
||||
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
Autoreq: false
|
||||
@ -49,6 +51,7 @@ tar xzf %{SOURCE11}
|
||||
%patch16 -p1
|
||||
%patch19 -p1
|
||||
%patch20 -p1
|
||||
%patch21 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -142,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/en/man*/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2005 Ivana Varekova <varekova@redhat.com> 2.16-2
|
||||
- fix bug 174628 - mmap(2) CAN return mappings at location 0
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user