On Dom, 2016-09-11 at 10:37 +0100, Tom Hughes wrote: > On 11/09/16 06:11, Sérgio Basto wrote: > > > > > Found the problem , when we use mock with > > config_opts['package_manager'] = 'yum' > > > > locale -a fails [1] > > > > rpm -qa | grep glibc > > glibc-common-2.24-3.fc25.x86_64 > > glibc-headers-2.24-3.fc25.x86_64 > > glibc-langpack-zu-2.24-3.fc25.x86_64 > > glibc-devel-2.24-3.fc25.x86_64 > > glibc-2.24-3.fc25.x86_64 > > > > install glibc-all-langpacks fix the problem > > > > but config_opts['package_manager'] = 'dnf' we don't have this > > problem > > ... > > > > yum processing > > Dependency: glibc-langpack = 2.24-3.fc25 for package: glibc-2.24- > > 3.fc25.x86_64 > > Package glibc-langpack-zu.x86_64 0:2.24-3.fc25 will be installed > > !!! > > > > Should I open a bug against glibc ? (or yum) > Neither I suspect - it's expected because yum doesn't support the > weak > dependency that is used to prefer glibc-all-langpacks as the default > so > instead it picks a random langpack to satisfy the depdendency. yes, glibc.spec got : Requires: glibc-langpack = %{version}-%{release} Suggests: glibc-all-langpacks = %{version}-%{release} AFAIK one koji builder instance running in Centos 7 , needs use yum because dnf in EPEL 7 is unusable, how you workaround this situation ? Thanks, -- Sérgio M. B. -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx