Bug 610256

Summary: duplicate directory ownership
Product: [Fedora] Fedora Reporter: Christian Krause <chkr>
Component: glibcAssignee: Andreas Schwab <schwab>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: jakub, schwab
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: 2010-07-02 13:12:27 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 Christian Krause 2010-07-01 20:50:26 UTC
Description of problem:

- glibc-common owns the directory /usr/lib/locale which is already owned by the filesystem package (violation against the packaging guidelines for directory ownership)

rpm -qf /usr/lib/locale
filesystem-2.4.30-2.fc12.i686
glibc-common-2.11.2-1.i686

- glibc-common includes this directory with a different set of permissions than the filesystem package

glibc-common: 755
filesystem: 555

and so I have stumbled over the problem by doing:

rpm -V filesystem
.M.......    /usr/lib/locale


Version-Release number of selected component (if applicable):
glibc-common-2.11.2-1.i686

How reproducible:
100%

Additional info:
- the following commit fixed the problem in F13 by removing /usr/lib/locale from the %files section of glibc.spec
http://cvs.fedoraproject.org/viewvc/rpms/glibc/F-13/glibc.spec?r1=1.430&r2=1.431&view=patch

Comment 1 Andreas Schwab 2010-07-02 13:12:27 UTC

*** This bug has been marked as a duplicate of bug 569414 ***