diff --git a/glibc.spec b/glibc.spec index 9346b73..512d4f0 100644 --- a/glibc.spec +++ b/glibc.spec @@ -87,7 +87,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 7%{?dist} +Release: 8%{?dist} # In general, GPLv2+ is used by programs, LGPLv2+ is used for # libraries. @@ -457,11 +457,11 @@ end -- Compute the Supplements: list for a language, based on the regions. local function compute_supplements(lang) - result = "langpacks-" .. lang + result = "langpacks-core-" .. lang regions = supplements[lang] if regions ~= nil then for i = 1, #regions do - result = result .. " or langpacks-" .. lang .. "_" .. regions[i] + result = result .. " or langpacks-core-" .. lang .. "_" .. regions[i] end end return result @@ -2011,6 +2011,9 @@ fi %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Mon Sep 16 2019 Parag Nemade - 2.30.9000-8 +- Change Supplements "langpacks-" to "langpacks-core-" (#1729992) + * Mon Sep 16 2019 DJ Delorie - 2.30.9000-7 - Auto-sync with upstream branch master, commit 1a6566094d3097f4a3037ab5555cddc6cb11c3a3.