import man-pages-overrides-8.3.0.2-2.el8

This commit is contained in:
CentOS Sources 2020-11-03 06:58:34 -05:00 committed by Andrew Lukoshko
parent 697be8bd98
commit aadbd523d7
7 changed files with 156 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/man-pages-overrides-8.2.0.2.tar.xz
SOURCES/man-pages-overrides-8.3.0.2.tar.xz

View File

@ -1 +1 @@
4b380bc2070d835201d1567f251a67bb3d1a6898 SOURCES/man-pages-overrides-8.2.0.2.tar.xz
931700b9aab847aff4c80fa2e8ccc73c1cfad189 SOURCES/man-pages-overrides-8.3.0.2.tar.xz

View File

@ -0,0 +1,34 @@
From 32cb6e3dcdcd26746653f5a4a3359c4b5a5a1789 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
Date: Mon, 15 Jun 2020 14:23:35 +0200
Subject: [PATCH] radvd.8: add nodaemon option
---
radvd/man8/radvd.8 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/radvd/man8/radvd.8 b/radvd/man8/radvd.8
index 6a98b12..4c71247 100644
--- a/radvd/man8/radvd.8
+++ b/radvd/man8/radvd.8
@@ -23,6 +23,7 @@ radvd \- router advertisement daemon for IPv6
.BI "[ \-p " pidfile " ]"
.BI "[ \-m " logmethod " ]"
.BI "[ \-l " logfile " ]"
+.BI "[ \-n " nodaemon " ]"
.BI "[ \-f " facility " ]"
.BI "[ \-t " chrootdir " ]"
.BI "[ \-u " username " ]"
@@ -57,6 +58,9 @@ Displays a short usage description and then aborts.
.BR "\-c" , " \-\-configtest"
Test configuration and do startup tests and then exit.
.TP
+.BR "\-n" , " \-\-nodaemon"
+Prevent the daemonizing.
+.TP
.BR "\-d " debuglevel, " \-\-debug " debuglevel
With this option you turn on debugging information. The debugging level is
an integer in the range from 1 to 5, from quiet to very verbose. A
--
2.26.2

View File

@ -0,0 +1,33 @@
From 09804c9f4bd48d4bf2798abd218d58f9a1cb417c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
Date: Thu, 30 Apr 2020 17:09:41 +0200
Subject: [PATCH] xattr.7: add attr(1) and selinux(8) as relevant pages to SEE
ALSO
---
man-pages/man7/xattr.7 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/man-pages/man7/xattr.7 b/man-pages/man7/xattr.7
index fa67ab8..9ea8859 100644
--- a/man-pages/man7/xattr.7
+++ b/man-pages/man7/xattr.7
@@ -189,12 +189,14 @@ This page was formerly named
.BR getfattr (1),
.BR setfattr (1),
.BR getxattr (2),
+.BR attr (1),
.BR ioctl_iflags (2),
.BR listxattr (2),
.BR removexattr (2),
.BR setxattr (2),
.BR acl (5),
-.BR capabilities (7)
+.BR capabilities (7),
+.BR selinux (8)
.SH COLOPHON
This page is part of release 4.15 of the Linux
.I man-pages
--
2.26.2

View File

@ -0,0 +1,29 @@
From 72e4973f03c65b416ceb8f57595eeb0180facb02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
Date: Thu, 30 Apr 2020 17:24:59 +0200
Subject: [PATCH 2/2] execve.2: clarify signal sent to the process on late
failure
---
man-pages/man2/execve.2 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/man-pages/man2/execve.2 b/man-pages/man2/execve.2
index 7aaa64b..6d86cc4 100644
--- a/man-pages/man2/execve.2
+++ b/man-pages/man2/execve.2
@@ -585,7 +585,10 @@ failure may occur past the point of no return:
the original executable image has been torn down,
but the new image could not be completely built.
In such cases, the kernel kills the process with a
-.BR SIGKILL
+.\" commit 19d860a140beac48a1377f179e693abe86a9dac9
+.BR SIGSEGV
+.RB ( SIGKILL
+until Linux 3.17)
signal.
.\"
.SS Interpreter scripts
--
2.26.2

