From 1d5d9e26f79c7fcdefc5d59fe9d75518bb45cb2e Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 28 2019 15:45:52 +0000 Subject: replace byacc buildrequire with bison --- diff --git a/SPECS/groff.spec b/SPECS/groff.spec index 58f4f0b..1265c7d 100644 --- a/SPECS/groff.spec +++ b/SPECS/groff.spec @@ -25,7 +25,7 @@ Requires: coreutils, /sbin/install-info, groff-base = %{version}-%{release} Requires(post): info Requires(preun): info BuildRequires: gcc, gcc-c++ -BuildRequires: byacc +BuildRequires: bison BuildRequires: git, netpbm-progs, perl-generators, psutils, ghostscript Provides: nroff-i18n = %{version}-%{release} Provides: bundled(gnulib) @@ -430,6 +430,9 @@ fi %doc %{_pkgdocdir}/pdf/ %changelog +* Tue May 28 2019 Johnny Hughes +- Replace byacc buildrequire with bison + * Wed Dec 05 2018 Nikola Forró - 1.22.3-18 - Fix also SHELLCHECK_WARNING related: #1602530