Accepting request 1045577 from home:susnux:branches:Documentation

- Update to version 6.00
  * Updated manual pages and interface documentation
  * Move definitions of types to separate pages in man2type/ and
    man3type/.  Previously, they were spread (and duplicated) in other
    pages, or in system_data_types.7 (with links in man3/).
  * Add man3head/ for pages that document header files.
  * Add man3const/ for pages that document constants.
  * Improve consistency of man(7) source
  * Manual pages sections:
    * Title (.TH):
    * Remove 5th argument to TH (middle-header).
    * Specify "Linux man-pages" and the version in the 4th argument
      (left-footer).
  * Add the LIBRARY section.  This section standardizes a way to
    document the library that provides a given interface.
  * Add the CAVEATS section.  BUGS and NOTES were serving that purpose
    before, but CAVEATS is more appropriate.
  * Rename the CONFORMING TO section to STANDARDS for consistency with
    other projects, such as the BSDs.
  * SYNOPSIS:  Add the ISO C2X [[deprecated]] attribute for functions
    that have been deprecated or removed.
  * EXAMPLES:  Improve consistency of C source code.  Also, reduce the
    number of warnings that several linting tools emit.
  * COLOPHON:  Remove section (its purpose is now served by the title).
- Update to version 6.01
  * Updated interface documentation
  * Manual pages' sections:
    * Title (.TH):
    * Remove the hardcoded date (TH 3rd argument), and replace it by a
      placeholder that should be changed when creating the tarball.
      This removes the need for a tstamp commit before each release.
- Update to version 6.02
  * Updated manual pages and interface documentation, noteable:
    * copy_file_range.2: Fix wrong kernel version information
    * process_madvise.2: Fix capability and ptrace requirements
    * madvise.2: Update Transparent Huge Pages file/shmem documentation
      for Linux 5.4+.
  * Use correct letter case in manual page titles, instead of uppercase.
  * Use \" t comments when appropriate (Lintian needs this).
  * SYNOPSIS:
    * Add _Nullable for functions that receive NULL as a meaningful
      input.
    * Use VLA syntax to clarify the meaning of size parameters, rather
      than hiding it in possibly-confusing text.
    * Use [[noreturn]] instead of noreturn, which will be deprecated
      soon.
- Rebased man-pages-tcp_fack.patch
- Added keyring and signed source

OBS-URL: https://build.opensuse.org/request/show/1045577
OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=226
This commit is contained in:
Petr Gajdos 2023-01-02 11:21:05 +00:00 committed by Git OBS Bridge
parent 36895482f6
commit 36729191e0
7 changed files with 183 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14cc562358bf52d3b6e67218db7ffa6107481fbcb4d917cdd7746deea3e2a5a9
size 2697805

16
man-pages-6.02.tar.sign Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE6jqH8KTroDDkXfJAnowa+77/2zIFAmOkrzkACgkQnowa+77/
2zLNzxAAlx3iPPRti5rmDfQGPbwt+q01QpbPQJPoZU84K068wBfhcjBZLWKY+LIU
/Rc+v9U0ORbdvfnUkjayZHIWcfSBCxhnQrlOXlaMzPxBWV8KKc38vTI04Wuf3IvA
Ei8IXE62wbYs1oWU0wEIcgyR+EiRLCbqKpmCatpMIl1azFdPE9xuTF/jND7Q6yL/
mPq/OOPYXnTJqE+S4y/DvV6Ege+T8hBvMEOCqCY+LWgSSEIl18tS6gkYjv+a9Ibk
m2eFVbaKNaTFg7ya99fiogqZa01XUV8ASYIOg2o1H/WrMGJyIEKBv9Xfpxmu+BhY
NQuoiVVeMylp0MkruPdadXTQfeZLy1n0rdQDoSXDmoLLyxyAiGTDKb2ollWogZRU
3Iod2bPN5z0nhOi/Fk0QxeJx/DD5qShSHW+KezTtx4PNIaL4KVEBtrJxc085lwq9
M91gMHR0MNiHCOCNx/wnmNwlwn9UJDVkP7DQHA5aAoy90xVHSaLfAKzNW4VSYBz9
QReMxxKQfLa+JAJ8G12fJTKuuPHFl/bVPNty2ZfdZJ/W2llwmJGLOgHyr6MqwAxm
JG0jGLjYb9Pt9Wb8MIhTGzaJzpo2oqzHCQneOSK0UyouXUHKQMX7hknxWf/HUvZk
2xvfU+ZZrIf3CP/U2WFB9UU13ccPrbSr4qHG4/2hYlBb8o1JW7k=
=W1G/
-----END PGP SIGNATURE-----

