diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-25 14:50:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-25 14:50:00 +0200 |
commit | 852470937f569ef4695df6fe7cd31e241dabbc08 (patch) | |
tree | 4b37557b23e59281347a0c38580e2a4828c24492 | |
parent | 8a92e12a81f78bc335de1818c93d9fdec591b6a3 (diff) |
add config with rpmfusion
-rw-r--r-- | el9xr.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/el9xr.cfg b/el9xr.cfg new file mode 100644 index 0000000..23862cd --- /dev/null +++ b/el9xr.cfg @@ -0,0 +1,16 @@ +include('el9x.tpl') + +config_opts['root'] = 'el9x' +config_opts['resultdir'] = "/var/lib/mock/el9x" + +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=x86_64 +enabled=1 + +""" + |