]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Enable EPEL for CentOS Stream tools tree
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 19 Dec 2024 15:49:59 +0000 (16:49 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 7 Jan 2025 18:26:13 +0000 (18:26 +0000)
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.

(cherry picked from commit ac1a711d9a237eea36b053d43c0c35af7ac40b1f)

mkosi.conf.d/05-tools/mkosi.conf.d/centos.conf [new file with mode: 0644]

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 (file)
index 0000000..737fec3
--- /dev/null
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+ToolsTreeDistribution=centos
+
+[Build]
+ToolsTreeRepositories=epel,epel-next