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 --- el9n84.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 el9n84.cfg (limited to 'el9n84.cfg') diff --git a/el9n84.cfg b/el9n84.cfg new file mode 100644 index 0000000..4c1ee9b --- /dev/null +++ b/el9n84.cfg @@ -0,0 +1,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'] + -- cgit