Bug 1038792
Summary: | Cloud-init requires dmidecode, which is ExclusiveArch x86 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gustavo Luiz Duarte <gustavold> |
Component: | cloud-init | Assignee: | Garrett Holmstrom <gholms> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | apevec, gholms, gustavold, hannsj_uhl, Jan.van.Eldik, mattdm, p, shardy, skottler |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ppc64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-09 16:08:48 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: |
Description
Gustavo Luiz Duarte
2013-12-05 20:07:54 UTC
How do you propose we do that for a noarch package? I suggest doing something like this: %ifarch %{ix86} x86_64 Requires: dmidecode %endif Sorry, I left ia64 out. Correcting: %ifarch %{ix86} x86_64 ia64 Requires: dmidecode %endif Yeah, but arch is "noarch" so that will not work. Plus, that would then just cause cloud-init to _break_ on other architectures in the situation where it wants to call dmidecode. What we need to do is have better method for detecting alt data sources (the only place this is used) which does not rely on dmidecode. Which is bug #1025071 already. :) *** This bug has been marked as a duplicate of bug 1025071 *** |