From ccc5a2ff39e95e4597fe6b41fb701141c2927f07 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Feb 23 2023 16:18:54 +0000 Subject: Provide systemd packages These belong on the host, but a lot of packages have hard dependencies thereon. Providing these here avoids the need to fix all those immediately. --- diff --git a/flatpak-runtime-config.spec b/flatpak-runtime-config.spec index 669e567..b14e2bb 100644 --- a/flatpak-runtime-config.spec +++ b/flatpak-runtime-config.spec @@ -23,6 +23,13 @@ BuildRequires: python3-rpm-macros Requires: fontpackages-filesystem +# workaround for packages needlessly requiring systemd +# version must remain LOWER than the currently stable package +Provides: systemd = 250 +Provides: systemd-pam = 250 +Provides: systemd-udev = 250 +Provides: udev = 250 + %description This package includes configuration files that are installed into the flatpak runtime filesystem during the runtime creation process; it is also installed