Comment 1 for bug 1990810

Revision history for this message
chandan kumar (chkumar246) wrote :

https://koji.mbox.centos.org/koji/buildinfo?buildID=22871
```
* Wed Dec 01 2021 Vit Mojzis <email address hidden> - 0.2.6-3
- Make sure each section of the inspect exists before accessing (#2027662)

* Tue Sep 21 2021 Vit Mojzis <email address hidden> - 0.2.6-2
- Require container-selinux shipping policy templates (#2005866)
```
We need to downgrade container-selinux to work with older udica.
It can be easily reproducible in cs8 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)

```
We need to exclude container-selinux-2:2.189.0-1.module_el8.7.0+1217+ea57d1f1.noarch in order to get the job passing.