Bug 1771710
| Summary: | Provide core processing functionality as an individual library | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Dinesh Prasanth <dmoluguw> |
| Component: | ipa-healthcheck | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.3 | CC: | fcami, ksiddiqu, mpolovka, pcech, rcritten |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-healthcheck-0.4-1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-28 15:44:10 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: | |||
|
Description
Dinesh Prasanth
2019-11-12 20:03:10 UTC
Upstream 0.4 abstracted the plugin execution. This makes it possible to split the package so the core processing, ipa-healthcheck-core, is shipped as a subpackage of ipa-healthcheck. ipa-healthcheck requires ipa-healthcheck-core but not vice-versa. Other packages can depend on ipa-healthcheck-core and not get all the unnecessary dependencies. **Old package:**
[root@ci-vm-10-0-136-170 ~]# dnf list ipa-healthcheck
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Last metadata expiration check: 0:09:10 ago on Mon 03 Feb 2020 04:05:41 AM EST.
Available Packages
ipa-healthcheck.noarch
[root@ci-vm-10-0-137-156 ~]# dnf search ipa-healthcheck
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Last metadata expiration check: 0:00:13 ago on Mon 03 Feb 2020 07:54:13 AM EST.
=========================================================================== Name Exactly Matched: ipa-healthcheck ============================================================================
ipa-healthcheck.noarch : Health check tool for IdM
0.3-4.module+el8.1.0+4098+f286395e rhel-AppStream
No core dependency while installing.
**New package:**
[root@ci-vm-10-0-137-156 ~]# dnf list ipa-healthcheck
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Last metadata expiration check: 0:01:02 ago on Mon 03 Feb 2020 04:19:08 AM EST.
Available Packages
ipa-healthcheck.noarch 0.4-3.module+el8.2.0+5089+8260dc50 rhel-AppStream
[root@ci-vm-10-0-137-156 ~]# dnf search ipa-healthcheck
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Last metadata expiration check: 0:01:52 ago on Mon 03 Feb 2020 04:19:08 AM EST.
=========================================================================== Name Exactly Matched: ipa-healthcheck ============================================================================
ipa-healthcheck.noarch : Health check tool for IdM
=============================================================================== Name Matched: ipa-healthcheck ================================================================================
ipa-healthcheck-core.noarch : Core plugin system for healthcheck
[root@ci-vm-10-0-137-156 ~]# dnf install ipa-healthcheck
Installing dependencies:
...
ipa-client x86_64 4.8.4-2.module+el8.2.0+5265+c70de5c4 rhel-AppStream 267 k
ipa-client-common noarch 4.8.4-2.module+el8.2.0+5265+c70de5c4 rhel-AppStream 173 k
ipa-common noarch 4.8.4-2.module+el8.2.0+5265+c70de5c4 rhel-AppStream 764 k
ipa-healthcheck-core noarch 0.4-3.module+el8.2.0+5089+8260dc50 rhel-AppStream 49 k
...
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:1640 |