#931 Make sure to have all the glibc langpack packages in BaseOS
Merged 3 years ago by jkaluza. Opened 3 years ago by jwboyer.
jwboyer/pungi-fedora eln  into  eln

@@ -21,7 +21,9 @@ 

              "kernel",

              "kernel-modules",

              "kernel-modules-extra",

+             "glibc-all-langpacks",

              "glibc-langpack-*",

+             "glibc-minimal-langpack",

              "libbpf",

              "elfutils-debuginfod",

              "elfutils-debuginfod-client",

At the moment, the glibc langpack package inclusion is a bit non-deterministic due to how their Requires/Provides are handled via dependency resolution. Be explicit that we want them all in BaseOS.

LGTM, @mohanboddu could you please merge this?

Pull-Request has been merged by jkaluza

3 years ago