diff --git a/systemd.changes b/systemd.changes index fa6380e..143ed47 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 20 12:49:09 UTC 2023 - Dominique Leuenberger + +- udev: only require kmod in the full flavor. udev-mini is only + used inside OBS in a strictly defined setup and udev will never + have to load device drivers there. + ------------------------------------------------------------------- Wed Dec 20 12:40:55 UTC 2023 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 606d88d..daba32a 100644 --- a/systemd.spec +++ b/systemd.spec @@ -306,7 +306,9 @@ URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Requires: %{name} = %{version}-%{release} %systemd_requires Requires: filesystem +%if %{without bootstrap} Requires: kmod +%endif Requires: system-group-hardware Requires: group(kvm) Requires: group(lp)