Bug 469491
| Summary: | Directory ownership issue under /usr/share/vim/vimfiles | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mamoru TASAKA <mtasaka> |
| Component: | vim | Assignee: | Karsten Hopp <karsten> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | karsten |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-03 12:30:56 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: | 459088 | ||
I've added those directories to vim-7.2.026-1.fc10 |
Description of problem: Currently some packages (actually currently only 2 packages and a package I am reviewing now) installs files under /usr/share/vim/vimfiles/ like: /usr/share/vim/vimfiles/colors /usr/share/vim/vimfiles/doc /usr/share/vim/vimfiles/ftdetect /usr/share/vim/vimfiles/ftplugin /usr/share/vim/vimfiles/syntax /usr/share/vim/vimfiles/after/syntax However no packages own these directories. I guess these directories should be owned by vim-common, however I am not sure. Version-Release number of selected component (if applicable): vim-common-7.2.025-2.fc10 How reproducible: Steps to Reproduce: 1. See the result of # repoquery --whatprovides '/usr/share/vim/vimfiles/*/*' --qf '%{NAME}\n' | xargs repoquery -l | grep /usr/share/vim/vimfiles/ | sort