summaryrefslogtreecommitdiffstats
path: root/fc36xr.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-16 11:45:44 +0100
committerRemi Collet <remi@php.net>2023-02-16 11:45:44 +0100
commitc80eed12ab119f9e3a190cd27b63ed28b5de35e4 (patch)
treed2c3bb957ec9b4c92eab79e715dfe31528216ce5 /fc36xr.cfg
parent15275fb4857d88ed3ea2e4e76c71bf35c6c89e04 (diff)
F38 SCL config
Diffstat (limited to 'fc36xr.cfg')
-rw-r--r--fc36xr.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/fc36xr.cfg b/fc36xr.cfg
index 87ae569..def7b22 100644
--- a/fc36xr.cfg
+++ b/fc36xr.cfg
@@ -5,12 +5,14 @@ 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
+#mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-36&arch=x86_64
+baseurl=http://download1.rpmfusion.org/free/fedora/releases/36/Everything/x86_64/os/
enabled=1
[rpmfusion-free-updates]
name=rpmfusion-free-updates
-mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-36&arch=x86_64
+#mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-36&arch=x86_64
+baseurl=http://download1.rpmfusion.org/free/fedora/updates/36/x86_64/
enabled=0
[rpmfusion-nonfree]