Add biosdevname back to BaseOS (ENGCMP-458)

Signed-off-by: Josh Boyer <jwboyer@redhat.com>
This commit is contained in:
Josh Boyer 2021-01-22 11:13:04 -05:00
parent 657fdfafc4
commit ed9401efe9

View File

@ -53,6 +53,9 @@ additional_packages = [
]
}),
("^BaseOS$", {
"x86_64": [
"biosdevname", #ENCGMP-458
],
"s390x": [
"openssl-ibmca", #RhBug 1916681
],