From e66c0307375a7972c59a2d93e31e66251cbf921c216192cafd613bdf0a5c6e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 17 Sep 2012 12:01:06 +0000 Subject: [PATCH] - Add BuildRequires on makeinfo to fix Factory build OBS-URL: https://build.opensuse.org/package/show/Base:System/bc?expand=0&rev=8 --- bc.changes | 5 +++++ bc.spec | 3 +++ 2 files changed, 8 insertions(+) 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}