diff --git a/kernel/synflood/main.fmf b/kernel/synflood/main.fmf index 76a24ee..23b49cb 100644 --- a/kernel/synflood/main.fmf +++ b/kernel/synflood/main.fmf @@ -8,7 +8,7 @@ component: - kernel framework: beakerlib require: -- library(distribution/epel) +- library(epel/epel) - /usr/bin/nc - perf - git diff --git a/kernel/synflood/runtest.sh b/kernel/synflood/runtest.sh index 7a4327c..8e33ceb 100755 --- a/kernel/synflood/runtest.sh +++ b/kernel/synflood/runtest.sh @@ -29,7 +29,7 @@ if [ $(nproc) -lt 64 ]; then rlPhaseEnd else rlPhaseStartSetup - rlImport "distribution/epel" + rlImport "epel/epel" rlRun "command -v hping3 || epelyum install -y hping3" 0 \ "Make sure hping3 is installed (EPEL-only on RHEL)" diff --git a/selinux-policy/Library/common/Makefile b/selinux-policy/Library/common/Makefile index b274700..eecb818 100644 --- a/selinux-policy/Library/common/Makefile +++ b/selinux-policy/Library/common/Makefile @@ -55,7 +55,7 @@ $(METADATA): Makefile @echo "Requires: yum-utils" >> $(METADATA) @echo "Requires: python3 sqlite" >> $(METADATA) @echo "Provides: library(selinux-policy/common)" >> $(METADATA) - @echo "RhtsRequires: library(distribution/epel)" >> $(METADATA) + @echo "RhtsRequires: library(epel/epel)" >> $(METADATA) @echo "License: GPLv2" >> $(METADATA) @echo "Destructive: no" >> $(METADATA) @echo "Environment: AVC_ERROR=+no_avc_check" >> $(METADATA)