Bugzilla – Bug 280474
files /var/log/cups/*_log are not owned by any package
Last modified: 2007-08-11 13:52:22 UTC
The logfiles - /var/log/cups/access_log - /var/log/cups/error_log should be owned by the package cups as the scripts of this package create them. Using something like %ghost %config(noreplace) /var/log/cups/access_log %ghost %config(noreplace) /var/log/cups/error_log in the %files list should aviod verify-errors from RPM or security scanners.
Sorry to disagree, but it is not a config file. "rpm -qc <<package>>" will report false files then. Please provide a better solution.
The bug is invalid: log files do not belong to a package but to the system on which the package is installed.
as discussed in the dist meeting: INVALID