From e56ff87cc1569a7b7bd4fa0b91821c4b1c4e450f Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Feb 05 2025 11:01:49 +0000 Subject: common: Exclude Perl by default Explicitely exclude Perl to avoid inclusion in the image via optional dependencies. We can now do that as all the indirect dependencies have been fixed. In general, we want to keep the base image as small as possible and with as few interpreters as possible. Users should install any addition interpreters that they may need inside a container or via package layering. See: https://pagure.io/fedora-kde/SIG/issue/566 See: https://github.com/fedora-silverblue/issue-tracker/issues/613 --- diff --git a/common.yaml b/common.yaml index 3bdacc4..077fe5c 100644 --- a/common.yaml +++ b/common.yaml @@ -147,6 +147,9 @@ exclude-packages: - qemu-kvm-core - qemu-device-display-virtio-gpu - qemu-device-display-virtio-vga + # Ensure that we do not include any Perl package + - perl-interpreter + - perl-libs postprocess: - |