From 531f36e4b4009ddab5150bcfe6a0c83837ec3c76 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Mon, 9 Sep 2019 12:31:13 +0300 Subject: [PATCH] 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 --- bindep.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index e928b473e..84f7d25be 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]