Bug 843758 - Not all packages are signed
Summary: Not all packages are signed
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-node
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Mike Burns
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-27 09:33 UTC by haiyang,dong
Modified: 2016-04-27 02:33 UTC (History)
13 users (show)

Fixed In Version: 2.6.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-05 14:57:02 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description haiyang,dong 2012-07-27 09:33:52 UTC
Description of problem:
After install oVirt-node-iso-2.5.0-2.0.fc17.iso correctly,check that not all packages are signed

Version-Release number of selected component (if applicable):
oVirt-node-iso-2.5.0-2.0.fc17.iso

How reproducible:
100%

Steps to Reproduce:
1. Install oVirt-node-iso-2.5.0-2.0.fc17.iso correctly
2. Verify that all packages are signed
  #rpm -qa --qf '%{name}-%{version}-%{release}.%{arch} (%{SIGPGP:pgpsig})\n' | grep -v "Key ID"

Actual results:
[root@localhost admin]# rpm -qa --qf '%{name}-%{version}-%{release}.%{arch} (%{SIGPGP:pgpsig})\n' | grep -v "Key ID"
vdsm-xmlrpc-4.10.0-5.fc17.noarch ((none))
ovirt-node-2.5.0-2.fc17.noarch ((none))
vdsm-reg-4.10.0-5.fc17.noarch ((none))
vdsm-python-4.10.0-5.fc17.x86_64 ((none))
vdsm-cli-4.10.0-5.fc17.noarch ((none))
vdsm-4.10.0-5.fc17.x86_64 ((none))

Expected results:
After executed that command,it should return nothing(if it returns packages with key id field is "none", that's the packages are unsigned).

Additional info:

------

Comment 1 Mike Burns 2013-02-05 14:57:02 UTC
ovirt.org doesn't sign packages currently and we pull some packages from there.  This can't be fixed until oVirt does package signing


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