rpm-software-management / rpmlint

Tool for checking common errors in rpm packages
GNU General Public License v2.0
128 stars 118 forks source link

rpmlint does not recognize `%tmpfiles_create_package` macro #1234

Open poscat0x04 opened 3 months ago

poscat0x04 commented 3 months ago

Currently it warns about post-without-tmpfile-creation even if there exists a %tmpfiles_create_package macro.

danigm commented 3 months ago

Currently it warns about post-without-tmpfile-creation even if there exists a %tmpfiles_create_package macro.

Do you have any package that uses this macro? I want to create a test case for this issue.