Description of problem: Grafana package contains few files in /etc/* directory, which might be considered as configuration files, but they are not marked such way in the RPM package. This cause problems during package update process, for example Bug 1650557. Version-Release number of selected component (if applicable): grafana-4.6.4-1.el7rhgs.x86_64 How reproducible: 100% Steps to Reproduce: 1. Check list of files in /etc/... owned by grafana package: # rpm -ql grafana | grep etc /etc/grafana /etc/grafana/grafana.ini /etc/grafana/ldap.toml /etc/sysconfig/grafana-server 2. Check if those files are marked as configuration files in RPM package: # rpm -qc grafana # Actual results: There are 3 files in grafana package in /etc/ directory, but neither of them is marked as configuration file. Expected results: Configuration files should be marked as "configuration" files in RPM package. Additional info: See also Bug 1650557 and Bug 1515276.