summaryrefslogtreecommitdiffstats
path: root/el9x.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'el9x.tpl')
-rw-r--r--el9x.tpl28
1 files changed, 15 insertions, 13 deletions
diff --git a/el9x.tpl b/el9x.tpl
index 4c2856a..177fb56 100644
--- a/el9x.tpl
+++ b/el9x.tpl
@@ -1,6 +1,8 @@
+include('vendor.tpl')
+
config_opts['target_arch'] = 'x86_64'
#config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
-config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz'
+config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz remi-crypto-legacy'
config_opts['dist'] = 'el9' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '9'
@@ -18,11 +20,7 @@ config_opts['createrepo_on_rpms'] = True
config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
config_opts['macros']['%_topdir']="/builddir/build"
-config_opts['macros']['%_smp_mflags']="-j10"
-config_opts['macros']['%vendor']="Remi's RPM repository <https://rpms.remirepo.net/>"
-config_opts['macros']['%packager']="Remi Collet"
-config_opts['macros']['%vendeur']="remi"
-config_opts['macros']['%bugurl']="https://forum.remirepo.net/"
+config_opts['macros']['%_smp_mflags']="-j15"
config_opts['macros']['%dist']=".el9.remi"
config_opts['macros']['%rhel']="9"
config_opts['macros']['%_with_ibase']="1"
@@ -31,7 +29,7 @@ config_opts['macros']['%runselftest']="1"
config_opts['environment']['ACCEPT_EULA'] = 'Y'
-config_opts['module_enable'] = ['php:remi-8.0']
+config_opts['module_enable'] = ['php:remi-8.0', 'redis:remi-7.0']
config_opts['yum.conf'] = """
[main]
@@ -63,16 +61,16 @@ enabled=1
[epel]
name=epel
-;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64
-baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64
+;baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/
exclude=epel-rpm-macros
enabled=1
[epel-testing]
-name=epel
+name=epel-testing
mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel9&arch=x86_64
exclude=epel-rpm-macros
-enabled=1
+enabled=0
[remi]
name=remi public
@@ -111,8 +109,12 @@ enabled=1
[msprod]
name=msprod
-baseurl=https://packages.microsoft.com/rhel/8/prod/
+baseurl=https://packages.microsoft.com/rhel/9/prod/
enabled=0
-includepkgs=msodbcsql17
+includepkgs=msodbcsql18
+[stream]
+name=CentOS 9 Stream
+baseurl=https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/
+enabled=0
"""