parent
5194a786bd
commit
0c22dc2ef5
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/man-pages-4.14.tar.xz
|
||||
/man-pages-4.15.tar.xz
|
||||
/man-pages-4.16.tar.xz
|
||||
/man-pages-5.00.tar.xz
|
||||
|
@ -1,16 +0,0 @@
|
||||
diff --git a/man2/socket.2 b/man2/socket.2
|
||||
index 3be1c92..491bc24 100644
|
||||
--- a/man2/socket.2
|
||||
+++ b/man2/socket.2
|
||||
@@ -390,9 +390,8 @@ standards use AF_* everywhere.
|
||||
The
|
||||
.B AF_ALG
|
||||
protocol type was added in Linux 2.6.38.
|
||||
-More information on this interface is provided with the kernel HTML
|
||||
-documentation at
|
||||
-.IR https://www.kernel.org/doc/htmldocs/crypto\-API/User.html .
|
||||
+More information on this interface is provided in the kernel source file
|
||||
+.IR Documentation/crypto/userspace-if.rst .
|
||||
.SH EXAMPLE
|
||||
An example of the use of
|
||||
.BR socket ()
|
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Linux kernel and C library user-space interface documentation
|
||||
Name: man-pages
|
||||
Version: 4.16
|
||||
Release: 5%{?dist}
|
||||
Version: 5.00
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
|
||||
URL: http://www.kernel.org/doc/man-pages/
|
||||
Source: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
|
||||
@ -38,9 +38,6 @@ Patch0: man-pages-posix-2013-a-pthread_once.patch
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=53781
|
||||
Patch21: man-pages-3.42-close.patch
|
||||
|
||||
# resolves: #1679505
|
||||
Patch22: man-pages-4.16-socket.2-AF_ALG.patch
|
||||
|
||||
%description
|
||||
A large collection of manual pages from the Linux Documentation Project (LDP).
|
||||
|
||||
@ -49,7 +46,6 @@ A large collection of manual pages from the Linux Documentation Project (LDP).
|
||||
|
||||
%patch0 -p1
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
|
||||
# rename posix README so we don't have conflict
|
||||
%{__mv} %{posix_name}/README %{posix_name}/%{posix_name}.README
|
||||
@ -89,6 +85,10 @@ popd
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2019 Nikola Forró <nforro@redhat.com> - 5.00-1
|
||||
- update to 5.00
|
||||
resolves #1686085
|
||||
|
||||
* Tue Feb 26 2019 Nikola Forró <nforro@redhat.com> - 4.16-5
|
||||
- socket.2: fix dead link in AF_ALG note
|
||||
resolves #1679505
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (man-pages-posix-2013-a.tar.xz) = e6ec8eb57269fadf368aeaac31b5a98b9c71723d4d5cc189f9c4642d6e865c88e44f77481dccbdb72e31526488eb531f624d455016361687a834ccfcac19fa14
|
||||
SHA512 (man-pages-additional-20140218.tar.xz) = c7874db32a9bdefaea6c6be6549e6e6538fa1d93260bf342dd0d9821fa05754aa79a723e701493c81b2e1f460918429eb9b5edb704b55878b1e5ed585a3ff07d
|
||||
SHA512 (man-pages-4.16.tar.xz) = df282a0480e2c1cc74e4ba02d6ff02ba95886b6583058c737028ea609b916270ba7dcaf075e0c450fd4b49b335979765abfc7d0a75f5570eec5fa2381c10201c
|
||||
SHA512 (man-pages-5.00.tar.xz) = 7ab44d5c8ed06696e7c463ec5118305fada7a6d284fc38d32e0771faa3ff12b74a8b696f9577481a0d1d2c7f1e5e78a21a72d80d2f34bd50955622b226b39fa2
|
||||
|
Loading…
Reference in New Issue
Block a user