From e05ba0662b889d0b3a51bb336514c5375dececbe Mon Sep 17 00:00:00 2001 From: DaanDeMeyer Date: Fri, 11 Jul 2025 08:54:40 +0200 Subject: [PATCH] mkosi: Drop epel-next repository for CentOS It does not exist for CentOS Stream 10, it's only relevant for CentOS Stream 9 in some corner cases which don't apply to us, so let's not enable it to avoid complexity instead of only enabling it for CentOS Stream 9. Follow up for 3800adc9e5e067e3869d95c75733368e11f4570a --- mkosi/mkosi.conf.d/centos/mkosi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/mkosi.conf.d/centos/mkosi.conf b/mkosi/mkosi.conf.d/centos/mkosi.conf index ea0a34b4fd0..24713b30ac6 100644 --- a/mkosi/mkosi.conf.d/centos/mkosi.conf +++ b/mkosi/mkosi.conf.d/centos/mkosi.conf @@ -5,7 +5,7 @@ Distribution=centos [Distribution] Release=10 -Repositories=epel,epel-next +Repositories=epel [Build] Environment= -- 2.47.3