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
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.
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
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).
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).
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.