diff --git a/systemd.changes b/systemd.changes index a6511375..ec402874 100644 --- a/systemd.changes +++ b/systemd.changes @@ -19,7 +19,7 @@ Mon Apr 22 09:20:36 UTC 2024 - Franck Bui ------------------------------------------------------------------- Mon Apr 8 15:45:46 UTC 2024 - Franck Bui -- 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. diff --git a/systemd.spec b/systemd.spec index bff9c475..50d16859 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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}