-
Notifications
You must be signed in to change notification settings - Fork 3.4k
azure-cli-2.73 breaks rhel8 compatiblity #31509
Copy link
Copy link
Open
Labels
Possible-SolutionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-Issuecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Possible-SolutionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-Issuecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
Hi,
it seems with azure-cli-2.73.0-1.el8.x86_64 you guys have bumped the dependency for python to 3.12; this is not available on all rhel8 releases that are still within support.
Example RHEL 8.6:
8.6 still has support until May 31, 2026 (SAP Updates)
https://access.redhat.com/support/policy/updates/errata
My two cents about the issue: you either need to branch your repositories again to match minor releases of rhel or you should support every rhel release that still has Red Hat support.
Related command
RHEL packaging
dnf install azure-cli-2.73.0-1.el8.x86_64Errors
nothing provides python3.12 needed by azure-cli-2.73.0-1.el8.x86_64
Issue script & Debug output
rpm spec issue, no script/debug output
Expected behavior
Install cleanly on a RHEL 8
Environment Summary
rpm spec issue, no environment summary.
OS environment:
Red Hat Enterprise Linux release 8.6 (Ootpa)
RHEL 8 for SAP HA on Azure
Additional context
No response