diff --git a/gawk.spec b/gawk.spec index d5b294c..5b815fa 100644 --- a/gawk.spec +++ b/gawk.spec @@ -44,7 +44,7 @@ Name: gawk Summary: The GNU version of the AWK text processing utility Version: 4.2.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ and GPLv2+ and LGPLv2+ and BSD @@ -79,6 +79,9 @@ BuildRequires: texinfo-tex BuildRequires: texlive-ec BuildRequires: texlive-cm-super +# Make check +BuildRequires: glibc-all-langpacks + # NOTE: In case any patch updates the awkgram.y or command.y (IOW if anything # changes the timestamp of awkgram.y, and it becomes newer than awkgram.c, # same applies for command.y), the 'make' command will automatically try @@ -269,6 +272,10 @@ install -m 0644 -p doc/gawkinet.{pdf,ps} %{buildroot}%{_docdir}/%{name} # ============================================================================= %changelog +* Wed Feb 13 2019 Jakub Martisko - 4.2.1-5 +- Fix FTBFS caused by missing glibc langpacks required by make check + Resolves: #1674922 + * Thu Jan 31 2019 Fedora Release Engineering - 4.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild