systemd-tmpfiles complains about legacy directories for various tmp files, amongst others certmonger's tmpfiles config.
journald contains:
Apr 24 07:52:51 localhost systemd-tmpfiles[2871]: [/usr/lib/tmpfiles.d/certmonger.conf:3] Line references path below legacy directory /var/run/, updating /var/run/certmonger → /run/certmonger; please update the tmpfiles.d/ drop-in file accordingly. Apr 24 07:52:51 localhost systemd-tmpfiles[2871]: [/usr/lib/tmpfiles.d/krb5-krb5kdc.conf:1] Line references path below legacy directory /var/run/, updating /var/run/krb5kdc → /run/krb5kdc; please update the tmpfiles.d/ drop-in file accordingly. Apr 24 07:52:51 localhost systemd-tmpfiles[2871]: [/usr/lib/tmpfiles.d/opendnssec.conf:1] Line references path below legacy directory /var/run/, updating /var/run/opendnssec → /run/opendnssec; please update the tmpfiles.d/ drop-in file accordingly. Apr 24 07:52:51 localhost systemd-tmpfiles[2871]: [/usr/lib/tmpfiles.d/samba.conf:1] Line references path below legacy directory /var/run/, updating /var/run/samba → /run/samba; please update the tmpfiles.d/ drop-in file accordingly.
No warnings
This would be a distro-specific error message as tmpdir is passed into configure in the Fedora downstream spec.
Changed in-tree spec file.
master: 7736d3935117800b6cfcaaab5da9e30a5b39ae12
Complements systemd service file change in c2687bdf550f65756aef2cada53e18530ad402c9
Built in rawhide (F31).
Metadata Update from @rcritten: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @rcritten: - Issue assigned to rcritten