summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-05-28 12:21:34 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-05-28 12:21:34 +0300
commit00f1a6e0b1805c2c0f9ff314aabce8f9ca209f4c (patch)
tree81bd4d040b31c69dcafee46234be8b77b3ebf364 /doc
parentac0ab016a5ec31e65eb0c0910a5a6f1199aae3e7 (diff)
downloadrpm-00f1a6e0b1805c2c0f9ff314aabce8f9ca209f4c.tar.gz
rpm-00f1a6e0b1805c2c0f9ff314aabce8f9ca209f4c.tar.bz2
rpm-00f1a6e0b1805c2c0f9ff314aabce8f9ca209f4c.zip
Add header extension tag RPMTAG_FILESTATUS for file verification
- Permits basic file verification with just a headerGet(), with some caveats: there's no way to control which attributes get verified, and there's no filtering of mtime differences of shared files. Those aside, rpm -q --qf "[%{filestates:vflags} %{filenames}\n] <args>" now performs the same as "rpm -V --nodeps --noscripts <args>"
Diffstat (limited to 'doc')
-rw-r--r--doc/rpm.83
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rpm.8 b/doc/rpm.8
index 47c7ee7f1..d93b9c692 100644
--- a/doc/rpm.8
+++ b/doc/rpm.8
@@ -478,6 +478,9 @@ Format file flags.
\fB:fstate\fR
Format file state.
.TP
+\fB:fstatus\fR
+Format file verify status.
+.TP
\fB:hex\fR
Format in hexadecimal.
.TP