From 21ca1e16c4ea84e93d21bc3cd0be3e430ec1df76 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 16 Aug 2017 12:57:22 +0200 Subject: [PATCH] Remove unused require_langpacks macro --- glibc.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/glibc.spec b/glibc.spec index 5084d85..a93c87f 100644 --- a/glibc.spec +++ b/glibc.spec @@ -652,13 +652,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