Bug 894533 - Lots of unowned directory
Summary: Lots of unowned directory
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-django
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-01-12 00:01 UTC by Michael S.
Modified: 2013-02-03 13:44 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-02-03 13:44:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Michael S. 2013-01-12 00:01:55 UTC
Django add file in locale directory :
$ rpm -qf /usr/lib/python2.7/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo 
python-django-1.4.3-1.fc18.noarch

but do not own any directories under /usr/lib/python2.7/site-packages/django/contrib/sessions/locale

$ rpm -qf /usr/lib/python2.7/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/
file /usr/lib/python2.7/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES is not owned by any package
$ rpm -qf /usr/lib/python2.7/site-packages/django/contrib/sessions/locale/fr/            
file /usr/lib/python2.7/site-packages/django/contrib/sessions/locale/fr is not owned by any package
$ rpm -qf /usr/lib/python2.7/site-packages/django/contrib/sessions/locale/   
file /usr/lib/python2.7/site-packages/django/contrib/sessions/locale is not owned by any package

the problem also exist for 
/usr/lib/python2.7/site-packages/django/contrib/auth/locale
/usr/lib/python2.7/site-packages/django/contrib/humanize/locale
/usr/lib/python2.7/site-packages/django/contrib/flatpages/locale
/usr/lib/python2.7/site-packages/django/contrib/messages/locale
/usr/lib/python2.7/site-packages/django/contrib/gis/locale
/usr/lib/python2.7/site-packages/django/contrib/admindocs/locale
/usr/lib/python2.7/site-packages/django/contrib/redirects/locale
/usr/lib/python2.7/site-packages/django/contrib/admin/locale
/usr/lib/python2.7/site-packages/django/contrib/comments/locale
/usr/lib/python2.7/site-packages/django/contrib/localflavor/locale
/usr/lib/python2.7/site-packages/django/contrib/contenttypes/locale
/usr/lib/python2.7/site-packages/django/contrib/formtools/locale
/usr/lib/python2.7/site-packages/django/contrib/sites/locale
/usr/lib/python2.7/site-packages/django/conf/locale

and not related to locale :
/usr/lib/python2.7/site-packages/django/conf

and /usr/lib/python2.7/site-packages/django/bin

Comment 1 Matthias Runge 2013-01-13 18:05:06 UTC
Thank you for the report. This is really distressing.

for i in `rpm -ql python-django| grep /usr/lib/python2.7/site-packages`; do echo $i; rpm -qf `dirname $i`; done | grep "not owned by" | sort | uniq
lists 1116 unowned dirs. Whooops.
I'll fix that asap.

Comment 2 Fedora Update System 2013-01-13 21:50:05 UTC
python-django-1.4.3-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/python-django-1.4.3-2.fc18

Comment 3 Fedora Update System 2013-01-15 02:23:29 UTC
Package python-django-1.4.3-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-django-1.4.3-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-0801/python-django-1.4.3-2.fc18
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-01-25 21:31:56 UTC
Package python-django-1.4.3-3.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-django-1.4.3-3.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-0801/python-django-1.4.3-3.fc18
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2013-02-03 13:44:26 UTC
python-django-1.4.3-3.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.