Bug 190358
| Summary: | rpmbuild on EMT64 systems uses incorrect macros | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Fletcher <tim> |
| Component: | rpm | Assignee: | Paul Nasrat <nobody+pnasrat> |
| Status: | CLOSED WONTFIX | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-05-04 18:51:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tim Fletcher
2006-05-01 16:03:52 UTC
Anaconda writes /etc/rpm/platform, so anaconda gets to write the value for EMT64 correctly. This seems to be an oversight in rpm installplatform we just need an x86_64 SUBSTS line for the compat archs something like: x86_64|amd64|ia32e) SUBSTS='s|x86_64|x86_64| s|x86_64|ia32e| s|x86_64|amd64|' ;; AFAIK the name of the platform is "x86_64", not "ia32e", not "EMT64", not anything else. Creating Yet Another Alias is not needed for engineering reasons, nor is distinguishing Yet Another Arch likely to be useful for any known purpose. But feel free to have at if you want, "EMT64" is just another string that needs to compare correctly with existing uses of arch strings. |