Bug 883816
Summary: | man pages have executable flags set | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Jan Pokorný [poki] <jpokorny> | ||||
Component: | cman | Assignee: | Jan Pokorný [poki] <jpokorny> | ||||
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5.9 | CC: | acathrow, cluster-maint, fdinitto, mgrac, rsteiger | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | cman-2.0.115-111.el5 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 883588 | Environment: | |||||
Last Closed: | 2013-09-30 22:07:04 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: | |||||||
Attachments: |
|
Description
Jan Pokorný [poki]
2012-12-05 11:34:24 UTC
# rpm -qf /usr/share/man/man8/fence.8.gz cman-2.0.115-96.el5 [bug 883860] can be added to the list of the counterparts in other packages. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Created attachment 736905 [details]
Proposed patch
https://git.fedorahosted.org/cgit/cluster.git/commit/?h=RHEL510&id=334a6b9cb3cda250444c8d3192d3ab33e70ad923 commit 334a6b9cb3cda250444c8d3192d3ab33e70ad923 Author: Jan Pokorný <jpokorny> Date: Wed Apr 17 17:04:58 2013 +0200 Install man pages with mode 0644 Man pages were previously installed mode 0755. Install them mode 0644. Resolves: rhbz#883816 Signed-off-by: Jan Pokorný <jpokorny> 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. http://rhn.redhat.com/errata/RHBA-2013-1304.html |