Removing libselinux-python package from Fedora dependencies
In the past releasaes of Fedora, bifrost setup had a dependency on libselinux-python package. In Fedora 32 this package no longer exists due to transition to Python3 and the absence of this package in Fedora 32 repos this causes the playbook to fail. This change removes libselinux-python from Bifrost Fedora dependencies and resolves the issue. Change-Id: Id767e76bb0afb91f4176fd02ad1fa33f17325df2
This commit is contained in:
parent
12bbea5ea6
commit
f4f456d387
@ -11,4 +11,4 @@ required_packages:
|
||||
- libvirt-daemon
|
||||
- pkgconfig
|
||||
- libvirt-devel
|
||||
- libselinux-python
|
||||
- python3-libselinux
|
||||
|
@ -14,7 +14,6 @@ required_packages:
|
||||
- ipxe-bootimgs
|
||||
- kpartx
|
||||
- libffi-devel
|
||||
- libselinux-python
|
||||
- libxml2-devel
|
||||
- libxslt-devel
|
||||
- mariadb-server
|
||||
|
7
releasenotes/notes/releasenote-94bcb2b0da207f94.yaml
Normal file
7
releasenotes/notes/releasenote-94bcb2b0da207f94.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Removing dependency on libselinux-python for Fedora OS family.
|
||||
This package is no longer present in Fedora 32 and was causing
|
||||
installation failures. It is safe to remove as it is used with
|
||||
python2 only.
|
Loading…
Reference in New Issue
Block a user