- Always run testsuite with C locale.

- Resolves: #232607
This commit is contained in:
Petr Machata 2007-03-16 13:23:11 +00:00
parent 2268e42ed5
commit 1579d07b08

View File

@ -3,7 +3,7 @@ Summary: A GNU tool which simplifies the build process for users
Name: make Name: make
Epoch: 1 Epoch: 1
Version: 3.81 Version: 3.81
Release: 5%{?dist} Release: 6%{?dist}
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
URL: http://www.gnu.org/software/make/ URL: http://www.gnu.org/software/make/
@ -57,7 +57,7 @@ rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
%check %check
echo ============TESTING=============== echo ============TESTING===============
make check /usr/bin/env LANG=C make check
echo ============END TESTING=========== echo ============END TESTING===========
%clean %clean
@ -79,6 +79,10 @@ fi
%{_infodir}/*.info* %{_infodir}/*.info*
%changelog %changelog
* Fri Mar 16 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-6
- Always run testsuite with C locale.
- Resolves: #232607
* Thu Feb 22 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-5 * Thu Feb 22 2007 Petr Machata <pmachata@redhat.com> - 1:3.81-5
- Fix newline handling for quoted SHELL. - Fix newline handling for quoted SHELL.
- Resolves: #219409 - Resolves: #219409