From 13210ab44013974a01d1d9c51c66c43ed07ab52c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 09:24:08 +0200 Subject: add 8.1 mock config --- fc34x81.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fc34x81.cfg (limited to 'fc34x81.cfg') diff --git a/fc34x81.cfg b/fc34x81.cfg new file mode 100644 index 0000000..9b358d7 --- /dev/null +++ b/fc34x81.cfg @@ -0,0 +1,11 @@ +include('fc34x.tpl') + +config_opts['yum.conf'] += """ +[remi-php81] +name=remi php81 +baseurl=file:/home/rpmbuild/site/rpms/fedora/34/php81/x86_64/ +enabled=1 +metadata_expire=1 + +""" + -- cgit