From 4c45b20dbd28a0c4d9b8877adba1c6940f8b3562bfb18bb4a54d64f3186c0222 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Fri, 18 Aug 2023 13:23:39 +0000 Subject: [PATCH] - Explicitly require group(lp) by udev: this used to be provided by system-group-hardware, but with the introduction of system-user-lp (and systemd-users auto-generating groups) is now actually provided by system-user-lp. Latest versions of system-group-hardware clean this up and no longer also provide this group. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1429 --- systemd.changes | 10 ++++++++++ systemd.spec | 1 + 2 files changed, 11 insertions(+) diff --git a/systemd.changes b/systemd.changes index 20343c2..348f841 100644 --- a/systemd.changes +++ b/systemd.changes @@ -3,6 +3,16 @@ Fri Aug 18 13:19:39 UTC 2023 - Franck Bui - Don't build systemd-doc with the mini flavor +------------------------------------------------------------------- +Fri Aug 18 10:06:37 UTC 2023 - Dominique Leuenberger + +- Explicitly require group(lp) by udev: this used to be provided by + system-group-hardware, but with the introduction of + system-user-lp (and systemd-users auto-generating groups) is now + actually provided by system-user-lp. Latest versions of + system-group-hardware clean this up and no longer also provide + this group. + ------------------------------------------------------------------- Fri Aug 18 06:24:11 UTC 2023 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 1a5109b..8e61804 100644 --- a/systemd.spec +++ b/systemd.spec @@ -305,6 +305,7 @@ Requires: filesystem Requires: kmod Requires: system-group-hardware Requires: group(kvm) +Requires: group(lp) # The next dependency is also needed with file-triggers enabled due to the way # the libzypp default transaction backend works. Requires(pre): group(kvm)