parent
ad76f55f7a
commit
3564453e82
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/man-pages-4.03.tar.xz
|
||||
/man-pages-4.04.tar.xz
|
||||
/man-pages-4.05.tar.xz
|
||||
/man-pages-4.06.tar.xz
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Linux kernel and C library user-space interface documentation
|
||||
Name: man-pages
|
||||
Version: 4.05
|
||||
Release: 3%{?dist}
|
||||
Version: 4.06
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
||||
Group: Documentation
|
||||
URL: http://www.kernel.org/doc/man-pages/
|
||||
@ -33,12 +33,6 @@ BuildArch: noarch
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=53781
|
||||
Patch21: man-pages-3.42-close.patch
|
||||
|
||||
# Resolves: #1330663
|
||||
Patch22: clone.2-fork.2-document-erestartnointr.patch
|
||||
|
||||
# Resolves: #1331312
|
||||
Patch23: popen.2-return-value-describe-successful-case.patch
|
||||
|
||||
%description
|
||||
A large collection of manual pages from the Linux Documentation Project (LDP).
|
||||
|
||||
@ -46,8 +40,6 @@ A large collection of manual pages from the Linux Documentation Project (LDP).
|
||||
%setup -q -a 1 -a 2
|
||||
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
%patch23 -p1
|
||||
|
||||
# rename posix README so we don't have conflict
|
||||
%{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README
|
||||
@ -84,6 +76,10 @@ popd
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Tue May 10 2016 Nikola Forró <nforro@redhat.com> - 4.06-1
|
||||
- update to 4.06
|
||||
resolves #1334727
|
||||
|
||||
* Tue May 10 2016 Nikola Forró <nforro@redhat.com> - 4.05-3
|
||||
- popen.3: RETURN VALUE: describe successful case
|
||||
resolves #1331312
|
||||
|
Loading…
Reference in New Issue
Block a user