blob: 4fafc0112dfe7599183d4cfea69ba108028fd386 (
plain)
1
2
3
4
5
6
7
8
9
|
# build noarch package using PHP 8.4
include('el10x.tpl')
config_opts['root'] = 'el10x84'
config_opts['resultdir'] = "/var/lib/mock/el10x"
config_opts['module_enable'] = ['php:remi-8.4']
|