5523e9
--- current/lib/poptQV.c.noconfig	2017-10-10 16:36:22.671332271 +0200
5523e9
+++ current/lib/poptQV.c	2017-10-10 16:40:44.735808086 +0200
5523e9
@@ -185,6 +185,9 @@
5523e9
  { "noghost", '\0', POPT_BIT_CLR|POPT_ARGFLAG_DOC_HIDDEN,
5523e9
 	&rpmQVKArgs.qva_fflags, RPMFILE_GHOST,
5523e9
         N_("skip %%ghost files"), NULL },
5523e9
+ { "noconfig", '\0', POPT_BIT_SET|POPT_ARGFLAG_DOC_HIDDEN,
5523e9
+	&rpmQVKArgs.qva_fflags, RPMFILE_CONFIG,
5523e9
+        N_("skip %%config files"), NULL },
5523e9
 
5523e9
  { "qf", '\0', POPT_ARG_STRING | POPT_ARGFLAG_DOC_HIDDEN, 0, 
5523e9
 	POPT_QUERYFORMAT, NULL, NULL },
5523e9
--- current/doc/rpm.8.noconfig	2017-10-10 16:36:22.671332271 +0200
5523e9
+++ current/doc/rpm.8	2017-10-10 17:04:28.537393197 +0200
5523e9
@@ -76,7 +76,7 @@
5523e9
  [\fB--nodigest\fR] [\fB--nosignature\fR]
5523e9
  [\fB--nolinkto\fR] [\fB--nofiledigest\fR] [\fB--nosize\fR] [\fB--nouser\fR]
5523e9
  [\fB--nogroup\fR] [\fB--nomtime\fR] [\fB--nomode\fR] [\fB--nordev\fR]
5523e9
- [\fB--nocaps\fR]
5523e9
+ [\fB--nocaps\fR] [\fB--noconfig\fR]
5523e9
 
5523e9
 .SS "install-options"
5523e9
 .PP
5523e9
@@ -673,6 +673,9 @@
5523e9
 \fB--nofiles\fR
5523e9
 Don't verify any attributes of package files.
5523e9
 .TP
5523e9
+\fB--noconfig\fR
5523e9
+Don't verify config files.
5523e9
+.TP
5523e9
 \fB--noscripts\fR
5523e9
 Don't execute the \fB%verifyscript\fR scriptlet (if any).
5523e9
 .TP