From 05a64b1e6def555af3b276bd116297457b689e4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2020 14:22:55 +0200 Subject: add php 8.0 mock config --- fc33x74.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fc33x74.cfg (limited to 'fc33x74.cfg') diff --git a/fc33x74.cfg b/fc33x74.cfg new file mode 100644 index 0000000..d160145 --- /dev/null +++ b/fc33x74.cfg @@ -0,0 +1,11 @@ +include('fc33x.tpl') + +config_opts['yum.conf'] += """ +[remi-php80] +name=remi php80 +baseurl=file:/home/rpmbuild/site/rpms/fedora/33/php80/x86_64/ +enabled=1 +metadata_expire=1 + +""" + -- cgit