summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-03-22 23:39:01 +0000
committerjbj <devnull@localhost>2001-03-22 23:39:01 +0000
commit1975b49aa7167e7694da5659e29660aca44d02fc (patch)
treef64a99c29e665281201064212f89d4e0022bb279 /doc
parent731946f4b90eb1173452dd30f1296dd825155d82 (diff)
downloadrpm-1975b49aa7167e7694da5659e29660aca44d02fc.tar.gz
rpm-1975b49aa7167e7694da5659e29660aca44d02fc.tar.bz2
rpm-1975b49aa7167e7694da5659e29660aca44d02fc.zip
- python: strip header regions during unload.
- add -g to optflags in per-platform config. - permit confgure/compile with db3-3.2.9. - permit manifest files as args to query/verify modes. CVS patchset: 4649 CVS date: 2001/03/22 23:39:01
Diffstat (limited to 'doc')
-rw-r--r--doc/rpm.89
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/rpm.8 b/doc/rpm.8
index ff7661bb5..41ae50aae 100644
--- a/doc/rpm.8
+++ b/doc/rpm.8
@@ -239,6 +239,12 @@ Query an (uninstalled) package \fI<package_file>\fP.
The \fI<package_file>\fP may be specified as an ftp or http style URL, in which case
the package header will be downloaded and queried. See \fBFTP/HTTP
OPTIONS\fP for information on RPM's built-in ftp and http client support.
+The <package_file> argument(s), if not an rpm package, will be interpreted
+as an ASCII package manifest. Comments are permitted, starting with a '#',
+and each line of the package manifest file includes white space seperated
+glob expressions, including URL's with remote glob expressions, that will
+be expanded to paths that are substituted in place of the package manifest
+as <package_file> arguments to the query.
.IP "\fB\-\-specfile \fI<specfile>\fP"
Parse and query \fI<specfile>\fP as if it were a package. Although not all
the information (e.g. file lists) is available, this type of query permits
@@ -299,7 +305,8 @@ files in the package with information about the files taken from the
original package and stored in the rpm database. Among other things,
verifying compares the size, MD5 sum, permissions, type, owner and group
of each file. Any discrepencies are displayed. The package specification
-options are the same as for package querying.
+options are the same as for package querying (including package manifest
+files as arguments).
Files that were not installed from the package, for example documentation
files excluded on installation using the "\fB\-\-excludedocs\fP" option,