Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1976761

Summary: Package python3-ipatests (from CRB repo) Requires python3-coverage
Product: Red Hat Enterprise Linux 9 Reporter: Miro Hrončok <mhroncok>
Component: ipaAssignee: Florence Blanc-Renaud <frenaud>
Status: CLOSED CURRENTRELEASE QA Contact: ipa-qe <ipa-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0CC: frenaud, ksiddiqu, mpolovka, pviktori, rcritten, tscherf
Target Milestone: betaKeywords: Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ipa-4.9.6-2.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-12-07 21:30:47 UTC Type: Bug
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: 1887522, 1897523    

Description Miro Hrončok 2021-06-28 07:51:37 UTC
Description of problem:
There is a bugzilla that tracks the removal of the python-coverage component (python3-coverage package) from RHEL 9: bz1897523.

python3-ipatests (component ipa, CRB repo) Requires python3-coverage on runtime.

Could you please drop that dependency? If not, please let us know ASAP so we can figure out an alternative solution. Thanks


Version-Release number of selected component: 4.9.3-2.el9.1

Steps to Reproduce:
$ dnf repoquery -q --repo=RHEL9-{BaseOS,AppStream,CRB,HighAvailability,Buildroot}{,-source} --whatrequires python3-coverage --qf '%{NAME}\t%{VERSION}-%{RELEASE}\t%{REPONAME}'

Actual results:
...
python3-ipatests	4.9.3-2.el9.1	RHEL9-CRB
...

Expected results:
no python3-ipatests in teh output

Additional info:
This dependency is not shown in the Content Resolver, presumably because the python3-ipatests package only lives in the CRB repo. Hence this late report.

Comment 1 Petr Viktorin (pviktori) 2021-06-30 12:24:59 UTC
Florence, are you planning to work on this? Do you need any help?

Comment 2 Florence Blanc-Renaud 2021-06-30 12:27:26 UTC
Hi Petr,
yes I am planning to fix this issue. I am currently struggling with unrelated build issues but this BZ is definitely in my radar.

A quick look didn't reveal any real dependency on python-coverage, but I need to double-check.

Comment 3 Florence Blanc-Renaud 2021-06-30 12:56:45 UTC
Upstream ticket:
https://pagure.io/freeipa/issue/8905

Comment 4 Florence Blanc-Renaud 2021-07-01 07:15:18 UTC
Upstream PR https://github.com/freeipa/freeipa/pull/5867

Comment 5 Florence Blanc-Renaud 2021-07-05 09:09:52 UTC
Fixed upstream
master:
https://pagure.io/freeipa/c/10676f644b4f84d486b8b2eac19589e08d089211

Comment 6 Florence Blanc-Renaud 2021-07-05 14:46:59 UTC
Fixed upstream
ipa-4-9:
https://pagure.io/freeipa/c/9cfae2623420356fd99e09bf8559b11da66e2ccd

Comment 10 Michal Polovka 2021-07-29 08:53:54 UTC
Verified using RHEL9 machine with ipa-server-4.9.6-2.el9.x86_64


# dnf repoquery ... --requires python3-ipatests 
 	
iptables
openssh-clients
python3-cryptography
python3-ipaclient
python3-ipaserve
python3-pexpect
python3-sssdconfig
rpmlib(CompressedFileNames)
rpmlib(FileDigests)
rpmlib(PartialHardlinkSets)
rpmlib(PayloadFilesHavePrefix)
rpmlib(PayloadIsZstd)
tar
xz


marking as verified.