mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
Merge pull request #1 from law/glibc:rosa2014.1
Force the same version of glibc and locales*
This commit is contained in:
commit
a1d2f9cb1a
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)
|
||||
%define enablekernel 2.6.32
|
||||
Conflicts: kernel < %{enablekernel}
|
||||
Conflicts: locales < %{EVRD}
|
||||
Conflicts: locales > %{EVRD}
|
||||
|
||||
# Don't try to explicitly provide GLIBC_PRIVATE versioned libraries
|
||||
%define _filter_GLIBC_PRIVATE 1
|
||||
|
|
|
@ -13,6 +13,8 @@ Group: System/Internationalization
|
|||
Requires: locales = %{EVRD}
|
||||
Requires(post,preun): sed
|
||||
Requires(post,preun): grep
|
||||
Conflicts: locales < %{EVRD}
|
||||
Conflicts: locales > %{EVRD}
|
||||
EOF
|
||||
|
||||
while echo "$1" |grep -q '^r:'; do
|
||||
|
|
Loading…
Add table
Reference in a new issue