Bug 1001272
Summary: | ViTables : duplicate documentation files / potentially conflicting | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Schwendt <bugs.michael> | ||||
Component: | ViTables | Assignee: | Thibault North <thibault.north> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | thibault.north, zbyszek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | ViTables-2.1-7.fc20 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-11-10 06:35:13 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 | ||||||
Attachments: |
|
Description
Michael Schwendt
2013-08-26 19:58:36 UTC
Created attachment 813150 [details]
patch
ViTables-2.1-7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/ViTables-2.1-7.fc20 > +# force the directory to be the same for ViTables and ViTables-doc
> +%global _docdir_fmt %{name}
> +
An interesting fix, but I'd like to point out that now the %doc files from the base package are duplicated in the -doc subpackage without being specified in the "%files doc" list.
(In reply to Michael Schwendt from comment #4) > > +# force the directory to be the same for ViTables and ViTables-doc > > +%global _docdir_fmt %{name} > > + > > An interesting fix, but I'd like to point out that now the %doc files from > the base package are duplicated in the -doc subpackage without being > specified in the "%files doc" list. Yes, I was a bit surprised by that too, but actually I think it's a good thing: that way if the user installs only the -doc package (for whatever reason), she gets the full set of docs. It this was to change, than rpm/macros/whatever should be modified to ignore files specified in the %files of other packages, unless explicitly specified in the %files of this package. Or maybe the change to automatically include everything in /usr/share/doc/package should be reverted. Sometimes too much magic is a bad thing. Changing this in the spec would be a lot of effort. Package ViTables-2.1-7.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ViTables-2.1-7.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-19160/ViTables-2.1-7.fc20 then log in and leave karma (feedback). ViTables-2.1-7.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |