Bug 12417
| Summary: | man pages not installed properly in pam | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Jonathan Kamens <h1k6zn2m> | ||||
| Component: | pam | Assignee: | Nalin Dahyabhai <nalin> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.0 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2000-07-21 16:49:52 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 542 [details]
patch to fix man page paths
Part of this was already fixed (MANDIR is defined in default.defs), but I missed the pam_xauth man pages. This should show up in pam-0.72-16 and later. Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/77b08ef346ea6d2dd9003cb93f17448f8a07695e Add golang source detector for new-app Adding golang source detector for oc new-app, looks for main.go and Godeps Fixes issue #12417 |
When I tried to rebuild pam-0.72-12 from the SRPM on my system, it failed because some of the man pages were installed in /usr/man and some where installed in /usr/share/man. I fixed this by adding "MANDIR=%{_mandir}" to the "make install" line in the spec file and also applying the attached patch.