Clarify some entries in the changelog

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1406
This commit is contained in:
Franck Bui 2023-06-27 15:07:34 +00:00 committed by Git OBS Bridge
parent ec9b4680c5
commit 7b7bd435c9
2 changed files with 9 additions and 6 deletions

View File

@ -3,6 +3,10 @@ Tue Jun 27 13:02:40 UTC 2023 - Franck Bui <fbui@suse.com>
- Change the group owner of /run/lock from "lock" to "root" (bsc#1212674)
This allows to drop the dependency "Requires: group(lock)" that was introduced
previously to make sure that the "lock" group will be kept around. This
dependency introduced a dependency cycle.
-------------------------------------------------------------------
Mon Jun 26 14:26:28 UTC 2023 - Franck Bui <fbui@suse.com>
@ -12,12 +16,11 @@ Mon Jun 26 14:26:28 UTC 2023 - Franck Bui <fbui@suse.com>
-------------------------------------------------------------------
Wed Jun 21 10:30:58 UTC 2023 - Franck Bui <fbui@suse.com>
- Make sure to pre-install the groups systemd and udev rely on. This is needed
when the tmpfiles are run at package installation time. Theoretically with
only "Requires(pre): group()", rpm is allowed to drop the group at the end of
the package installations hence let's keep "Requires: group()" dep.
- Make sure to keep the groups systemd and udev rely on installed. Theoretically
with only "Requires(pre): group(x)", rpm is allowed to drop group 'x' at the
end of the package installations.
Note: this is also needed when (post)file-triggers are enabled due to the
Note: this is also needed when (trans)file-triggers are enabled due to the
current limitation of the default libzypp transaction backend.
-------------------------------------------------------------------

View File

@ -6,7 +6,7 @@
# Legacy symlink. Maybe should be owned by util-linux ?
L+ /etc/mtab - - - - ../proc/self/mounts
# FIXME: Might be moved to lockded.
# FIXME: move to filesystem ?
d /run/lock 0775 root root -
# FIXME: Move to shadow ?