3
man-pages-6.02.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66d809b62ba8681ebcbd1a8d0a0670776924ab93bfbbb54e1c31170e14303795
size 1800876

View File

@ -1,14 +1,13 @@
Index: man-pages-5.03/man7/tcp.7
===================================================================
--- man-pages-5.03.orig/man7/tcp.7 2019-10-11 10:56:08.000000000 +0200
+++ man-pages-5.03/man7/tcp.7 2019-10-25 09:36:55.047041318 +0200
@@ -458,9 +458,31 @@ When enabled, outgoing ECN-setup SYNs th
diff -Nur man-pages-6.02/man7/tcp.7 new/man7/tcp.7
--- man-pages-6.02/man7/tcp.7 2022-12-22 20:25:12.000000000 +0100
+++ new/man7/tcp.7 2022-12-28 00:46:39.396907119 +0100
@@ -491,9 +491,31 @@
normal SYN retransmission timeout will be resent with CWR and
ECE cleared.
.TP
-.IR tcp_fack " (Boolean; default: enabled; since Linux 2.2)"
+.IR tcp_fack " (integer; default: see below; since Linux 2.2)"
.\" Since 2.1.92
.\" Since Linux 2.1.92
Enable TCP Forward Acknowledgement support.
+
+Prior to Linux 4.11, this option was enabled by default.
@ -34,4 +33,4 @@ Index: man-pages-5.03/man7/tcp.7
+.RE
.TP
.IR tcp_fin_timeout " (integer; default: 60; since Linux 2.2)"
.\" Since 2.1.53
.\" Since Linux 2.1.53

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Tue Dec 27 23:29:32 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 6.00
* Updated manual pages and interface documentation
* Move definitions of types to separate pages in man2type/ and
man3type/. Previously, they were spread (and duplicated) in other
pages, or in system_data_types.7 (with links in man3/).
* Add man3head/ for pages that document header files.
* Add man3const/ for pages that document constants.
* Improve consistency of man(7) source
* Manual pages sections:
* Title (.TH):
* Remove 5th argument to TH (middle-header).
* Specify "Linux man-pages" and the version in the 4th argument
(left-footer).
* Add the LIBRARY section. This section standardizes a way to
document the library that provides a given interface.
* Add the CAVEATS section. BUGS and NOTES were serving that purpose
before, but CAVEATS is more appropriate.
* Rename the CONFORMING TO section to STANDARDS for consistency with
other projects, such as the BSDs.
* SYNOPSIS: Add the ISO C2X [[deprecated]] attribute for functions
that have been deprecated or removed.
* EXAMPLES: Improve consistency of C source code. Also, reduce the
number of warnings that several linting tools emit.
* COLOPHON: Remove section (its purpose is now served by the title).
- Update to version 6.01
* Updated interface documentation
* Manual pages' sections:
* Title (.TH):
* Remove the hardcoded date (TH 3rd argument), and replace it by a
placeholder that should be changed when creating the tarball.
This removes the need for a tstamp commit before each release.
- Update to version 6.02
* Updated manual pages and interface documentation, noteable:
* copy_file_range.2: Fix wrong kernel version information
* process_madvise.2: Fix capability and ptrace requirements
* madvise.2: Update Transparent Huge Pages file/shmem documentation
for Linux 5.4+.
* Use correct letter case in manual page titles, instead of uppercase.
* Use \" t comments when appropriate (Lintian needs this).
* SYNOPSIS:
* Add _Nullable for functions that receive NULL as a meaningful
input.
* Use VLA syntax to clarify the meaning of size parameters, rather
than hiding it in possibly-confusing text.
* Use [[noreturn]] instead of noreturn, which will be deprecated
soon.
- Rebased man-pages-tcp_fack.patch
- Added keyring and signed source
-------------------------------------------------------------------
Mon Sep 6 13:40:10 UTC 2021 - pgajdos@suse.com

