Blame SOURCES/0001-Document-noverify-in-the-man-page-RhBug-1646458.patch

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