Bug 1180170
Summary: | virt-builder gives GPG warning message with gnupg2 | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Pino Toscano <ptoscano> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | huzhan, leiwang, mbooth, ptoscano, rbalakri, rjones, virt-bugs, wshi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1099976 | Environment: | |
Last Closed: | 2015-08-06 11:54:20 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1099976 |
Description
Pino Toscano
2015-01-08 14:52:05 UTC
Actually, even gnupg 1.x prints that, but it is sent to /dev/null when not verbose (because "-q --logger-file /dev/null" are passed as arguments to gpg). $ virt-builder --gpg /usr/bin/gpg -l -v command line: virt-builder --gpg /usr/bin/gpg -l -v virt-builder: trying to read [...]/libguestfs.conf virt-builder: ... read 1 sources /usr/bin/gpg --homedir /tmp/vb.gpghome.HHC2Cw --list-keys gpg: keyring `/tmp/vb.gpghome.HHC2Cw/pubring.gpg' created gpg: /tmp/vb.gpghome.HHC2Cw/trustdb.gpg: trustdb created /usr/bin/gpg --homedir /tmp/vb.gpghome.HHC2Cw --status-file '/tmp/vbstat7670fd.txt' --import '[...]/libguestfs.gpg' gpg: keyring `/tmp/vb.gpghome.HHC2Cw/secring.gpg' created gpg: key E1B768A0: public key "Richard W.M. Jones <rjones>" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) [...] /usr/bin/gpg --homedir /tmp/vb.gpghome.HHC2Cw --verify --status-file '/tmp/vbstat47d902.txt' '/tmp/vbcache00e113.txt' gpg: Signature made Tue Dec 9 20:16:40 2014 CET using RSA key ID E1B768A0 gpg: Good signature from "Richard W.M. Jones <rjones>" gpg: aka "Richard W.M. Jones <rich>" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: F777 4FB1 AD07 4A7E 8C87 67EA 9173 8F73 E1B7 68A0 [...] This has been fixed with commits a1a165e3c43d7743aa48ca18a97540b726cb0bf3 6442bcb7eb13f0a91d9933ef5f3468ac950b7a7a 41df8a2c4605de019a01a004a83fbad3521f5423 which are in libguestfs >= 1.29.42. |