SHA256
1
0
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:
Franck Bui 2024-04-29 15:04:06 +00:00 committed by Git OBS Bridge
parent b19ec77738
commit d0e5bcd922
2 changed files with 4 additions and 4 deletions

View File

@ -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> 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 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 current version. However don't recommend it from systemd by assuming that when
module loading from PID1 is needed, udev is installed. module loading from PID1 is needed, udev is installed.

View File

@ -1,5 +1,5 @@
# #
# spec file # spec file for package systemd
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@ -331,7 +331,7 @@ Requires: filesystem
# kmod executable is needed by kmod-static-nodes.service # kmod executable is needed by kmod-static-nodes.service
Requires: kmod Requires: kmod
# By v256 libkmod will be dlopen()ed. # By v256 libkmod will be dlopen()ed.
Requires: libkmod Requires: libkmod2
%endif %endif
Requires: system-group-hardware Requires: system-group-hardware
Requires: group(kvm) Requires: group(kvm)
@ -341,7 +341,7 @@ Requires: group(lp)
Requires(pre): group(kvm) Requires(pre): group(kvm)
Requires(post): sed Requires(post): sed
Requires(post): coreutils Requires(post): coreutils
Requires(postun):coreutils Requires(postun): coreutils
# 'regenerate_initrd_post' macro is expanded during build, hence this BR. # 'regenerate_initrd_post' macro is expanded during build, hence this BR.
BuildRequires: suse-module-tools BuildRequires: suse-module-tools
%if %{without bootstrap} %if %{without bootstrap}