public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: use epel/epel instead of distribution/epel library
@ 2026-09-11 13:23 Jiri Jaburek
0 siblings, 0 replies; only message in thread
From: Jiri Jaburek @ 2026-09-11 13:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : affc7c2cfc4faabc2d1e868f7aedaf79f7f31d26
Author : Jiri Jaburek <jjaburek@redhat.com>
Date : 2026-05-14T08:38:48+00:00
Stats : +3/-3 in 3 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/affc7c2cfc4faabc2d1e868f7aedaf79f7f31d26?branch=pr775-checkpolicy-revdeps
Log:
use epel/epel instead of distribution/epel library
The README on
https://github.com/beakerlib/distribution/tree/master/epel
states that
This is a compatibility layer to overcome a transitional
phase from distribution/epel to epel/epel.
So use epel/epel instead.
Signed-off-by: Jiri Jaburek <jjaburek@redhat.com>
---
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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 13:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:23 [tests/selinux] pr775-checkpolicy-revdeps: use epel/epel instead of distribution/epel library Jiri Jaburek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox