Bug 2215098
| Summary: | Please branch and build awscli2 in epel9 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michel Alexandre Salim <michel> |
| Component: | awscli2 | Assignee: | Nikola Forró <nforro> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 39 | CC: | davdunc, maxwell, mhayden, nforro |
| Target Milestone: | --- | Flags: | davdunc:
needinfo?
(mhayden) |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| 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: | 2215100, 2097449, 2215102, 2215103 | ||
| Bug Blocks: | 1914423 | ||
|
Description
Michel Alexandre Salim
2023-06-14 18:05:04 UTC
Missing dependencies:
{
"awscli2": {
"build": {
"python-awscrt": [
"python3dist(awscrt) >= 0.12.4"
],
"python-flit-core": [
"python3dist(flit-core) >= 3.7.1"
],
"python-ruamel-yaml-clib": [
"python3dist(ruamel-yaml-clib) >= 0.2"
]
}
},
"python-awscrt": {
"build": {}
},
"python-flit-core": {
"build": {}
},
"python-ruamel-yaml-clib": {
"build": {}
}
}
We are targeting support in RHEL 9 packages. If this doesn't make it in there, then we'll build it in EPEL. David: Are you working through this with Nikola? @mhayden I am. I'll give you more detail as it comes together. There are some upstream discussions still ongoing. I suppose it wouldn't hurt to branch and build for epel9 in the short term if the demand is high enough. This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle. Changing version to 39. |