From d79d2b96edb8eddc7bfa40ff40c25a06d73929ef Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 16 Jan 2025 14:53:16 +0100 Subject: [PATCH] centos: Enable EPEL for c10s tools tree as well Now that EPEL exists for c10s, let's enable it for the c10s tools tree as EPEL has distribution-gpg-keys which is crucial to be able to use c10s as a tools tree. --- .../mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf | 3 +++ .../mkosi.conf.d/10-centos/mkosi.conf.d/10-epel.conf | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf.d/10-epel.conf diff --git a/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf b/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf index 985c95ed9..384c992f7 100644 --- a/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf +++ b/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf @@ -3,6 +3,9 @@ [Match] Distribution=centos +[Distribution] +Repositories=epel,epel-next + [Content] Packages= perf diff --git a/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf.d/10-epel.conf b/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf.d/10-epel.conf deleted file mode 100644 index 4c1b9e5f0..000000000 --- a/mkosi/resources/mkosi-tools/mkosi.conf.d/10-centos/mkosi.conf.d/10-epel.conf +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1-or-later - -[Match] -Release=9 - -[Distribution] -Repositories=epel,epel-next -- 2.47.2