Bug 453271
| Summary: | rpm -V xml-common complains about /usr/share/sgml/docbook/xmlcatalog | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Krause <chkr> |
| Component: | sgml-common | Assignee: | Ondrej Vasik <ovasik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.6.3-24.fc9 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-07-01 05:31:06 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: | |||
sgml-common-0.6.3-24.fc9 has been submitted as an update for Fedora 9 Thanks for report, fixed in the 0.6.3-24.fc9, will get closed once the update will reach stable. sgml-common-0.6.3-24.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. (In reply to comment #2) > Thanks for report, fixed in the 0.6.3-24.fc9, will get closed once the update > will reach stable. I've tested the new package and the problem ist fixed. Thank you very much! |
Description of problem: "rpm -V xml-common" complains about the following problem: Package xml-common-0.6.3-23.fc9.noarch: S.5....T c /etc/xml/catalog S.5....T /usr/share/sgml/docbook/xmlcatalog Because it is intended that /usr/share/sgml/docbook/xmlcatalog is modified during the installation of several packages (e.g. xml-dtd), rpm -V should not verify the time, size and md5 sum. Similar problems existed in other packages and were solved using something like this in the spec file: "%ghost %verify(not size mtime md5) %{_datadir}/..." A short discussion about this topic with some explanations can be found here: https://bugzilla.redhat.com/show_bug.cgi?id=70919#c8 Version-Release number of selected component (if applicable): 0.6.3-23.fc9 Steps to Reproduce: 1. rpm -V xml-common Expected results: - no complaints about /usr/share/sgml/docbook/xmlcatalog