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

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