diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-05-28 12:21:34 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-05-28 12:21:34 +0300 |
commit | 00f1a6e0b1805c2c0f9ff314aabce8f9ca209f4c (patch) | |
tree | 81bd4d040b31c69dcafee46234be8b77b3ebf364 /doc | |
parent | ac0ab016a5ec31e65eb0c0910a5a6f1199aae3e7 (diff) | |
download | rpm-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.8 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |