Bug 1341114
Summary: | [packaging] pcs should mark known (existing or not) %config files in the spec (/etc/sysconfig/pcsd, /var/lib/pcsd/tokens, ...) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Pokorný [poki] <jpokorny> |
Component: | pcs | Assignee: | Ivan Devat <idevat> |
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | low | ||
Version: | 7.1 | CC: | cfeist, cluster-maint, idevat, omular, rsteiger, tojeline |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pcs-0.9.152-2.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-03 20:58:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan Pokorný [poki]
2016-05-31 09:56:17 UTC
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 |