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

This commit is contained in:
CentOS Sources 2020-07-14 01:37:36 +00:00 committed by Andrew Lukoshko
parent 737b8f7486
commit 0cae6edb7f
5 changed files with 74 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
d81ba9d47f5de1f4b0fc98bc5a6f548ecb85b142 SOURCES/man-pages-overrides-8.3.0.0.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,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,7 +2,7 @@
Summary: Complementary and updated manual pages Summary: Complementary and updated manual pages
Name: man-pages-overrides Name: man-pages-overrides
Version: 8.3.0.0 Version: 8.3.0.2
Release: 1%{?dist} Release: 1%{?dist}
# license is the same as for the man-pages package # license is the same as for the man-pages package
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
@ -15,6 +15,8 @@ Patch1: 1673142-mpo-8.2.0.0-copy_file_range.2.patch
Patch2: 1517305-mpo-8.2.0.1-jose-.1.patch Patch2: 1517305-mpo-8.2.0.1-jose-.1.patch
Patch3: 1828296-mpo-8.3.0.0-xattr.7.patch Patch3: 1828296-mpo-8.3.0.0-xattr.7.patch
Patch4: 1829031-mpo-8.3.0.0-execve.2.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 BuildArch: noarch
@ -63,6 +65,16 @@ done
%{_mandir}/overrides/ %{_mandir}/overrides/
%changelog %changelog
* 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 * Thu Apr 30 2020 Nikola Forró <nforro@redhat.com> - 8.3.0.0-1
- Upload new tarball - Upload new tarball
- Use unversioned docdir - Use unversioned docdir