From 23cdbbe12e17f7f8e60cb8bfdcd4c9093b2ab297 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Feb 05 2025 11:05:30 +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 d6f7663..6258201 100644 --- a/common.yaml +++ b/common.yaml @@ -151,6 +151,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: - |