RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1962570 - IPA in c9s should not require redhat-logos-ipa as a runtime package
Summary: IPA in c9s should not require redhat-logos-ipa as a runtime package
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: ipa
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Florence Blanc-Renaud
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-05-20 09:42 UTC by Christian Heimes
Modified: 2021-12-07 21:21 UTC (History)
8 users (show)

Fixed In Version: ipa-4.9.6-1.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-12-07 21:20:54 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Fedora Pagure freeipa issue 8874 0 None None None 2021-06-04 09:19:50 UTC
Red Hat Issue Tracker FREEIPA-7423 0 None None None 2021-12-02 14:29:00 UTC

Description Christian Heimes 2021-05-20 09:42:38 UTC
python3-ipaserver has a dependency on redhat-logos-ipa but the package is not available on c9s:

https://kojihub.stream.rdu2.redhat.com/koji/taskinfo?taskID=270248

DEBUG util.py:444:  No matches found for the following disable plugin patterns: local, spacewalk
DEBUG util.py:446:  (try to add '--skip-broken' to skip uninstallable packages)
DEBUG util.py:444:  Error: 
DEBUG util.py:444:   Problem: package python3-ipaserver-4.9.3-2.el9.noarch requires ipa-server-common = 4.9.3-2.el9, but none of the providers can be installed
DEBUG util.py:444:    - conflicting requests
DEBUG util.py:444:    - nothing provides redhat-logos-ipa >= 80.4 needed by ipa-server-common-4.9.3-2.el9.noarch

Comment 1 Florence Blanc-Renaud 2021-05-20 11:22:36 UTC
Moving to the correct component: ipa-healthcheck

Comment 2 Rob Crittenden 2021-05-20 12:31:53 UTC
It's a missing dependency of ipa-server-common that ipa-healthcheck needs for its unit tests. Assigning to the component that owns the sub-package.

Comment 3 Rob Crittenden 2021-05-20 13:40:28 UTC
Sorry for the noise, I missed the c9s tag.

The root of the problem is that the logos subpackage needed by ipa is not in CentOS 9 Stream (because it isn't RHEL).

We will have to tighten up the requires in the ipa spec to handle the c9s (and maybe ELN) cases.

Comment 4 Stephen Gallagher 2021-05-20 14:59:05 UTC
I'd like to suggest that IPA should use `Requires: ipa-logos` as a virtual Provide and then we can have different packages satisfy that requirement on RHEL, CentOS Stream and Fedora ELN.

Comment 5 Alexander Bokovoy 2021-06-04 09:17:04 UTC
There is already system-logos-ipa provides from both redhat-logos and centos-logos. We need the same added to Fedora ELN to make it consistent.

Right now I am changing IPA spec for FreeIPA 4.9.4 release to skip the dependency for Fedora ELN and change it to system-logos-ipa requirement for RHEL/CentOS.

Comment 7 Florence Blanc-Renaud 2021-06-30 15:30:28 UTC
Fixed upstream:
master:
https://pagure.io/freeipa/c/26fc0bcaddc7f23135d601736fe0e4fad26acd93 Depend on system-logos-ipa on RHEL/CentOS Stream


ipa-4-9:
https://pagure.io/freeipa/c/3dd8c4d5134f7997ee75b18b282b83ff56ae5bbc Depend on system-logos-ipa on RHEL/CentOS Stream

Comment 12 Michal Polovka 2021-07-15 09:51:07 UTC
Verified using RHEL9.0 Beta machine with package ipa-4.9.6-2.el9.src.rpm

# rpm -qR ipa-server-common | grep logos
system-logos-ipa >= 80.4


Marking as verified.


Note You need to log in before you can comment on or make changes to this bug.