- 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.

This should allow us to remove system-module-tools from almost all buildroots.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1478
This commit is contained in:
Franck Bui 2023-12-20 12:58:01 +00:00 committed by Git OBS Bridge
parent b4e385721c
commit 27ed0cd29b
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 20 12:49:09 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <fbui@suse.com>

View File

@ -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)