summaryrefslogtreecommitdiffstats
path: root/fc35n81.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'fc35n81.cfg')
-rw-r--r--fc35n81.cfg22
1 files changed, 22 insertions, 0 deletions
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
+
+"""
+