From: Daan De Meyer Date: Thu, 16 Jan 2025 13:53:16 +0000 (+0100) Subject: centos: Enable EPEL for c10s tools tree as well X-Git-Tag: v25~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3368%2Fhead;p=thirdparty%2Fmkosi.git 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. --- 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