Skip to content

Commit

Permalink
renamed policycoreutils pkg name (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
devidask27 authored Mar 20, 2023
1 parent 68508f9 commit f05f015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/centos/centos.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (c *CentOS) checkOSPackages() (bool, error) {
if !centos && rhel8 {
switch p {
case "policycoreutils-python":
p = "policycoreutils-python3"
p = "python3-policycoreutils"
case "ntp":
p = "chrony"
}
Expand Down

0 comments on commit f05f015

Please sign in to comment.