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