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 821913 - don't build non-x86 qemu targets
Summary: don't build non-x86 qemu targets
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Miroslav Rezanina
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-15 18:24 UTC by Eduardo Habkost
Modified: 2014-06-18 03:15 UTC (History)
5 users (show)

Fixed In Version: qemu-1.2-0.2.20120806git3e430569.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 09:27:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Eduardo Habkost 2012-05-15 18:24:29 UTC
Description of problem:
The qemu package currently builds all the qemu variants. On RHEL we will give support only to the x86_64-softmmu.

The code to disable the non-x86 qemu targets is already present in the spec file, we just need to change the RHEL-specific settings:


diff --git a/qemu.spec b/qemu.spec
index 2c9b642..3a1b2a9 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -22,7 +22,7 @@
 
 %if 0%{?rhel}
 # RHEL-specific defaults:
-%bcond_with    x86only          # disabled
+%bcond_without x86only          # enabled
 %bcond_without exclusive_x86_64 # enabled
 %bcond_with    rbd              # disabled
 %bcond_with    fdt              # disabled

Comment 1 Eduardo Habkost 2012-08-14 15:47:26 UTC
Fixed in qemu-1.2-0.2.20120806git3e430569.el7.

Comment 3 Shaolong Hu 2014-01-24 07:40:42 UTC
The patch is not in qemu-kvm.spec any more, just check what rpmbuild produce:

[root@localhost RPMS]# pwd
/root/rpmbuild/RPMS
[root@localhost RPMS]# ls
x86_64
[root@localhost RPMS]# cd x86_64/
[root@localhost x86_64]# ls
libcacard-1.5.3-39.el7.x86_64.rpm
libcacard-devel-1.5.3-39.el7.x86_64.rpm
libcacard-tools-1.5.3-39.el7.x86_64.rpm
qemu-guest-agent-1.5.3-39.el7.x86_64.rpm
qemu-img-1.5.3-39.el7.x86_64.rpm
qemu-kvm-1.5.3-39.el7.x86_64.rpm
qemu-kvm-common-1.5.3-39.el7.x86_64.rpm
qemu-kvm-tools-1.5.3-39.el7.x86_64.rpm

Comment 4 Shaolong Hu 2014-01-24 07:41:43 UTC
with qemu-kvm-1.5.3-39.el7.src.rpm

Comment 7 Ludek Smid 2014-06-13 09:27:44 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.


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