diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-09-18 13:24:25 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-09-18 13:24:25 +0300 |
commit | acb135c28bd9c637e4db722495a5c890d5593a46 (patch) | |
tree | e7e606bd0120c2db0491e2c7b039f40e7913ab94 | |
parent | 06fb56e64f9198f50c3f91a9ce1f2c82ea9ea790 (diff) | |
download | rpm-acb135c28bd9c637e4db722495a5c890d5593a46.tar.gz rpm-acb135c28bd9c637e4db722495a5c890d5593a46.tar.bz2 rpm-acb135c28bd9c637e4db722495a5c890d5593a46.zip |
Document manifest behavior for install options too (rhbz#461354)
-rw-r--r-- | doc/rpm.8 | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -208,7 +208,8 @@ new package is installed. .PP This will upgrade packages, but only if an earlier version -currently exists. The \fIPACKAGE_FILE\fR +currently exists. The \fIPACKAGE_FILE\fR can be either \fBrpm\fR binary +file or ASCII package manifest (see \fBPACKAGE SELECTION OPTIONS\fR), and may be specified as an \fBftp\fR or \fBhttp\fR URL, @@ -271,6 +272,9 @@ Update only the database, not the filesystem. \fB--nodigest\fR Don't verify package or header digests when reading. .TP +\fB--nomanifest\fR +Don't process non-package files as manifests. +.TP \fB--nosignature\fR Don't verify package or header signatures when reading. .TP @@ -532,9 +536,10 @@ See \fBFTP/HTTP OPTIONS\fR for information on \fBhttp\fR client support. The \fIPACKAGE_FILE\fR argument(s), if not a binary package, will be interpreted as an ASCII package -manifest. Comments are permitted, starting with a '#', and each +manifest unless \fB--nomanifest\fI option is used. +In manifests, comments are permitted, starting with a '#', and each line of a package manifest file may include white space separated -glob expressions, including URL's with remote glob expressions, +glob expressions, including URL's, that will be expanded to paths that are substituted in place of the package manifest as additional \fIPACKAGE_FILE\fR arguments to the query. |