-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-8.7.0
-
None
-
Moderate
-
rhel-sst-security-selinux
-
ssg_security
-
None
-
False
-
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
-
All
-
None
+++ This bug was initially created as a clone of Bug #2016942 +++
Description of problem:
OpenStack tripleo Wallaby CI jobs run on CentOS Stream 8. We are seeing following issue
Depsolve Error occured: \n Problem: package container-selinux-2:2.189.0-1.module_el8.7.0+1217+ea57d1f1.noarch conflicts with udica < 0.2.6-1 provided by udica-0.2.4-1.module_el8.7.0+1217+ea57d1f1.noarch\n - cannot install the best candidate for the job
Version-Release number of selected component (if applicable):
udica-0.2.4-1.module_el8.7.0+1217+ea57d1f1.noarch
How reproducible:
On CentOS Stream 8 container
```
dnf module enable container-tools:3.0
dnf install udica
dnf install container-selinux
```
Traceback
```
[root@d4dd1a0933f0 /]# dnf install container-selinux
Last metadata expiration check: 0:04:21 ago on Mon Sep 26 05:53:03 2022.
Error:
Problem: problem with installed package udica-0.2.4-1.module_el8.7.0+1217+ea57d1f1.noarch
- package container-selinux-2:2.189.0-1.module_el8.7.0+1217+ea57d1f1.noarch conflicts with udica < 0.2.6-1 provided by udica-0.2.4-1.module_el8.7.0+1217+ea57d1f1.noarch
- package container-selinux-2:2.189.0-1.module_el8.7.0+1217+ea57d1f1.noarch conflicts with udica < 0.2.6-1 provided by udica-0.2.4-1.module_el8.4.0+786+4668b267.noarch
- package container-selinux-2:2.189.0-1.module_el8.7.0+1217+ea57d1f1.noarch conflicts with udica < 0.2.6-1 provided by udica-0.2.4-1.module_el8.5.0+736+58cc1a5a.noarch
- cannot install the best candidate for the job
(try to add '-allowerasing' to command line to replace conflicting packages or 'skip-broken' to skip uninstallable packages or '-nobest' to use not only best candidate packages)
Steps to Reproduce:
I have added the steps in How reproducible section.
Actual results:
Ensure DNF modules have the right stream | undercloud | item=
| error={"ansible_loop_var": "item", "changed": false, "failures": [], "item":
{"distribution_version": "8", "module": "container-tools", "stream": "3.0"}, "msg": "Depsolve Error occured: \n Problem: package container-selinux-2:2.189.0-1.module_el8.7.0+1217+ea57d1f1.noarch conflicts with udica < 0.2.6-1 provided by udica-0.2.4-1.module_el8.7.0+1217+ea57d1f1.noarch\n - cannot install the best candidate for the job", "rc": 1, "results": []}
```
Expected results:
Install succeeds.
- external trackers