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