Adopt to 'dnf-yum' to 'yum' package rename in blacklist
The package was renamed from dnf-yum to yum in F31+.
This commit is contained in:
parent
5d8df8b4b5
commit
653a76c5e4
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ blacklist:
|
||||||
core:
|
core:
|
||||||
# We use rpm-ostree for the host
|
# We use rpm-ostree for the host
|
||||||
- dnf
|
- dnf
|
||||||
- dnf-yum
|
|
||||||
- dnf-plugins-core
|
- dnf-plugins-core
|
||||||
|
- yum
|
||||||
# Not sure why this is there at all
|
# Not sure why this is there at all
|
||||||
- dracut-config-rescue
|
- dracut-config-rescue
|
||||||
# Eh...you can install this in a priv container
|
# Eh...you can install this in a priv container
|
||||||
|
|
Loading…
Reference in a new issue