View File

@ -0,0 +1,25 @@
From 41c7c280da30adafb63e4af949ce537ecb0b4227 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
Date: Thu, 25 Jun 2020 15:59:13 +0200
Subject: [PATCH] sgdisk.8: fix typo
---
gdisk/man8/sgdisk.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdisk/man8/sgdisk.8 b/gdisk/man8/sgdisk.8
index 2cb18b9..d05f0bd 100644
--- a/gdisk/man8/sgdisk.8
+++ b/gdisk/man8/sgdisk.8
@@ -219,7 +219,7 @@ of the sector value reported by this option. You can change the alignment value
with the \-a option.
.TP
-.B e, \-\-move\-second\-header
+.B \-e, \-\-move\-second\-header
Move backup GPT data structures to the end of the disk. Use this option if
you've added disks to a RAID array, thus creating a virtual disk with space
that follows the backup GPT data structures. This command moves the backup
--
2.26.2

View File

@ -2,8 +2,8 @@
Summary: Complementary and updated manual pages
Name: man-pages-overrides
Version: 8.2.0.2
Release: 1%{?dist}
Version: 8.3.0.2
Release: 2%{?dist}
# license is the same as for the man-pages package
License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE
Group: Documentation
@ -13,6 +13,10 @@ Source: man-pages-overrides-%{version}.tar.xz
Patch0: 1706882-mpo-8.1.0.0-rpc.3.patch
Patch1: 1673142-mpo-8.2.0.0-copy_file_range.2.patch
Patch2: 1517305-mpo-8.2.0.1-jose-.1.patch
Patch3: 1828296-mpo-8.3.0.0-xattr.7.patch
Patch4: 1829031-mpo-8.3.0.0-execve.2.patch
Patch5: 1731058-mpo-8.3.0.1-radvd.8.patch
Patch6: 1850065-mpo-8.3.0.2-sgdisk.8.patch
BuildArch: noarch
@ -34,7 +38,7 @@ find -name "*.orig" -delete
%install
mkdir -p $RPM_BUILD_ROOT%{_mandir}/overrides
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
for i in *; do
if [[ -d "$i" ]]; then
for j in $(ls "$i"); do
@ -49,18 +53,41 @@ for i in *; do
fi
done
else
mkdir -p "$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/$i"
cp "$i/$j" "$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/$i"
mkdir -p "$RPM_BUILD_ROOT%{_docdir}/%{name}/$i"
cp "$i/$j" "$RPM_BUILD_ROOT%{_docdir}/%{name}/$i"
fi
done
fi
done
%files
%doc %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}
%{_mandir}/overrides/
%changelog
* Thu Aug 20 2020 Nikola Forró <nforro@redhat.com> - 8.3.0.2-2
- xattr.7: add attr(1) and selinux(8) as relevant pages to SEE ALSO
related: #1828296
* Thu Jun 25 2020 Nikola Forró <nforro@redhat.com> - 8.3.0.2-1
- Upload new tarball
- sgdisk.8: fix typo
resolves: #1850065
* Mon Jun 15 2020 Nikola Forró <nforro@redhat.com> - 8.3.0.1-1
- Upload new tarball
- radvd.8: add nodaemon option
resolves: #1731058
* Thu Apr 30 2020 Nikola Forró <nforro@redhat.com> - 8.3.0.0-1
- Upload new tarball
- Use unversioned docdir
resolves: #1824824
- xattr.7: add attr(1) as a relevant page to SEE ALSO
resolves: #1828296
- execve.2: clarify signal sent to the process on late failure
resolves: #1829031
* Thu Dec 19 2019 Nikola Forró <nforro@redhat.com> - 8.2.0.2-1
- Upload new tarball
- kernel_lockdown.7: add missing .RE macro