Description of problem:
package gpg-pubkey not sign
Version-Release number of selected component (if applicable):
rhev-hypervisor7-7.0-20141006.0.el7ev
ovirt-node-3.1.0-0.20.20141006gitc421e04.el7.noarch.rpm
How reproducible:
100%
Steps to Reproduce:
1. login
2. run `rpm -qa --qf '%{name}-%{version}-%{release}.%{arch} (%{SIGPGP:pgpsig})\n' | grep -v "Key ID"`
Actual results:
gpg-pubkey-37017186-45761324.(none) ((none))
Expected results:
all package signed
Additional info:
this build is for rhev 3.5 beta 3,
so all pkg should be signed.
[root@localhost ~]# cat /etc/system-release
Red Hat Enterprise Virtualization Hypervisor release 7.0 (20141006.0.el7ev)
[root@localhost ~]# rpm -q gpg-pubkey
package gpg-pubkey is not installed
P:pgpsig})\n' | grep -v "Key ID" '%{name}-%{version}-%{release}.%{arch} (%{SIGPGP
[root@localhost ~]#
I can not reproduce this.
Could you please provide the hash of the ISO you are using?
Double-checked by downloading the iso from brew, and can still not reproduce. Please check on your side, and provide the iso has. Closing this for now.
Description of problem: package gpg-pubkey not sign Version-Release number of selected component (if applicable): rhev-hypervisor7-7.0-20141006.0.el7ev ovirt-node-3.1.0-0.20.20141006gitc421e04.el7.noarch.rpm How reproducible: 100% Steps to Reproduce: 1. login 2. run `rpm -qa --qf '%{name}-%{version}-%{release}.%{arch} (%{SIGPGP:pgpsig})\n' | grep -v "Key ID"` Actual results: gpg-pubkey-37017186-45761324.(none) ((none)) Expected results: all package signed Additional info: this build is for rhev 3.5 beta 3, so all pkg should be signed.