From d5079e32bcec04a1cca4860aaa9c8ae17175084d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Aug 19 2020 23:13:57 +0000 Subject: [PATCH 1/2] Adding back perl 5.30 module This depends on https://git.centos.org/centos/centos-metadata/pull-request/1 Revert "Disabling perl 5.30 again as its causing some dep solving issues" This reverts commit ef131de6b7cdad4499bde80afdcf407eb807fa87. --- diff --git a/variants-stream.xml b/variants-stream.xml index e4019ae..5577a4c 100644 --- a/variants-stream.xml +++ b/variants-stream.xml @@ -184,7 +184,7 @@ parfait:0.5 perl:5.24 perl:5.26 - + perl:5.30 perl-FCGI:0.78 php:7.2 php:7.3 From 1d6938c2c4a98f644c25e117985720ae6141ccd6 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Aug 19 2020 23:17:00 +0000 Subject: [PATCH 2/2] Adding createrepo_extra_modulemd to fix perl 5.30 Please merge https://git.centos.org/centos/centos-metadata/pull-request/1 before merging this Signed-off-by: Mohan Boddu --- diff --git a/c8-stream.conf b/c8-stream.conf index cdadf26..3d604be 100644 --- a/c8-stream.conf +++ b/c8-stream.conf @@ -82,6 +82,15 @@ media_checksums = ['sha256'] media_checksum_one_file = True create_jigdo = False +# Pull in modulemd for older module versions to fill in gaps in contexts +createrepo_extra_modulemd = { + "AppStream": { + "scm": "git", + "repo": "git://git@git.centos.org/centos/centos-metadata.git", + "dir": "extra-modulemd", + } +} + # BUILDINSTALL bootable = True buildinstall_method = "lorax"