Merge pull request #2 from law/glibc:rosa2014.1

Require new glibc version for locales
This commit is contained in:
law 2015-02-12 18:58:26 +04:00
commit 082757f1d1
2 changed files with 3 additions and 1 deletions

View file

@ -54,7 +54,7 @@ Summary: The GNU libc libraries
Name: glibc Name: glibc
Epoch: 6 Epoch: 6
Version: 2.19 Version: 2.19
Release: 13 Release: 14
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Group: System/Libraries Group: System/Libraries
Url: http://www.eglibc.org/ Url: http://www.eglibc.org/
@ -603,6 +603,7 @@ These are configuration files that describe possible time zones.
Summary: Base files for localization Summary: Base files for localization
Group: System/Internationalization Group: System/Internationalization
Requires: %{name}-i18ndata Requires: %{name}-i18ndata
Requires(pre): glibc = %{EVRD}
%description -n locales %description -n locales
These are the base files for language localization. These are the base files for language localization.

View file

@ -11,6 +11,7 @@ cat <<EOF
Summary: Base files for localization ($LANGNAME) Summary: Base files for localization ($LANGNAME)
Group: System/Internationalization Group: System/Internationalization
Requires: locales = %{EVRD} Requires: locales = %{EVRD}
Requires(pre): glibc = %{EVRD}
Requires(post,preun): sed Requires(post,preun): sed
Requires(post,preun): grep Requires(post,preun): grep
Conflicts: locales < %{EVRD} Conflicts: locales < %{EVRD}