Currently, systemd is the sole owner of /usr/lib/tmpfiles.d (ie.,
_tmpfilesdir). Therefore, in theory, every package that drops a file
into /usr/lib/tmpfiles.d should have a run-time dependency on systemd.
However, that would adversely affect containers. Packages will start to
pull in systemd for what might be a potentially optional configuration
file.
Currently, systemd is the sole owner of /usr/lib/tmpfiles.d (ie.,
_tmpfilesdir). Therefore, in theory, every package that drops a file
into /usr/lib/tmpfiles.d should have a run-time dependency on systemd.
However, that would adversely affect containers. Packages will start to
pull in systemd for what might be a potentially optional configuration
file.
https://bugzilla.redhat.com/show_bug.cgi?id=2068460
https://pagure.io/packaging-committee/pull-request/1017