Bug 1656466
| Summary: | restraint-package install is not working properly with module | ||
|---|---|---|---|
| Product: | [Retired] Restraint | Reporter: | Martin Styk <mastyk> |
| Component: | general | Assignee: | Martin Styk <mastyk> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.1.36 | CC: | asavkov, bpeck, breilly, cbeer |
| Target Milestone: | 0.1.37 | ||
| 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: | 2018-12-07 14:56:45 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
Martin Styk
2018-12-05 15:15:41 UTC
The problem seems to be with rpm -q --whatprovides $package. This will not work for a module. This has caused problems with provides/aliases as well. I think this logic is here to try and determine if it should try yum or go direct to brew/koji. ignore my last comment, I was thinking of the pkginstall task in beaker which falls back to trying to install from koji/brew Dnf is used for RHEL8+ instead of yum. RHEL8 is using internally dnf-3 anyway. Restraint 0.1.37 has been released. |