| Summary: | [packaging] pcsd.service shipped twice (under different locations) | ||
|---|---|---|---|
| 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.2 | CC: | cfeist, cluster-maint, idevat, omular, rsteiger, tojeline |
| Target Milestone: | rc | Keywords: | EasyFix |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pcs-0.9.151-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-03 20:57:44 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: | |
# rpm -q pcs
> pcs-0.9.143-15.el7.x86_64
We also want to fix pcs.8 manpage and bash_completion.d.pcs files. 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 |
# for f in $(rpm -ql pcs | grep service); do ls -al $f; sha256sum $f; done > -rw-r--r--. 1 root root 243 Oct 21 12:20 /usr/lib/pcsd/pcsd.service > f7fd4a62816d0e665e20c9deea792dfa91032a59481b1989eec1ce4276e29cb4 /usr/lib/pcsd/pcsd.service > -rw-r--r--. 1 root root 243 Oct 21 12:20 /usr/lib/systemd/system/pcsd.service > f7fd4a62816d0e665e20c9deea792dfa91032a59481b1989eec1ce4276e29cb4 /usr/lib/systemd/system/pcsd.service