From 13cb0395412c586e06f8634ed7b3aa3f4c92a8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 25 Aug 2018 10:40:29 +0200 Subject: [PATCH] Use C.UTF-8 locale --- openqa.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openqa.spec b/openqa.spec index f004eeb40b..63ffae1c9c 100644 --- a/openqa.spec +++ b/openqa.spec @@ -46,7 +46,7 @@ Name: openqa Version: %{github_version} -Release: 13%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 14%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: OS-level automated testing framework License: GPLv2+ Url: http://os-autoinst.github.io/openQA/ @@ -333,7 +333,7 @@ rm -f t/00-tidy.t rm -f ./t/24-worker.t ./t/api/09-comments.t ./t/ui/07-file.t ./t/ui/13-admin.t ./t/ui/15-comments.t ./t/ui/18-tests-details.t rm -rf %{buildroot}/DB -export LC_ALL=en_US.UTF-8 +export LC_ALL=C.UTF-8 ./t/test_postgresql %{buildroot}/DB export TEST_PG="DBI:Pg:dbname=openqa_test;host=%{buildroot}/DB" # this should run the tests in parallel, but they're not really safe yet @@ -522,6 +522,10 @@ fi %{_datadir}/openqa/lib/OpenQA/WebAPI/Plugin/FedoraUpdateRestart.pm %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 4.6-14.20180207git3977d2f +- Use C.UTF-8 locale + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Mon Oct 01 2018 Adam Williamson - 4.6-14.20180207git3977d2f - Adapt tests to logging changes in Mojolicious 8 (still works with 7) -- 2.14.4