]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- drop locale check auto/th/anaconda-11_4_1_200808292136-2
authorPatryk Zawadzki <patrys@room-303.com>
Fri, 29 Aug 2008 19:59:14 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- I'll fix it in code if needed
- rel 2

Changed files:
    anaconda.spec -> 1.89

anaconda.spec

index f43e2de3403eacb34bf9dbe8698b33f689ae0b26..88747553d3a8983dd1d7081518204ae89fbdcd00 100644 (file)
@@ -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}" \
This page took 0.054687 seconds and 4 git commands to generate.