From 9021009f63d8df4ebdc1a00f6a9be923841fbb57 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 1 Dec 2018 16:18:25 +0100 Subject: [PATCH] - adjusted C.UTF-8 locale check --- libfilezilla.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfilezilla.spec b/libfilezilla.spec index d28dc07..3f7eedb 100644 --- a/libfilezilla.spec +++ b/libfilezilla.spec @@ -16,7 +16,7 @@ Source0: https://download.filezilla-project.org/libfilezilla/%{name}-%{version}. URL: https://lib.filezilla-project.org/ %{?with_tests:BuildRequires: cppunit-devel >= 1.13.0} %{?with_apidocs:BuildRequires: doxygen} -%if %{with tests} && %(locale -a | grep -q '^C\.UTF-8$'; echo $?) +%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?) BuildRequires: glibc-localedb-all %endif BuildRequires: autoconf >= 2.50 -- 2.44.0