Bug 192787

Summary: vim-common: unowned directories
Product: [Fedora] Fedora Reporter: Jose Pedro Oliveira <jose.p.oliveira.oss>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: redhat-bugzilla
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: 2006-05-30 10:37:32 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:

Description Jose Pedro Oliveira 2006-05-22 23:54:54 UTC
Description of problem:
The package vim-common leaves directories when removed.

Version-Release number of selected component (if applicable):
vim-common-7.0.016-1.i386.rpm

How reproducible:
Always.

Steps to Reproduce:
System without vim-common installed 
1. rpm -ivh vim-common-7.0.016-1.i386.rpm
2. rpm -e vim-common
3. find /usr/share/vim 
  
Actual results:
The following directories are left in the disk:
/usr/share/vim
/usr/share/vim/vim70
/usr/share/vim/vim70/lang
/usr/share/vim/vim70/lang/zh_CN
/usr/share/vim/vim70/lang/fr
...

Expected results:
No unowned directories in the filesystem.

Additional info:
I believe the specfile lines
   %lang(af) /usr/share/vim/%{vimdir}/lang/af/*
   %lang(ca) /usr/share/vim/%{vimdir}/lang/ca/*
   %lang(cs) /usr/share/vim/%{vimdir}/lang/cs/*
   ...
shouldn't end with '*' or else the lang directories aren't
owned by the package vim-common (only the files inside it).

Comment 1 Jose Pedro Oliveira 2006-05-29 14:31:59 UTC
Pinging as I don't know if this bug reported has been seen.
(When this ticket was submitted bugzilla had been down for more than a day and
for several hours more it didn't sent emails).

Comment 2 Karsten Hopp 2006-05-29 15:24:19 UTC
*** Bug 193147 has been marked as a duplicate of this bug. ***

Comment 3 Robert Scheck 2006-05-29 15:26:53 UTC
Guessing, it was seen now. But not fixed, yet ;-)

Comment 4 Karsten Hopp 2006-05-30 10:37:32 UTC
but now... vim-7.0.017-1