diff --git a/systemd.changes b/systemd.changes index f08f4ae0..fb4b065b 100644 --- a/systemd.changes +++ b/systemd.changes @@ -3,6 +3,10 @@ Tue Jun 27 13:02:40 UTC 2023 - Franck Bui - 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 @@ -12,12 +16,11 @@ Mon Jun 26 14:26:28 UTC 2023 - Franck Bui ------------------------------------------------------------------- Wed Jun 21 10:30:58 UTC 2023 - Franck Bui -- 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. ------------------------------------------------------------------- diff --git a/tmpfiles-suse.conf b/tmpfiles-suse.conf index a199e980..74acc896 100644 --- a/tmpfiles-suse.conf +++ b/tmpfiles-suse.conf @@ -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 ?