From 9fbfe84b65679606ab31d81606b15d9f17e4008b Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Jan 05 2023 07:48:05 +0000 Subject: vim.spec: Remove condition for glibc subpackage --- diff --git a/vim.spec b/vim.spec index 2538c0e..a52ac2d 100644 --- a/vim.spec +++ b/vim.spec @@ -110,11 +110,7 @@ BuildRequires: gettext # glibc in F35 bootstraped several conversion formats from # iconv into a separate package. Vim needs those additional # formats during compilation. -# remove the conditional once F34 is EOL and leave -# only BuildRequires here -%if 0%{?fedora} >= 35 BuildRequires: glibc-gconv-extra -%endif # for mouse support in console BuildRequires: gpm-devel