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