X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=inspector%2Fvirt-inspector;h=cb892c06f43847d833e1d14ebe586ecfc81f9f62;hp=d00051014f3197de8ddd0bbd3b5f1c4fa572f68b;hb=a59dcdbd1b0a28c960e3792165a13f2daf4f6c35;hpb=5e180db9eefcd6b459b805c2215ba4d174e4eb83 diff --git a/inspector/virt-inspector b/inspector/virt-inspector index d000510..cb892c0 100755 --- a/inspector/virt-inspector +++ b/inspector/virt-inspector @@ -519,7 +519,10 @@ sub output_xml_os foreach (@apps) { $xml->startTag("application"); $xml->dataElement("name", $_->{name}); + $xml->dataElement("epoch", $_->{epoch}) if defined $_->{epoch}; $xml->dataElement("version", $_->{version}); + $xml->dataElement("release", $_->{release}); + $xml->dataElement("arch", $_->{arch}); $xml->endTag("application"); } $xml->endTag("applications");