Bug 883804
Summary: | ricci/luci_admin: man pages have executable flags set | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Jan Pokorný [poki] <jpokorny> |
Component: | conga | Assignee: | Ryan McCabe <rmccabe> |
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 5.9 | CC: | cluster-maint, rsteiger, slevine |
Target Milestone: | rc | Keywords: | EasyFix |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | conga-0.12.2-66.el5 | Doc Type: | Bug Fix |
Doc Text: |
Proposed text:
Previously, ricci and luci_admin manual pages from respective conga
packages were installed with wrong permissions. To fix this bug,
file permissions were corrected in the installation procedure and
manual pages are now installed correctly.
|
Story Points: | --- |
Clone Of: | 883585 | Environment: | |
Last Closed: | 2013-10-01 00:40:15 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]
2012-12-05 11:12:51 UTC
# ls -l /usr/share/man/man8/luci_admin.8.gz -rwxr-xr-x 1 luci luci 664 Jan 12 2012 /usr/share/man/man8/luci_admin.8.gz # rpm -qf /usr/share/man/man8/luci_admin.8.gz luci-0.12.2-51.el5 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. commit 89421aa64c6618eb16f9f1425c4fbbe6c4517692 Author: Ryan McCabe <rmccabe> Date: Mon Apr 15 10:30:19 2013 -0400 conga: Install man pages with mode 644 Previously no -m flag was passed to the 'install' command, so manual pages were being installed mode 755. Resolves: rhbz#883804 Signed-off-by: Ryan McCabe <rmccabe> (conga-luci-1stgen.git at fedorahosted) 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-1358.html |