Set policycoreutils package name for RHEL/CentOS 8

In RHEL/Centos 8 policycoreutils-python is called policycoreutils-python-utils.
Fix bindep file to match the new name.
Change-Id: I47bd71f5aca6d870134a43e49646814151ab4524
This commit is contained in:
Sagi Shnaidman 2019-09-09 12:31:13 +03:00
parent 14a3dfd84b
commit 531f36e4b4
1 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libssl-dev [platform:dpkg test]
openssl-devel [platform:rpm test]
policycoreutils-python [platform:rpm test]
policycoreutils-python [platform:rpm test !platform:rhel-8 !platform:centos-8 !platform:fedora]
policycoreutils-python-utils [platform:rpm test !platform:rhel-7 !platform:centos-7]