mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
rpm: add RPM macro for creating tmpfiles entries after package installation
This commit is contained in:
parent
bf89b99c5a
commit
042e33ae3a
2
TODO
2
TODO
@ -56,6 +56,8 @@ CGroup Rework Completion:
|
||||
|
||||
Features:
|
||||
|
||||
* Fedora: post FPC ticket to move add %tmpfiles_create to the packaging guidelines
|
||||
|
||||
* add rpm macros for applying tmpfiles --create after package installation
|
||||
|
||||
* when parsing calendar timestamps support the UTC timezone (even if we won't support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200
|
||||
|
@ -72,3 +72,7 @@ fi \
|
||||
%journal_catalog_update() \
|
||||
@rootbindir@/journalctl --update-catalog >/dev/null 2>&1 || : \
|
||||
%{nil}
|
||||
|
||||
%tmpfiles_create() \
|
||||
@rootbindir@/systemd-tmpfiles --create %{?*} >/dev/null 2>&1 || : \
|
||||
%{nil}
|
||||
|
Loading…
x
Reference in New Issue
Block a user