Bugzilla – Bug 1203962
rpmlint: use of %tmpfiles_create rpm macro is deprecated, please suggest %tmpfiles_create_package instead
Last modified: 2022-10-03 13:21:01 UTC
Currently rpmlint suggests: > [ 30s] multipath-tools.x86_64: W: post-without-tmpfile-creation /usr/lib/tmpfiles.d/multipath-tools.conf > [ 30s] Please use the %tmpfiles_create macro in %post for each of your tmpfiles.d > [ 30s] files if you expect this file or directory to be available after package > [ 30s] installation (and before reboot). but %tmpfiles_create is deprecated and is replaced by %tmpfiles_create_package. Please update the check. Thanks.