From: Daan De Meyer Date: Thu, 19 Dec 2024 15:49:59 +0000 (+0100) Subject: mkosi: Enable EPEL for CentOS Stream tools tree X-Git-Tag: v258-rc1~1797^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac1a711d9a237eea36b053d43c0c35af7ac40b1f;p=thirdparty%2Fsystemd.git mkosi: Enable EPEL for CentOS Stream tools tree We need packages from EPEL to be able to build CentOS Stream images with a CentOS Stream tools tree so enable it. This is broken on CentOS Stream 10 but given using a CentOS Stream tools tree is broken without EPEL as well, we might as well enable it and just wait until the packages are added to EPEL 10. --- diff --git a/mkosi.conf.d/05-tools/mkosi.conf.d/centos.conf b/mkosi.conf.d/05-tools/mkosi.conf.d/centos.conf new file mode 100644 index 00000000000..737fec3a3df --- /dev/null +++ b/mkosi.conf.d/05-tools/mkosi.conf.d/centos.conf @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +ToolsTreeDistribution=centos + +[Build] +ToolsTreeRepositories=epel,epel-next