Bug 854914 - Not all packages signed
Summary: Not all packages signed
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: ovirt-node
Version: 5.8
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Mike Burns
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-06 09:51 UTC by cshao
Modified: 2016-04-26 14:41 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-06 12:58:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description cshao 2012-09-06 09:51:02 UTC
Description of problem:
After install rhev-hypervisor5-5.8-20120905.0.el5_8 correctly,check that not all packages are signed

Version-Release number of selected component (if applicable):
rhev-hypervisor5-5.8-20120905.0.el5_8

How reproducible:
100%

Steps to Reproduce:
1. Install rhev-hypervisor5-5.8-20120905.0.el5_8.
2. Verify that all packages are signed
  #rpm -qa --qf '%{name}-%{version}-%{release}.%{arch} (%{SIGPGP:pgpsig})\n' | grep -v "Key ID"
  

Actual results:
# rpm -qa --qf '%{name}-%{version}-%{release}.%{arch} (%{SIGPGP:pgpsig})\n' | grep -v "Key ID"
qcairo-debuginfo-1.8.7.1-3.el5.x86_64 ((not a blob))
qspice-debuginfo-0.3.0-54.el5_5.2.x86_64 ((not a blob))
filesystem-2.4.0-3.el5.x86_64 ((not a blob))
cracklib-dicts-2.8.9-3.3.x86_64 ((not a blob))
glibc-common-2.5-81.el5_8.7.x86_64 ((not a blob))
chkconfig-1.3.30.2-2.el5.x86_64 ((not a blob))
audit-libs-1.8-2.el5.x86_64 ((not a blob))
popt-1.10.2.3-28.el5_8.x86_64 ((not a blob))
nspr-4.9.1-4.el5_8.x86_64 ((not a blob))
bzip2-libs-1.0.3-6.el5_5.x86_64 ((not a blob))
libgcrypt-1.4.4-5.el5_8.2.x86_64 ((not a blob))
libcap-1.10-26.x86_64 ((not a blob))
libsysfs-2.1.0-1.el5.x86_64 ((not a blob))
...
...
...

Expected results:
After executed that command,it should return nothing and all packages are signed

Additional info:
The same issue occurs on rhev-hypervisor5-5.9-20120808.0.el5 & rhev-hypervisor5-5.8-20120808.0.el5_8, so it is not a regression bug.

Comment 1 Mike Burns 2012-09-06 12:58:39 UTC
rpm -qa --qf '%{name}-%{version}-%{release}.%{arch} (%{SIGGPG:pgpsig})\n' 

basically, SIGGPG not SIGPGP

Also, looking at the manifest-rpm.txt in the iso image, all packages are signed there as well.


Note You need to log in before you can comment on or make changes to this bug.