forked from pool/systemd
- file-triggers: fix a typo that sneaked in the script dealing with tmpfiles
(bsc#1212733) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1404
This commit is contained in:
parent
2fd40c1327
commit
1dd6f15943
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 26 14:26:28 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- file-triggers: fix a typo that sneaked in the script dealing with tmpfiles
|
||||||
|
(bsc#1212733)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 21 10:30:58 UTC 2023 - Franck Bui <fbui@suse.com>
|
Wed Jun 21 10:30:58 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ end
|
|||||||
-- Note: /run is never mounted during transactional updates.
|
-- Note: /run is never mounted during transactional updates.
|
||||||
if posix.access("/run/systemd/system") then
|
if posix.access("/run/systemd/system") then
|
||||||
assert(rpm.execute("systemd-tmpfiles", "--create"))
|
assert(rpm.execute("systemd-tmpfiles", "--create"))
|
||||||
endf
|
end
|
||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
%transfiletriggerin -P 1000600 -n udev -p <lua> -- /usr/lib/udev/rules.d
|
%transfiletriggerin -P 1000600 -n udev -p <lua> -- /usr/lib/udev/rules.d
|
||||||
|
Loading…
Reference in New Issue
Block a user