From 72bcb30937124a22dab6b59e134701eb24f73cd3 Mon Sep 17 00:00:00 2001 From: Patryk Zawadzki Date: Fri, 29 Aug 2008 19:59:14 +0000 Subject: [PATCH] - drop locale check - I'll fix it in code if needed - rel 2 Changed files: anaconda.spec -> 1.89 --- anaconda.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index f43e2de..8874755 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -8,7 +8,7 @@ Summary: Graphical system installer Summary(pl.UTF-8): Graficzny instalator systemu Name: anaconda Version: 11.4.1.%{rel} -Release: 1 +Release: 2 License: GPL Group: Applications/System # http://team.pld-linux.org/~patrys/anaconda.git - origin/pld-branch @@ -149,13 +149,6 @@ Kod źródłowy Anacondy do celów diagnostycznych. %setup -q -n %{name}-%{rel} %build -# locale check -if [ "$(locale -a | grep -c en_US.utf8)" = 0 ]; then - : "en_US.utf8 locale not available. build will fail!" - : "Install glibc-localedb-all or compile it!" - exit 1 -fi - %{__make} depend -j1 \ PYTHON="%{__python}" \ PYTHONINCLUDE="%{py_incdir}" \ -- 2.43.0