forked from pool/systemd
Accepting request 1170779 from home:lnussel:branches:Base:System
libkmod is in the libkmod2 package OBS-URL: https://build.opensuse.org/request/show/1170779 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1515
This commit is contained in:
parent
b19ec77738
commit
d0e5bcd922
@ -19,7 +19,7 @@ Mon Apr 22 09:20:36 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 15:45:46 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd.spec: preparation for the next version of systemd (i.e. v256), libkmod
|
||||
- systemd.spec: preparation for the next version of systemd (i.e. v256), libkmod2
|
||||
will be dlopened hence explicitly require it now as it doesn't hurt with the
|
||||
current version. However don't recommend it from systemd by assuming that when
|
||||
module loading from PID1 is needed, udev is installed.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package systemd
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -331,7 +331,7 @@ Requires: filesystem
|
||||
# kmod executable is needed by kmod-static-nodes.service
|
||||
Requires: kmod
|
||||
# By v256 libkmod will be dlopen()ed.
|
||||
Requires: libkmod
|
||||
Requires: libkmod2
|
||||
%endif
|
||||
Requires: system-group-hardware
|
||||
Requires: group(kvm)
|
||||
@ -341,7 +341,7 @@ Requires: group(lp)
|
||||
Requires(pre): group(kvm)
|
||||
Requires(post): sed
|
||||
Requires(post): coreutils
|
||||
Requires(postun):coreutils
|
||||
Requires(postun): coreutils
|
||||
# 'regenerate_initrd_post' macro is expanded during build, hence this BR.
|
||||
BuildRequires: suse-module-tools
|
||||
%if %{without bootstrap}
|
||||
|
Loading…
Reference in New Issue
Block a user