foreman-documentation icon indicating copy to clipboard operation
foreman-documentation copied to clipboard

Remove EL8-only package because procedure runs on Foreman platform which is EL9 only

Open maximiliankolb opened this issue 11 months ago • 1 comments

To my understanding, Foreman Server and Smart Proxy Servers are EL9 only for nightly. That means that we can/should drop the python3-lxml package:

$ rg -B 6 "python3-lxml is only needed on EL8 because"
guides/common/modules/proc_registering-project-as-a-client-of-keycloak.adoc
23-. Install the packages required for registering a {keycloak} client:
24-+
25-[options="nowrap", subs="verbatim,quotes,attributes"]
26-----
27-# {project-package-install} mod_auth_openidc keycloak-httpd-client-install python3-lxml
28-----
29:// python3-lxml is only needed on EL8 because of https://issues.redhat.com/browse/RHEL-31496

maximiliankolb avatar Feb 14 '25 14:02 maximiliankolb

Sadly the same bug also affects EL9. I'll update the bug to also mention EL9 and point to https://gitlab.com/redhat/centos-stream/rpms/keycloak-httpd-client-install/-/merge_requests/8.

ekohl avatar Feb 14 '25 14:02 ekohl