Add header extension tag RPMTAG_FILESTATUS for file verification
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 28 May 2010 09:21:34 +0000 (12:21 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 28 May 2010 09:21:34 +0000 (12:21 +0300)
commit00f1a6e0b1805c2c0f9ff314aabce8f9ca209f4c
tree81bd4d040b31c69dcafee46234be8b77b3ebf364
parentac0ab016a5ec31e65eb0c0910a5a6f1199aae3e7
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>"
doc/rpm.8
lib/formats.c
lib/rpmtag.h
lib/rpmtd.h
lib/tagexts.c
tests/rpmgeneral.at