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