38 lines
1.3 KiB
Diff
38 lines
1.3 KiB
Diff
From c4f285cff8f830447857e52848ecf909cedb192a Mon Sep 17 00:00:00 2001
|
|
Message-Id: <c4f285cff8f830447857e52848ecf909cedb192a.1543566970.git.pmatilai@redhat.com>
|
|
From: Panu Matilainen <pmatilai@redhat.com>
|
|
Date: Tue, 6 Nov 2018 12:22:55 +0200
|
|
Subject: [PATCH] Document --noverify in the man page (RhBug:1646458)
|
|
|
|
Should've been in commit 765e2c72ae8be369ada41d4747b8999519a0e327
|
|
---
|
|
doc/rpm.8 | 5 ++++-
|
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/rpm.8 b/doc/rpm.8
|
|
index 5ab61b2ac..31c51d821 100644
|
|
--- a/doc/rpm.8
|
|
+++ b/doc/rpm.8
|
|
@@ -104,7 +104,7 @@ Scripts and triggers:
|
|
[\fB--ignoresize\fR] [\fB--ignorearch\fR] [\fB--ignoreos\fR]
|
|
[\fB--includedocs\fR] [\fB--justdb\fR]
|
|
[\fB--nodeps\fR] [\fB--nodigest\fR] [\fB--noplugins\fR]
|
|
- [\fB--nocaps\fR] [\fB--noorder\fR]
|
|
+ [\fB--nocaps\fR] [\fB--noorder\fR] [\fB--noverify\fR]
|
|
[\fB--nosignature\fR] [\fB--noscripts\fR] [\fB--notriggers\fR]
|
|
[\fB--oldpackage\fR] [\fB--percent\fR] [\fB--prefix \fINEWPATH\fB\fR]
|
|
[\fB--relocate \fIOLDPATH\fB=\fINEWPATH\fB\fR]
|
|
@@ -315,6 +315,9 @@ Don't set file capabilities.
|
|
Don't reorder the packages for an install. The list of
|
|
packages would normally be reordered to satisfy dependencies.
|
|
.TP
|
|
+\fB--noverify\fR
|
|
+Don't perform verify package files prior to installation.
|
|
+.TP
|
|
\fB--noplugins\fR
|
|
Do not load and execute plugins.
|
|
.TP
|
|
--
|
|
2.19.2
|
|
|