diff --git a/bc.changes b/bc.changes index c731579..aadd228 100644 --- a/bc.changes +++ b/bc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 17 12:00:40 UTC 2012 - idonmez@suse.com + +- Add BuildRequires on makeinfo to fix Factory build + ------------------------------------------------------------------- Thu May 31 12:56:27 UTC 2012 - sweet_f_a@gmx.de diff --git a/bc.spec b/bc.spec index a687f95..d3519c2 100644 --- a/bc.spec +++ b/bc.spec @@ -20,6 +20,9 @@ Name: bc BuildRequires: bison BuildRequires: ed BuildRequires: flex +%if 0%{?suse_version} > 1220 +BuildRequires: makeinfo +%endif BuildRequires: readline-devel Url: ftp://ftp.gnu.org/pub/gnu/bc PreReq: %{install_info_prereq}