Bug 1113822
| Summary: | bzr doesn't honor /usr/share/locale | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ralf Corsepius <rc040203> | ||||
| Component: | bzr | Assignee: | Toshio Ernie Kuratomi <a.badger> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | a.badger, henrik, ooprala, shahms | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1124528 (view as bug list) | Environment: | |||||
| Last Closed: | 2014-07-30 08:47:06 UTC | Type: | Bug | ||||
| 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: | 1124528 | ||||||
| Attachments: |
|
||||||
|
Description
Ralf Corsepius
2014-06-27 03:00:00 UTC
Created attachment 922235 [details]
Fix the install location of locale files
Found the issue in the setup.py file. At first, I was tempted to change the command to install the files in the spec file from
python setup.py install --install-data %{_datadir}
to
python setup.py install --install-data %{_prefix}
but that causes the man pages to be installed into %{_prefix} as well. So does appear to be a bug in upstream's setup.py. The attached patch should fix that.
The issue is now fixed in f21 and rawhide |