rpmlint/rpmlint-0.71-locale.patch
Ville Skyttä 2b2f6c9791 - Take file based dependencies into account in dangling symlink checks
(completes the fix for #165839).
- Skip some checks for binaries not understood by objdump (#165173).
- Improve long descriptions of some script warnings.
- Fix command output parsing in non-English locales.
- Import Enrico's latest DocFilesCheck (with some local tweaks).
- Use rm instead of %exclude.
Wed Nov 16 2005 Ville Skyttä <ville.skytta at iki.fi>
- Add DocFilesCheck from Enrico Scholz.
Sat Sep 3 2005 Ville Skyttä <ville.skytta at iki.fi>
- Improve accuracy of doc, info and games path regexps.
- Improve error message when invoked on non-rpm files.
- Filter more Mandriva specific warnings.
2005-11-20 21:21:02 +00:00

11 lines
284 B
Diff

--- rpmlint 6 Oct 1999 13:03:45 -0000 1.2
+++ rpmlint 20 Nov 2005 12:48:00 -0000
@@ -13,6 +13,6 @@
PYTHONPATH=${PYTHONPATH}:/usr/share/rpmlint
-exec python -u -O /usr/share/rpmlint/rpmlint.py $*
+LC_ALL=C exec python -u -O /usr/share/rpmlint/rpmlint.py $*
# rpmlint ends here