mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-23 15:02:47 +00:00
Force the same version of glibc and locales*
This commit is contained in:
parent
7285b9dd91
commit
379327eee5
2 changed files with 4 additions and 0 deletions
|
@ -243,6 +243,8 @@ Conflicts: prelink < 1:0.4.2-1.20091104.1mdv2010.1
|
||||||
# Determine minimum kernel versions (rhbz#619538)
|
# Determine minimum kernel versions (rhbz#619538)
|
||||||
%define enablekernel 2.6.32
|
%define enablekernel 2.6.32
|
||||||
Conflicts: kernel < %{enablekernel}
|
Conflicts: kernel < %{enablekernel}
|
||||||
|
Conflicts: locales < %{EVRD}
|
||||||
|
Conflicts: locales > %{EVRD}
|
||||||
|
|
||||||
# Don't try to explicitly provide GLIBC_PRIVATE versioned libraries
|
# Don't try to explicitly provide GLIBC_PRIVATE versioned libraries
|
||||||
%define _filter_GLIBC_PRIVATE 1
|
%define _filter_GLIBC_PRIVATE 1
|
||||||
|
|
|
@ -13,6 +13,8 @@ Group: System/Internationalization
|
||||||
Requires: locales = %{EVRD}
|
Requires: locales = %{EVRD}
|
||||||
Requires(post,preun): sed
|
Requires(post,preun): sed
|
||||||
Requires(post,preun): grep
|
Requires(post,preun): grep
|
||||||
|
Conflicts: locales < %{EVRD}
|
||||||
|
Conflicts: locales > %{EVRD}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
while echo "$1" |grep -q '^r:'; do
|
while echo "$1" |grep -q '^r:'; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue