Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1007204

Summary: qemu-img-rhev qemu-kvm-rhev-tools are not built for qemu-kvm-1.5.3-3.el7
Product: Red Hat Enterprise Linux 7 Reporter: Xiaoqing Wei <xwei>
Component: qemu-kvmAssignee: Miroslav Rezanina <mrezanin>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 7.0CC: acathrow, areis, hhuang, juzhang, lsu, michen, shuang, tpoitras, virt-maint, xuhan, xwei
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qemu-kvm-1.5.3-40.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-13 10:10:05 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: 895041, 1080820    

Description Xiaoqing Wei 2013-09-12 06:08:47 UTC
Description of problem:

rhel6 rhev builds are all have them built.
x86_64 	(build logs)
	qemu-img-rhev-0.12.1.2-2.401.el6.x86_64.rpm (info) (download)
	qemu-kvm-rhev-0.12.1.2-2.401.el6.x86_64.rpm (info) (download)
	qemu-kvm-rhev-tools-0.12.1.2-2.401.el6.x86_64.rpm (info) (download)
	qemu-kvm-rhev-debuginfo-0.12.1.2-2.401.el6.x86_64.rpm (info) (download)


so this is a spec typo ?
Version-Release number of selected component (if applicable):
qemu-kvm-1.5.3-3.el7

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 juzhang 2013-09-12 06:17:56 UTC
Additional info:
qemu-kvm-rhev for rhel7.0 comes out but not completed.
layout from brew about qemu-kvm-rhev
x86_64 	(build logs)
	qemu-kvm-common-rhev-1.5.3-3.el7.x86_64.rpm (info) (download)
	qemu-kvm-rhev-1.5.3-3.el7.x86_64.rpm (info) (download)
	qemu-kvm-rhev-debuginfo-1.5.3-3.el7.x86_64.rpm (info) (download)

Comment 2 Miroslav Rezanina 2013-09-16 04:46:37 UTC
This behavior is on purpose. User should use rhel version of packages as there's no difference. So there's only core packages build for RHEL-7 based rhev.

As qemu-kvm-rhev should be dependent on qemu-img package, please verify that this dependency is correctly enforced. If so, close this bz as NOTABUG.

Comment 3 juzhang 2013-09-22 04:15:46 UTC
(In reply to Miroslav Rezanina from comment #2)
> This behavior is on purpose. User should use rhel version of packages as
> there's no difference. So there's only core packages build for RHEL-7 based
> rhev.
> 
> As qemu-kvm-rhev should be dependent on qemu-img package, please verify that
> this dependency is correctly enforced. If so, close this bz as NOTABUG.

Thanks for explanation first. Xwei is on PTO these days. I tested with latest qemu-kvm-rhev. Qemu-kvm-rhev in deed depends on qemu-img package.

#rpm -q qemu-kvm-rhev-1.5.3-4.el7 --requires | grep qemu
config(qemu-kvm-rhev) = 10:1.5.3-4.el7
ipxe-roms-qemu
qemu-img = 10:1.5.3-4.el7
qemu-kvm-common-rhev = 10:1.5.3-4.el7

#rpm -ivh qemu-kvm-rhev-1.5.3-4.el7.x86_64.rpm
error: Failed dependencies:
	qemu-img = 10:1.5.3-4.el7 is needed by qemu-kvm-rhev-10:1.5.3-4.el7.x86_64

Comment 4 Xiaoqing Wei 2013-09-22 07:58:04 UTC
(In reply to Miroslav Rezanina from comment #2)


Hi Miroslav,


> This behavior is on purpose. User should use rhel version of packages as
> there's no difference. So there's only core packages build for RHEL-7 based
> rhev.

Just curious, why dont keep same way as rhel-6 based rhev,


> 
> As qemu-kvm-rhev should be dependent on qemu-img package, please verify that
> this dependency is correctly enforced. If so, close this bz as NOTABUG.

yes, now it did dependent on qemu-img pkg, like C#3 Juzhang's steps.
and this would make user a little bit inconvenient to install rhev pkgs,
need to download both rhel and rhev rpms.


Regards,
Xiaoqing.

Comment 5 Miroslav Rezanina 2014-01-07 07:20:15 UTC
*** Bug 1044300 has been marked as a duplicate of this bug. ***

Comment 6 Miroslav Rezanina 2014-01-22 07:11:39 UTC
Fix included in qemu-kvm-1.5.3-40.el7

Comment 8 Xu Han 2014-01-28 03:05:14 UTC
Checked latest rhel7 qemu-kvm-rhev build. 'qemu-img-rhev' and 'qemu-kvm-rhev-tools' has already built for qemu-kvm-rhev.

x86_64 	(build logs)
	libcacard-devel-rhev-1.5.3-43.el7.x86_64.rpm (info) (download)
	libcacard-rhev-1.5.3-43.el7.x86_64.rpm (info) (download)
	libcacard-tools-rhev-1.5.3-43.el7.x86_64.rpm (info) (download)
	qemu-img-rhev-1.5.3-43.el7.x86_64.rpm (info) (download)
	qemu-kvm-common-rhev-1.5.3-43.el7.x86_64.rpm (info) (download)
	qemu-kvm-rhev-1.5.3-43.el7.x86_64.rpm (info) (download)
	qemu-kvm-tools-rhev-1.5.3-43.el7.x86_64.rpm (info) (download)
	qemu-kvm-rhev-debuginfo-1.5.3-43.el7.x86_64.rpm (info) (download)

Comment 11 Ludek Smid 2014-06-13 10:10:05 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.