From 5a04553bf2fa5842957f6836cde2f4f5ae71468e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 14 Feb 2018 17:05:30 +0100 Subject: [PATCH] Remove stale reference to the language_list macro --- glibc.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glibc.spec b/glibc.spec index 89a510b..6ebe5bd 100644 --- a/glibc.spec +++ b/glibc.spec @@ -126,9 +126,9 @@ Source7: nsswitch.conf Source8: power6emul.c Source9: bench.mk Source10: glibc-bench-compare -# A copt of localedata/SUPPORTED in the Source0 tarball. The +# A copy of localedata/SUPPORTED in the Source0 tarball. The # SUPPORTED file is used below to generate the list of locale -# packages. See the language_list macro definition. +# packages, using a Lua snippet. Source11: SUPPORTED ############################################################################## @@ -764,12 +764,12 @@ touch locale/programs/*-kw.h # Verify that our copy of localedata/SUPPORTED matches the glibc # version. # -# The separate file copy is used by the language_list macro above. +# The separate file copy is used by the Lua parser above. # Patches or new upstream versions may change the list of locales, # which changes the set of langpacks we need to build. Verify the # differences then update the copy of SUPPORTED. This approach has # two purposes: (a) avoid spurious changes to the set of langpacks, -# and (b) the language_list macro can use a fully patched-up version +# and (b) the Lua snippet can use a fully patched-up version # of the localedata/SUPPORTED file. diff -u %{SOURCE11} localedata/SUPPORTED