Bug 2104036
Summary: | native dogtag-pki depends on to be removed i686 java-openjdk packages | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jiri vanek <jvanek> |
Component: | dogtag-pki | Assignee: | Chris Kelley <ckelley> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 37 | CC: | abokovoy, alee, alexander.m.scheel, cdorney, cfu, ckelley, edewata, java-maint-sig, jhuttana, jmagne, jvanek, kwright, mharmsen, mkdineshprasanth, pcech, pmikova, sgehwolf, zzambers |
Target Milestone: | --- | Keywords: | Triaged |
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: | 2023-01-06 15:36:59 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: | |||
Bug Depends On: | |||
Bug Blocks: | 2083750 |
Description
jiri vanek
2022-07-05 14:45:34 UTC
For what it worth, FreeIPA does not support installing a server part on i686 for several Fedora releases already because 389-ds LDAP server does not support this. We only build client side of FreeIPA on i686. This means that dogtag can easily drop i686 archtecture if required. We have already dropped i686 support - both dogtag-pki and jss have the directive "ExcludeArch: i686" defined in their spec files. This was originally done conditionally in prep for RHEL 9 in 2021 (according to git, Alex Scheel discussed this you ab before he made the change) but it has been undconditional since in April 2022. There are no i686 rpms for dogtag-pki or jss in F35, F36 or Rawhide. That being the case, it seems that there is nothing to do. I could replace "ExcludeArch: i686" with "ExclusiveArch: %{java_arches}" in both spec files so that we track the JDK archs, and I will, but it is not strictly necessary. If I am misunderstanding the macros/directives Jiri please let me know, otherwise I will make the fix and close out the tickets. Fixed upstream: https://github.com/dogtagpki/pki/commit/13da472dbb748e06427426c4538d91df9a6bcf1e will be picked up in next rebase. This bug appears to have been reported against 'rawhide' during the Fedora Linux 37 development cycle. Changing version to 37. I'm closing as the "fix" is provided upstream but the bug does not affect us anyway so no need to do any more. |