89
man-pages.keyring Normal file
View File

@ -0,0 +1,89 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: A934 8594 CE31 283A 826F BDD8 D576 33D4 41E2 5BB5
Comment: Alejandro Colomar Andres <alx.manpages@gmail.com>
xsFNBGI/tA8BEACYC5fPDOMDrT8SxNlsB9fRj9YAZt7okGtbCIlVuSPs81YMkeJm
BxtPPnps5Vw2whZS13zaoyPykMg6k+komDWctWQKIF0VgpVYtIuezq4q8kMNmKLc
MnHiZRKRh8dOqlK6jHcUlF8rBgQhk+RUBUPOqFEYeTveoZ9qqVmWhOVce5uUX01k
iU2SjoGAGkNDBqmOkhhVUSQg/AVcc4web6Gu184VUbOXx7J5MPpRmXE610fAUeeJ
1VzyB8U/hgPLrbZX3jQMJbcCSM+Qdxdr/gsptfx1XIm4NsvKXTUOpWg1DQFiQYTJ
FN6Kz0NKN6MV/3AqbKGtWDqKhFt3u3a7T+uUP/qzi9jma+DruQuzQztI6xnthZCb
RjFkQ/iUUtuGgmpOB14HrgwNaRjKWddzab+A7BL971Q3fFqDsvrntD+koYVUgTfq
ErcQo9ZdGRAUL5icyyDg4cC6xgjdmYfnX1s4Rlo3cXJXTZpIOx5AvZV6HYNNm9pu
EoPm5gjNtk4F+FENNjkB3c2ntFr2prpoxaN9ceNd8a1tkWAgh6ueFVA/tkd1hy+2
bP7e5+Nk9NjsWLvnL2slep1cX38DU9hx91t21+x/8hCxN4gqtvDJY/eqUZ2d0uAR
KhPEDZ8GzchxVtX9bGx1HSAVcdnkSzKIGFOJi3ivYqUEihXd5WQE57UovQARAQAB
zTFBbGVqYW5kcm8gQ29sb21hciBBbmRyZXMgPGFseC5tYW5wYWdlc0BnbWFpbC5j
b20+wsGOBBMBCgA4FiEEqTSFlM4xKDqCb73Y1XYz1EHiW7UFAmI/tA8CGwEFCwkI
BwIGFQoJCAsCBBYCAwECHgECF4AACgkQ1XYz1EHiW7U3bA//e10l6Nw6m3mgFoY6
3ik8DvbD4fZ+/bUuQmTJ3uOI7wuzgjRnhWKvzBspNGgz3Hzdu3TuGEiVzXfNrdiu
bwvOVufrW50RDfjkzcvG+lOF8aXkIRz+46+cXkLdGk5FB9xKPtJs1KuH0ocTDHIe
Bbg7zHKIZDkLOizCsrzaNI1wDN5xOpyXkYqQYxuXfCipcfXapkuWXnvRQGGsopEh
ae+2khiL1hXo00t2A2jfwD6LTdUoXhFh7RkWNc72z2xiiSjMv5PDtG9EyYBhntEc
xZj2kEgnP2ZaRto5OQa557KQg06tSP9s3KYHcHEd/9yLsNlQJTlOPMO0LH2XnL2M
PvM5a7CZQfzTVOrNWM3k4t+46ON2qoMsOBO4nr9fH9eFtmULiEGN+oVJn+M+PYQJ
YlnKKu0mS+rbHZnkD42FiW9ZcXbPLPohB9T1LBjm1lJI8tYiHyfoFwnvBLimSjxm
O0VsGKEgZYglVV34Jg9l0I2vYt6Y0Yieku7GI2Z7oDcBWlW3qbRxPDS+CWN3kSaW
XRos1ufM038Yb1PwI4wzIaqrIVvGUmwCESNOXhsc8JPNqhqvnFFcbAXlPO4vQ26j
ThedHGMpbWFVSfajwMTvubAbVuq6vssZCwK405aSESbK10ohSRagKexZAqVMeusb
1fC4AFTCng9qPgHvJgk5mCX4gmnOwU0EYj+7OQEQAJLWRpWSI3JRdHZEMSKSdnEN
BThIM8xtIWcyHx8y1k+x77mNFx1gCOuMmWw0nR5Ck0im1Z606AmsgQ7tKCEmt4GY
fnHeWviIH+DbCJBjUWrJBp5mWFDPkT9T8yj5VanTyHF3nWb03q5kRyMju9396eZM
Prw68hsrm67dp9iBWye0qKTXndpFyLOXcpPPZryfprjwgw+cGB23V36RB/is50Tj
BzlR88Hx2EPvn4p7sNnI3SWwMmc+kEqKQEHoOOlBAJP2kxriN3BBSMw6unKakvH7
6Wxxi+Touue7dotUy81AqP+BStNu2S5E16XAfIW5ihVoX1rng8d2kTb25aCZ+5Kv
e0YZxN7YHsIvrMibCgqzpR3Naw/PyTS/ZXK9srkk5sGPNEA1TVN1NmXqi3cceOzt
9c0eVQqRrtPUaOe2yY+WGjLpMJmC4j8ExMZE6qq8n+0LC6uO04HftGJ1Mqu/VxL9
Ou6MPhQsWyKEjZUFgVti2zYtyXjTwjNKVnYBbokBNihR9LOKrpSsRGxLcKVVzh/X
5lDdt1ZCNU52q30ZRl4EnTiEkW12tDvU2vOQRfzbaAV0VOArQ3XJk+9+Nz40T2wB
dYsVPijoQw7mgwVFeYg+gV6sh8i+q3ImL6h0MJoNs7XRZk3sGqVdddlb9sKar28q
87M07TMPHPdmOyn4Hn2PABEBAAHCwXwEGAEKACYWIQSpNIWUzjEoOoJvvdjVdjPU
QeJbtQUCYj+7OQIbDAUJAeEzgAAKCRDVdjPUQeJbtZgLD/0f+BOvEbe6FCP99Hk7
okW/Qv2cehGmVSCQcBtnMCgfRpFOLxkdj1NX9ub8pvdn8sEj/Tmr1sg3larTfAK+
FOAmw/y/X9iYGTE16xxYMVPeLssCjsYSxC/MpYGlPPZemn9QcpwZ92FP5i0MjBwD
E7NLmon4wHnXjSatPF1j921XcUcsI/66gH+digPWPwufZgn8eL5mLtq9o28AglVj
rC+bIFsk4chirjb9QO/pNCWCZbCfGq6PbEtH47HL6MsWow19rtDKv3U24xVoiUG3
U9pljIIjh8aRgxrLfTR+fiW2GRlf033iRQyAFvz8N4JLSreNCD9resub48lAhxBJ
9hOqX569V5mOhDmnuYT2CUDVGycPfEXaTz2N5eBWOPTN9dr+naYQI9pAZjL+5m8i
6yGaE7B8OUPvooPN1YvyNbuLU72aJhZ9qaNzDt/kC9BU6s8D44k8lJkjuKzIuRGY
iyReSE0mhEhVzRkG+FAU7l2ICl2OLKVnmKUgdqkRIa5F4F6w1hCQcCASVuKaTyOI
UYXnxlesB00cRduDaIlT8+AAWk0BZL2W6ck0/g09Ai/LRzMBe06t8BUOEa/NiwUv
31sYM3smE4GcF11BWGKjOzl8CSlY5YAtgfjhMIF3HUcQeMuWrHf/w/cFXg9KX4lp
PjoZov2BfVphYJq1nryud52VB87BTQRiP7d1ARAAq/ZXcWpJDXSqfz3PPn0c50f/
m9vQn0FozhL9p4wcoUGuQlNfIzE+gyDqJL9r1O8cGjSb4gaLmilgCHuYsmtwVh4U
aZOntlp0k/192cZpvDYwWQDFZdSV0v7wxA4VLu+sv2fNmHB2Yudn0V0a948M2v4x
hcoy8HptOBvwq0vrVB4lnd3G3odPS5UP8ze3DvKDqGGVsqF9BjbV21KL8rLHVLdU
Tg60lXXvvHnOwEJvH4O5kbdxwl4Y8K3S8b6lUYBt8GAkd058y/qxroWMWkxJm3Iz
y6yqkn2WrbJlYq9SSdgp/DvTbOUTrKp7pWGtH6E6OCw8IKkfNrnpfJhGmREIeAe6
G/Jr6jyygR20F1XkU8bqi3cnd1v9sruZyFIu5AOgiJuZnSvDE+goh6mGMUA99x0z
eDrRaq39028owRucJcwg9pkqxgedhWIK5H0oilwTsYqqBaPvkqStcErhzWtoHtYZ
CHZRPMBDwwQ0kaj7WvLfGWszT7nObUeoNAfyVEyGuq/Gw5OTYDY/I6xqrzL01pfr
cXEObmKOTpb3YsB8tv2MxA4VnG9ZbNH2kEB59gmBa+kvQHfXTrDCWdhNvSuL/2qR
pxhIy6qql1nyMTwatNW2WNaUCPH8vjyZKfCB2X0Nka5lBWkjrnyzoEBO3MPI/0sZ
UnWxawWQO3DHxizy09EAEQEAAcLDrAQYAQoAIBYhBKk0hZTOMSg6gm+92NV2M9RB
4lu1BQJiP7d1AhsCAkAJENV2M9RB4lu1wXQgBBkBCgAdFiEE6jqH8KTroDDkXfJA
nowa+77/2zIFAmI/t3UACgkQnowa+77/2zJKtw/+PGO4y3yAeY2PXc1QpopG7nsT
gG9GA0mUEtz7ehpz68iJtYC2kbdI8PB1lSPNGzEb0yryew+/pHOhgiyvdDI8TAXZ
S/wXwRY/IzblXmjXyO3U26J9JK4uemzCNwHfxu468kXJz60WaP58xinDA1sVd7YG
ZGpodKR2Fo0rbbdH6/Ldql8yu+Fztz51NUZBmNUAJTGvPRSV1Mlvr3hacgCVjVvc
2FWrYzyj8jC6/CO7fSi474iQQVsBNn214L0+fCKoagAyrfmCXV5TYg9TJ2WgW2wQ
juzJ/mhvsgCQSSj6po6DdXTl8tRbbjaxx502CB8qEQ/yEdQ7RMJSGB5YWfvLstq1
zzAPyPIUgsRYDBCWmPCM3z+PbD78BTHxoJxBZO45kwHMz+68Eng7r0Z1kM7SarvT
0Kd1pnpP3mu1lfd6wZiOlYqZfD+vZtws0BK57iGVLrbIz9AWolPoRDaF7mZpVdDL
ZzYsdI9vLEyHuPb7W+VE1USYyMMCNQQxrTOFJIo/bTZA5J7a05KQRNzBZPUmIvGg
DffZAQjZpMEXWNKKcDYRhScARMMnL+yO3e7P2O/WUrmQa4wepweYFPl4dbQ3UGcc
xy3LZ2dnAIxPAXFNsK4GYIVokWe2JSNG6M15ev1SWgFYWVO3+nm5JV0mBScE6wsG
pvFW3IKIrpDLHb/N9TZpDw/+LI0iX6KnROJBhx1/0vzf0PC4n5Xn2Iry11/1rRsk
YLrmB/vGA6hmghnKPCCppUQ4WjBNWnIYzKfzvNPAdq8aIKbC1rtPABeDyfe8NNUX
4wa/GgOar2V5wnwJ5qUc0Iw64yLjTpXvN+HV7zgADboEdtnQW47+zEbTqV59cIcg
BCSMAXgICnvqdc8FskDb9hqvvQtCENsOLibKHYzYumMxZ075tx7pZza+LC/sf4vt
uIrs9Bn9imxokdhbQsiiHpNDdjQIT6rqCOy9BxD9hSodznhB9GgnRXGX/w8NfX46
hETmiYVb0oE71yFYd3ZweHu6pWLDEjUMagnCkA+A+/ZIxazsoMklPusTKb1ELzoh
eOjKz8fCrX4rj07hI4tGNBfas9bub6sHpbIOb6aGtdofaknV/7lim0aqkMeYBxES
6E10+2jCmLg1N1ADMRBBDml5zrVjZa95+B+8zK2d6r5E0UZhoh/IhpEhZ8Nljt66
/35XyEACS0lB+ZU5keI/1wTbThkgFimkVNzeXF9sx3EuWMZGgcd7uBMPg6pwTS+q
Gs6XtYmiKMbMgvDDhcqFh5r/4r7+xW6ZFhR4Dfkdp3pyDIh7h0Hf+tv0Qj1RKBpm
i/lwn0qZrLWM/aYXo0Vuy2nAbeATAle4Iag+r2AkdEAaBDadFeZisl0Oj0djrGER
Rhs=
=KAEy
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -1,7 +1,7 @@
#
# spec file for package man-pages
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: man-pages
Version: 5.13
Version: 6.02
Release: 0
Summary: Linux Manual Pages
License: BSD-3-Clause AND GPL-2.0-or-later AND MIT
@ -25,13 +25,16 @@ Group: Documentation/Man
URL: https://www.kernel.org/doc/man-pages/download.html
#Git-Clone: git://git.kernel.org/pub/scm/docs/man-pages/man-pages
#Git-Web: http://git.kernel.org/cgit/docs/man-pages/man-pages.git/
Source: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/snapshot/man-pages-%{version}.tar.gz
Source0: https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
Source1: https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.sign
# https://lore.kernel.org/all/1257e092-79af-3624-2f6a-fb5fd69e5c18@gmail.com/#t
Source2: %{name}.keyring
Patch0: %{name}.eal3.diff
Patch3: %{name}_gai.conf-reference.patch
Patch1: %{name}_gai.conf-reference.patch
# [bsc#1154701]
Patch6: man-pages-tcp_fack.patch
Patch2: man-pages-tcp_fack.patch
BuildRequires: fdupes
Supplements: packageand(man:patterns-base-documentation)
Supplements: (man and patterns-base-documentation)
BuildArch: noarch
%description
@ -47,8 +50,8 @@ only).
%prep
%setup -q
%patch0 -p2
%patch3
%patch6 -p1
%patch1
%patch2 -p1
find -name "*.orig" | xargs rm -fv
%build
@ -95,11 +98,13 @@ fi
%files
%defattr(644,root,root,755)
%doc README Changes Changes.old CONTRIBUTING lsm
%license LICENSES/*.txt
%dir %{_mandir}/man7mp
%dir %{_mandir}/man2type
%dir %{_mandir}/man3const
%dir %{_mandir}/man3head
%dir %{_mandir}/man3type
%{_mandir}/man*/*.gz
%doc README Changes Changes.old
%doc man-pages-*.Announce
%doc man-pages-*.lsm
%doc Changes
%changelog