From f56c851473f7d46b1dc7fad603b23bb6000e4104a35988d6b5266c81e3fbf201 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 14 Dec 2020 10:17:48 +0000 Subject: [PATCH] Accepting request 855679 from home:dimstar:Factory - Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring - Explicitly require group(kvm) by udev: the group used to be created by system-users-hardware, but has been split/moved to qemu/kvm, where it is more logical. The file /usr/lib/udev/rules.d/50-udev-default.rules references this group, thus we should make sure the group exists. Otherwise there are errors in the journal in the form of: /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring OBS-URL: https://build.opensuse.org/request/show/855679 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1129 --- systemd-mini.changes | 11 +++++++++++ systemd-mini.spec | 1 + systemd.changes | 11 +++++++++++ systemd.spec | 1 + 4 files changed, 24 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index 9ffd13af..d5d6ac36 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 14 07:55:03 UTC 2020 - Dominique Leuenberger + +- Explicitly require group(kvm) by udev: the group used to be + created by system-users-hardware, but has been split/moved to + qemu/kvm, where it is more logical. The file + /usr/lib/udev/rules.d/50-udev-default.rules references this + group, thus we should make sure the group exists. Otherwise there + are errors in the journal in the form of: + /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring + ------------------------------------------------------------------- Wed Dec 9 16:08:26 UTC 2020 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 742760cf..450e5910 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -269,6 +269,7 @@ License: GPL-2.0-only Group: System/Kernel URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Requires: system-group-hardware +Requires: group(kvm) Requires(post): sed Requires(post): coreutils Requires(postun): coreutils diff --git a/systemd.changes b/systemd.changes index 9ffd13af..d5d6ac36 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 14 07:55:03 UTC 2020 - Dominique Leuenberger + +- Explicitly require group(kvm) by udev: the group used to be + created by system-users-hardware, but has been split/moved to + qemu/kvm, where it is more logical. The file + /usr/lib/udev/rules.d/50-udev-default.rules references this + group, thus we should make sure the group exists. Otherwise there + are errors in the journal in the form of: + /usr/lib/udev/rules.d/50-udev-default.rules:86 Unknown group 'kvm', ignoring + ------------------------------------------------------------------- Wed Dec 9 16:08:26 UTC 2020 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 00a4afd9..1db25784 100644 --- a/systemd.spec +++ b/systemd.spec @@ -267,6 +267,7 @@ License: GPL-2.0-only Group: System/Kernel URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Requires: system-group-hardware +Requires: group(kvm) Requires(post): sed Requires(post): coreutils Requires(postun): coreutils