Bug 1365004
Summary: | Regenerate docs while building downstream package | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Michal Privoznik <mprivozn> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.3 | CC: | dyuan, pzhang, rbalakri |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-2.0.0-5.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-03 18:51:56 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
Michal Privoznik
2016-08-08 11:04:07 UTC
Verified version : libvirt-2.0.0-6.el7 I can reproduce and verify it like following : 1. Install libvirt-2.0.0-4.el7, check there is no IOMMU related info in doc # rpm -q libvirt-docs libvirt-docs-2.0.0-4.el7.x86_64 # cat /usr/share/doc/libvirt-docs-2.0.0/html/formatdomain.html | grep IOMMU 2. Install libvirt-2.0.0-6.el7, check there is information about IOMMU. # rpm -q libvirt-docs libvirt-docs-2.0.0-6.el7.x86_64 # cat /usr/share/doc/libvirt-docs-2.0.0/html/formatdomain.html | grep IOMMU <a href="#elementsIommu">IOMMU devices</a> <a name="elementsIommu" shape="rect" id="elementsIommu">IOMMU devices</a> The <code>iommu</code> element can be used to add an IOMMU device. ...... Move to verified. 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-2577.html |