summaryrefslogtreecommitdiff
path: root/mkosi.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r--mkosi.conf.d/centos/10-centos.conf7
-rw-r--r--mkosi.conf.d/centos/mkosi.reposdir/powertools.repo8
2 files changed, 12 insertions, 3 deletions
diff --git a/mkosi.conf.d/centos/10-centos.conf b/mkosi.conf.d/centos/10-centos.conf
index 606942273f..2532b35f51 100644
--- a/mkosi.conf.d/centos/10-centos.conf
+++ b/mkosi.conf.d/centos/10-centos.conf
@@ -10,6 +10,7 @@
[Distribution]
Distribution=centos
Repositories=epel
+RepositoryDirectory=mkosi.conf.d/centos/mkosi.reposdir
[Content]
Packages=
@@ -44,9 +45,9 @@ Packages=
polkit
popt
procps-ng
- python3*dist(pefile)
- python3*dist(pluggy) # python39-pluggy is a pytest dependency that's not installed for some reason.
- python3*dist(pytest)
+ python3[.][9]dist(pefile)
+ python3[.][9]dist(pluggy) # python39-pluggy is a pytest dependency that's not installed for some reason.
+ python3[.][9]dist(pytest)
python39
quota
tpm2-tss
diff --git a/mkosi.conf.d/centos/mkosi.reposdir/powertools.repo b/mkosi.conf.d/centos/mkosi.reposdir/powertools.repo
new file mode 100644
index 0000000000..5c7149a123
--- /dev/null
+++ b/mkosi.conf.d/centos/mkosi.reposdir/powertools.repo
@@ -0,0 +1,8 @@
+[powertools-hotfixes]
+name=powertools-hotfixes
+mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=PowerTools
+gpgkey=https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
+gpgcheck=1
+enabled=1
+module_hotfixes=1
+skip_if_unavailable=1