rpm-software-management / rpmlint

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

Exclude /var/log from logrotate-log-dir-not-packaged #551

Open jengelh opened 4 years ago

jengelh commented 4 years ago
[  296s] rsync.x86_64: E: logrotate-log-dir-not-packaged /var/log
[  296s] Please add the specified directory to the file list to be able to check
[  296s] permissions.

[ 4950s] samba.x86_64: E: logrotate-log-dir-not-packaged /var/log/samba

In case of samba, rpmlint would be correct, but I think /var/log itself should be excluded.

Conan-Kudo commented 4 years ago

Shouldn't this already be declared in the filesystem package and picked up by rpmlint?

scarabeusiv commented 4 years ago

This is also FilesCheck, it makes sense to inspect this after it is redone and cleaned up.