inspect: Get version and release of RPM packages.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 14 Apr 2011 16:53:48 +0000 (17:53 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 14 Apr 2011 17:19:42 +0000 (18:19 +0100)
commitd95874db3dc6c415061b86275d03770b4f28ffbb
tree07df251ecf41868dea4e897ba26ea55b0a1f251a
parenta986e8dadb0c70634f6d1d89dd3e7bb5d9af3078
inspect: Get version and release of RPM packages.

This commit downloads the Packages RPM database allowing us to find
other details about installed RPM packages (via
inspect-list-applications).  This adds version and release.  Epoch
cannot yet be found.

This commit also updates the Fedora example image so that it contains
a dummy RPM Packages database with some data.
.gitignore
images/Makefile.am
images/guest-aux/fedora-packages.db.txt [new file with mode: 0644]
images/guest-aux/make-fedora-img.sh
inspector/example-fedora.xml
src/guestfs-internal.h
src/inspect_apps.c