diff --git a/systemd.changes b/systemd.changes index 20343c25..348f841a 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 1a5109bc..8e618049 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)