diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-17 16:26:23 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-17 16:26:23 +0200 |
commit | 509e5e4d2fda30ab2d1939560f84361c6f9c6c41 (patch) | |
tree | 60c69eea14a90052e91361fa9e89712b32c16374 /fc37xr.cfg | |
parent | 13570fd715a91d9a1f60e975d16a8606862b53c9 (diff) |
f37 config
Diffstat (limited to 'fc37xr.cfg')
-rw-r--r-- | fc37xr.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fc37xr.cfg b/fc37xr.cfg new file mode 100644 index 0000000..47cebd3 --- /dev/null +++ b/fc37xr.cfg @@ -0,0 +1,26 @@ +include('fc37x.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-37&arch=x86_64 +enabled=1 + +[rpmfusion-free-updates] +name=rpmfusion-free-updates +mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-37&arch=x86_64 +enabled=0 + +[rpmfusion-nonfree] +name=rpmfusion-nonfree +mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-37&arch=x86_64 +enabled=0 + +[rpmfusion-nonfree-updates] +name=rpmfusion-nonfree +mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-37&arch=x86_64 +enabled=0 + +""" |