packages: sed/sed.spec - must not force LC_ALL, builds now
sparky
sparky at pld-linux.org
Thu Jan 27 20:57:08 CET 2011
Author: sparky Date: Thu Jan 27 19:57:08 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- must not force LC_ALL, builds now
---- Files affected:
packages/sed:
sed.spec (1.88 -> 1.89)
---- Diffs:
================================================================
Index: packages/sed/sed.spec
diff -u packages/sed/sed.spec:1.88 packages/sed/sed.spec:1.89
--- packages/sed/sed.spec:1.88 Thu Jan 27 20:51:41 2011
+++ packages/sed/sed.spec Thu Jan 27 20:57:03 2011
@@ -113,6 +113,8 @@
%configure
%{__make}
+# LC_ALL=C overrides LANG which is required to run tests
+unset LC_ALL
%{?with_tests:%{__make} check}
%install
@@ -156,6 +158,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89 2011/01/27 19:57:03 sparky
+- must not force LC_ALL, builds now
+
Revision 1.88 2011/01/27 19:51:41 sparky
- BR: libselinux-devel
- NOTE: currently does not pass tests
@@ -402,4 +407,3 @@
Revision 1.15 1999/07/12 23:06:14 kloczek
- added using CVS keywords in %changelog (for automating them).
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sed/sed.spec?r1=1.88&r2=1.89&f=u
More information about the pld-cvs-commit
mailing list