summaryrefslogtreecommitdiffstats
path: root/fc36xr.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-11 15:22:30 +0100
committerRemi Collet <remi@php.net>2022-02-11 15:22:30 +0100
commit0a8c59180735125dad1c564971be208524f33c25 (patch)
tree8fed444e93a96b58b134b1917e67869b24b809df /fc36xr.cfg
parent1e1eae3da8ca4108dda57a7fd5f870cb19e1398b (diff)
F36 SCL mock config
Diffstat (limited to 'fc36xr.cfg')
-rw-r--r--fc36xr.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/fc36xr.cfg b/fc36xr.cfg
new file mode 100644
index 0000000..87ae569
--- /dev/null
+++ b/fc36xr.cfg
@@ -0,0 +1,26 @@
+include('fc36x.tpl')
+
+config_opts['macros']['%_with_rpmfusion']="1"
+
+config_opts['yum.conf'] += """
+[rpmfusion-free]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-36&arch=x86_64
+enabled=1
+
+[rpmfusion-free-updates]
+name=rpmfusion-free-updates
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-36&arch=x86_64
+enabled=0
+
+[rpmfusion-nonfree]
+name=rpmfusion-nonfree
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-36&arch=x86_64
+enabled=0
+
+[rpmfusion-nonfree-updates]
+name=rpmfusion-nonfree
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-36&arch=x86_64
+enabled=0
+
+"""