Bug 993994
Summary: | oprofile possibly affected by F-20 unversioned docdir change | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
Component: | oprofile | Assignee: | William Cohen <wcohen> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | wcohen |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://fedoraproject.org/wiki/Changes/UnversionedDocdirs | ||
Whiteboard: | |||
Fixed In Version: | oprofile-0.9.9-2.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-08-06 15:23:17 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: | |||
Bug Depends On: | |||
Bug Blocks: | 993551 |
Description
Ville Skyttä
2013-08-06 13:38:16 UTC
OProfile already installs the documents in /usr/share/doc/oprofile. There is no versioning of oprofile docs. $ rpm -qsp ../RPMS/x86_64/oprofile-0.9.9-1.fc20.x86_64.rpm |grep doc (no state) /usr/share/doc/oprofile (no state) /usr/share/doc/oprofile/COPYING (no state) /usr/share/doc/oprofile/internals.html (no state) /usr/share/doc/oprofile/op-jit-devel.html (no state) /usr/share/doc/oprofile/opreport.xsd (no state) /usr/share/doc/oprofile/oprofile.html But examining the grep output as suggested in the initial comment reveals this: #tweak the manual pages find -path "*/doc/*.1" -exec \ sed -i -e \ 's,/doc/oprofile/,/doc/oprofile-%{version}/,g' {} \; Fixed the oprofile.spec to remove mention of versioned /doc/oprofile-%{version} from the man pages. |