Red Hat Bugzilla – Bug 1341114
[packaging] pcs should mark known (existing or not) %config files in the spec (/etc/sysconfig/pcsd, /var/lib/pcsd/tokens, ...)
Last modified: 2016-11-03 16:58:55 EDT
# rpm -qf /var/lib/pcsd/tokens > file /var/lib/pcsd/tokens is not owned by any package It's up to the consideration if this file should not be tracked as well. If so, the current behavior on upgrades would be retained using "%config %ghost" tagging (a requirement to reauthenticate upon each pcs update is hardly desirable). As a bonus, the mentioned file would be listed with 'rpm -qc pcs'. Moreover, that query currently shows nothing(!), which I call solidly broken when there are files likes /etc/sysconfig/pcsd that should definitely be listed. See also: https://fedoraproject.org/wiki/PackagingDrafts/Logfiles
Also COPYING file should rather be tagged with %license so that it's shown with "rpm -qL pcs".
pcsd configs: /var/lib/pcsd/cfgsync_ctl /var/lib/pcsd/pcsd.cookiesecret /var/lib/pcsd/pcsd.crt /var/lib/pcsd/pcsd.key /var/lib/pcsd/pcs_settings.conf /var/lib/pcsd/pcs_users.conf /var/lib/pcsd/tokens
Before fix: [vm-rhel72-1 /] $ rpm -q pcs pcs-0.9.143-15.el7.x86_64 [vm-rhel72-1 /] $ rpm -qc pcs After Fix: [vm-rhel72-1 ~] $ rpm -q pcs pcs-0.9.152-1.el7.x86_64 [vm-rhel72-1 ~] $ rpm -qc pcs /etc/sysconfig/pcsd /var/lib/pcsd/cfgsync_ctl /var/lib/pcsd/pcs_settings.conf /var/lib/pcsd/pcs_users.conf /var/lib/pcsd/pcsd.cookiesecret /var/lib/pcsd/pcsd.crt /var/lib/pcsd/pcsd.key /var/lib/pcsd/tokens
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2596.html