From c80eed12ab119f9e3a190cd27b63ed28b5de35e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Feb 2023 11:45:44 +0100 Subject: F38 SCL config --- fc36xr.cfg | 6 ++++-- fc37xr.cfg | 6 ++++-- fc38xr.cfg | 5 +++-- fc38xscl74.cfg | 25 +++++++++++++++++++++++++ fc38xscl80.cfg | 25 +++++++++++++++++++++++++ fc38xscl81.cfg | 25 +++++++++++++++++++++++++ fc38xscl82.cfg | 25 +++++++++++++++++++++++++ 7 files changed, 111 insertions(+), 6 deletions(-) create mode 100644 fc38xscl74.cfg create mode 100644 fc38xscl80.cfg create mode 100644 fc38xscl81.cfg create mode 100644 fc38xscl82.cfg 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] diff --git a/fc37xr.cfg b/fc37xr.cfg index 0db435c..e324a6e 100644 --- a/fc37xr.cfg +++ b/fc37xr.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-37&arch=x86_64 +#mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-37&arch=x86_64 +baseurl=http://download1.rpmfusion.org/free/fedora/releases/37/Everything/x86_64/os/ enabled=1 [rpmfusion-free-updates] name=rpmfusion-free-updates -mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-37&arch=x86_64 +#mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-37&arch=x86_64 +baseurl=http://download1.rpmfusion.org/free/fedora/updates/37/x86_64/ enabled=1 [rpmfusion-nonfree] diff --git a/fc38xr.cfg b/fc38xr.cfg index 7625895..447b3b7 100644 --- a/fc38xr.cfg +++ b/fc38xr.cfg @@ -5,13 +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-38&arch=x86_64 +#mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-38&arch=x86_64 +baseurl=http://download1.rpmfusion.org/free/fedora/development/38/Everything/x86_64/os/ enabled=1 [rpmfusion-free-updates] name=rpmfusion-free-updates mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-38&arch=x86_64 -enabled=1 +enabled=0 [rpmfusion-nonfree] name=rpmfusion-nonfree diff --git a/fc38xscl74.cfg b/fc38xscl74.cfg new file mode 100644 index 0000000..3e768b3 --- /dev/null +++ b/fc38xscl74.cfg @@ -0,0 +1,25 @@ +include('fc38x.tpl') + +config_opts['root'] = 'scl74fc38x' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php74-build php74-php-devel php74-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl74fc38x" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc38xscl74/" + +config_opts['macros']['%scl_vendor']="remi" +config_opts['macros']['%_scl_prefix']="/opt/remi" + +config_opts['macros']['%nophptag']="1" +# Official (but temporary) workaround for https://bugzilla.redhat.com/1484380 +#config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485310 +config_opts['macros']['%_build_id_links']='none' + +config_opts['yum.conf'] += """ +[result-scl74fc38x] +name=result-scl74fc38x +baseurl=file:///var/lib/mock/scl74fc38x/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" diff --git a/fc38xscl80.cfg b/fc38xscl80.cfg new file mode 100644 index 0000000..a771f53 --- /dev/null +++ b/fc38xscl80.cfg @@ -0,0 +1,25 @@ +include('fc38x.tpl') + +config_opts['root'] = 'scl80fc38x' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php80-build php80-php-devel php80-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl80fc38x" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc38xscl80/" + +config_opts['macros']['%scl_vendor']="remi" +config_opts['macros']['%_scl_prefix']="/opt/remi" + +config_opts['macros']['%nophptag']="1" +# Official (but temporary) workaround for https://bugzilla.redhat.com/1484380 +#config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485310 +config_opts['macros']['%_build_id_links']='none' + +config_opts['yum.conf'] += """ +[result-scl80fc38x] +name=result-scl80fc38x +baseurl=file:///var/lib/mock/scl80fc38x/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" diff --git a/fc38xscl81.cfg b/fc38xscl81.cfg new file mode 100644 index 0000000..a60e143 --- /dev/null +++ b/fc38xscl81.cfg @@ -0,0 +1,25 @@ +include('fc38x.tpl') + +config_opts['root'] = 'scl81fc38x' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php81-build php81-php-devel php81-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl81fc38x" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc38xscl81/" + +config_opts['macros']['%scl_vendor']="remi" +config_opts['macros']['%_scl_prefix']="/opt/remi" + +config_opts['macros']['%nophptag']="1" +# Official (but temporary) workaround for https://bugzilla.redhat.com/1484380 +#config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485310 +config_opts['macros']['%_build_id_links']='none' + +config_opts['yum.conf'] += """ +[result-scl81fc38x] +name=result-scl81fc38x +baseurl=file:///var/lib/mock/scl81fc38x/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" diff --git a/fc38xscl82.cfg b/fc38xscl82.cfg new file mode 100644 index 0000000..db8d8f7 --- /dev/null +++ b/fc38xscl82.cfg @@ -0,0 +1,25 @@ +include('fc38x.tpl') + +config_opts['root'] = 'scl82fc38x' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php82-build php82-php-devel php82-php-pear' +config_opts['resultdir'] = "/var/lib/mock/scl82fc38x" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc38xscl82/" + +config_opts['macros']['%scl_vendor']="remi" +config_opts['macros']['%_scl_prefix']="/opt/remi" + +config_opts['macros']['%nophptag']="1" +# Official (but temporary) workaround for https://bugzilla.redhat.com/1484380 +#config_opts['macros']['%_debugsource_packages']="%nil" +# workaround for https://bugzilla.redhat.com/1485310 +config_opts['macros']['%_build_id_links']='none' + +config_opts['yum.conf'] += """ +[result-scl82fc38x] +name=result-scl82fc38x +baseurl=file:///var/lib/mock/scl82fc38x/ +enabled=1 +metadata_expire=10 +skip_if_unavailable=True + +""" -- cgit