From bc5f716acf3c7b7111494be8e1896516db873cd2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jan 2026 09:39:30 +0100 Subject: config for noarch with 8.4 --- fc41n84.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fc41n84.cfg (limited to 'fc41n84.cfg') diff --git a/fc41n84.cfg b/fc41n84.cfg new file mode 100644 index 0000000..3ad16e8 --- /dev/null +++ b/fc41n84.cfg @@ -0,0 +1,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'] + -- cgit