diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-02 14:45:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-02 14:45:19 +0200 |
commit | a6d6d0f5fdef0eaf5b9d33e5485a7c117daf93ad (patch) | |
tree | 5ed79990cde3139244817a84b842a158722c20b1 | |
parent | b425835948acf66861227655b27e41e43990531b (diff) |
el9 aarch64 with rpmfusion mock config
-rw-r--r-- | el9ar.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/el9ar.cfg b/el9ar.cfg new file mode 100644 index 0000000..2a16d5c --- /dev/null +++ b/el9ar.cfg @@ -0,0 +1,15 @@ +include('el9a.tpl') + +config_opts['root'] = 'el9a' +config_opts['resultdir'] = "/var/lib/mock/el9a" + +config_opts['macros']['%_with_rpmfusion']="1" + +config_opts['yum.conf'] += """ + +[rpmfusion-free-updates] +name=rpmfusion-free-updates +mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-9&arch=aarch64 +enabled=1 + +""" |