From 15275fb4857d88ed3ea2e4e76c71bf35c6c89e04 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Feb 2023 14:54:01 +0100 Subject: F38 mock config --- fc35n81.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 fc35n81.cfg (limited to 'fc35n81.cfg') diff --git a/fc35n81.cfg b/fc35n81.cfg new file mode 100644 index 0000000..57a2505 --- /dev/null +++ b/fc35n81.cfg @@ -0,0 +1,22 @@ +# build noarch package using PHP 8.1 + +include('fc35x.tpl') + +config_opts['root'] = 'fc35x81' +config_opts['resultdir'] = "/var/lib/mock/fc35x" + +config_opts['yum.conf'] += """ +[remi-php81] +name=remi php81 +baseurl=file:/home/rpmbuild/site/rpms/fedora/35/php81/x86_64/ +enabled=1 +metadata_expire=1 + +[result-fc35x] +name=result-fc35x +baseurl=file:/var/lib/mock/fc35x/ +metadata_expire=10 +enabled=1 + +""" + -- cgit