Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
rpmlint
locale-support.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File locale-support.diff of Package rpmlint
--- rpmlint.py +++ rpmlint.py @@ -16,6 +16,7 @@ import Pkg import Config import os import stat +import locale import rpm from Filter import * import SpecCheck @@ -42,6 +43,8 @@ def loadCheck(name): # main program ############################################################################# def main(): + + locale.setlocale(locale.LC_ALL, '') # Load all the tests for c in Config.allChecks(): loadCheck(c)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor