Bug 710880

Summary: use python2, not python3, for the executable
Product: [Fedora] Fedora Reporter: Kevin Raymond <kraymond>
Component: babelAssignee: Nils Philippsen <nphilipp>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 15CC: jeff, nphilipp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: babel-0.9.6-1.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-21 17:27:58 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 Kevin Raymond 2011-06-05 13:30:56 UTC
By default, pybabel is using python3. That's wrong, python2 should be used by default and a subpackage adding "python3" in its name should be created.

< #!/usr/bin/python3
---
> #!/usr/bin/python

"So all python3 modules MUST have python3 in their name."

Source: http://fedoraproject.org/wiki/PackageNamingGuidelines#Addon_Packages_.28python3_modules.29

Comment 1 Nils Philippsen 2011-06-06 14:01:38 UTC
Well, pybabel is not a module but a script. Your reservations are valid however even if not covered by policy. The reason for this is very likely that when installing the python3 babel modules, the python3-using pybabel script overwrites the python2-using one.

Comment 2 Kevin Raymond 2011-06-07 00:11:39 UTC
Yeah, I thought to late about the fact that it is not a module.
Thanks for handling that.

Comment 3 Fedora Update System 2011-06-07 10:42:29 UTC
babel-0.9.6-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/babel-0.9.6-1.fc15

Comment 4 Fedora Update System 2011-06-07 10:46:14 UTC
babel-0.9.6-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/babel-0.9.6-1.fc14

Comment 5 Fedora Update System 2011-06-07 10:49:14 UTC
babel-0.9.6-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/babel-0.9.6-1.fc15

Comment 6 Fedora Update System 2011-06-09 00:00:31 UTC
Package babel-0.9.6-1.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing babel-0.9.6-1.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/babel-0.9.6-1.fc15
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2011-06-21 17:10:51 UTC
babel-0.9.6-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2011-06-21 17:27:53 UTC
babel-0.9.6-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.