Accepting request 1134210 from home:dimstar:Factory
- 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/request/show/1134210 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1478
This commit is contained in:
parent
c1dc7ece68
commit
7beaf185f7
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user