The `lib` perl module has been split out of the `perl-interpreter` package in Fedora 33 into `perl-lib`. It is needed for the filesystem tests. Add it to the dependencies. Signed-off-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff0a0dc..bfd5b17 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ similar dependencies): * perl-Test _(test harness used by the testsuite)_ * perl-Test-Harness _(test harness used by the testsuite)_ * perl-Test-Simple _(for `Test::More`)_ +* perl-lib _(for `lib`; split out from `perl-interpreter` since Fedora 33)_ * selinux-policy-devel _(to build the test policy)_ * gcc _(to build the test programs)_ * libselinux-devel _(to build some of the test programs)_ @@ -65,6 +66,7 @@ following command: # dnf install perl-Test \ perl-Test-Harness \ perl-Test-Simple \ + perl-lib \ selinux-policy-devel \ gcc \ libselinux-devel \ -- 2.26.2