From 07c5d0d813a70a626b6b1f0c03a4e6a98ef8aa49 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Aug 30 2024 18:53:01 +0000 Subject: [PATCH 1/3] Kinoite: Exclude mariadb-server-utils Those commands are non-essential server utilities that are not needed on a destkop. This is also one of the last packages requiring Perl. --- diff --git a/kinoite-common.yaml b/kinoite-common.yaml index de68447..9b1af8f 100644 --- a/kinoite-common.yaml +++ b/kinoite-common.yaml @@ -45,6 +45,8 @@ exclude-packages: # Ensure we do not include X11 support - plasma-x11 - plasma-workspace-x11 + # Exclude mariadb server tools that bring in Perl + - mariadb-server-utils # Kinoite specific workarounds and configuration postprocess: diff --git a/kinoite-mobile.yaml b/kinoite-mobile.yaml index d8ce7df..fabe1cb 100644 --- a/kinoite-mobile.yaml +++ b/kinoite-mobile.yaml @@ -42,6 +42,8 @@ exclude-packages: # Ensure we do not include X11 support - plasma-x11 - plasma-workspace-x11 + # Exclude mariadb server tools that bring in Perl + - mariadb-server-utils # Kept in the leaf manifest as they are overwritten by Pungi in composes repos: From 289c4a03ce683b0e44bbf6e5226fd71a314cf17f Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Aug 30 2024 18:54:45 +0000 Subject: [PATCH 2/3] kinoite-common: Update outdated comment --- diff --git a/kinoite-common.yaml b/kinoite-common.yaml index 9b1af8f..8f7324e 100644 --- a/kinoite-common.yaml +++ b/kinoite-common.yaml @@ -27,7 +27,6 @@ packages: # Make sure that modem support is installed - NetworkManager-ppp # Install gdb to make getting backtraces work with DrKonqi - # The dnf dependency is excluded in the common manifest - gdb # Explicitely not included via comps # See: https://pagure.io/fedora-kde/SIG/issue/295 From 223669cfac52fe0efbd78cbd92a613aee5cb22b8 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Aug 30 2024 18:55:10 +0000 Subject: [PATCH 3/3] Kinoite Mobile: Add plasma-welcome-fedora Match what is included in Fedora Kinoite. --- diff --git a/kinoite-mobile.yaml b/kinoite-mobile.yaml index fabe1cb..1c0ffc6 100644 --- a/kinoite-mobile.yaml +++ b/kinoite-mobile.yaml @@ -29,6 +29,9 @@ packages: - NetworkManager-ppp # Install gdb to make getting backtraces work with DrKonqi - gdb + # Explicitely not included via comps + # See: https://pagure.io/fedora-kde/SIG/issue/295 + - plasma-welcome-fedora # Make sure the following are not pulled in when Recommended by other packages exclude-packages: