- file-triggers: fix lua trigger priority for sysusers (bsc#1212376)

A single digit in the priority used for sysusers got dropped somehow and
  upstream commit cd621954ed643c6ee0d869132293e26056a48826 forgot to restore it
  in the lua implementation.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1398
This commit is contained in:
Franck Bui 2023-06-21 09:32:38 +00:00 committed by Git OBS Bridge
parent 6bdc7a067a
commit d1bee00c93
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 21 09:28:29 UTC 2023 - Franck Bui <fbui@suse.com>
- file-triggers: fix lua trigger priority for sysusers (bsc#1212376)
A single digit in the priority used for sysusers got dropped somehow and
upstream commit cd621954ed643c6ee0d869132293e26056a48826 forgot to restore it
in the lua implementation.
-------------------------------------------------------------------
Tue Jun 20 15:46:04 UTC 2023 - Franck Bui <fbui@suse.com>

View File

@ -68,7 +68,7 @@ elseif pid > 0 then
posix.wait(pid)
end
%transfiletriggerin -P 100700 -p <lua> -- /usr/lib/sysusers.d
%transfiletriggerin -P 1000700 -p <lua> -- /usr/lib/sysusers.d
-- This script will process files installed in /usr/lib/sysusers.d to create
-- specified users automatically. The priority is set such that it
-- will run before the tmpfiles file trigger.