- 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
This commit is contained in:
Franck Bui 2023-08-18 13:23:39 +00:00 committed by Git OBS Bridge
parent 5e27a3cb9f
commit 4c45b20dbd
2 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,16 @@ Fri Aug 18 13:19:39 UTC 2023 - Franck Bui <fbui@suse.com>
- Don't build systemd-doc with the mini flavor - Don't build systemd-doc with the mini flavor
-------------------------------------------------------------------
Fri Aug 18 10:06:37 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <fbui@suse.com> Fri Aug 18 06:24:11 UTC 2023 - Franck Bui <fbui@suse.com>

View File

@ -305,6 +305,7 @@ Requires: filesystem
Requires: kmod Requires: kmod
Requires: system-group-hardware Requires: system-group-hardware
Requires: group(kvm) Requires: group(kvm)
Requires: group(lp)
# The next dependency is also needed with file-triggers enabled due to the way # The next dependency is also needed with file-triggers enabled due to the way
# the libzypp default transaction backend works. # the libzypp default transaction backend works.
Requires(pre): group(kvm) Requires(pre): group(kvm)