From be8d2dcb53871379c14fc7d7c25974bfd7ea762c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Aug 16 2017 12:30:33 +0000 Subject: Remove unused require_langpacks macro --- diff --git a/glibc.spec b/glibc.spec index e193bbf..1acb677 100644 --- a/glibc.spec +++ b/glibc.spec @@ -614,13 +614,6 @@ function(i) print(rpm.expand("%lang_package "..i.."")) end)}\ %create_lang_packages %language_list -%define require_langpacks()\ -%{lua:\ -local languages = rpm.expand("%1")\ -string.gsub(languages, "(%a+)",\ -function(i) print(rpm.expand("Requires: %{name}-langpack-"..i.." = %{version}-%{release}\\n")) end)}\ -%{nil} - # The glibc-all-langpacks provides the virtual glibc-langpack, # and thus satisfies glibc's requirement for installed locales. # Users can add one more other langauge packs and then eventually