From 6d5bb39534bb4c8e95494db6f939d0173a1379e5 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 e696cd9..d60fe65 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 e9c664b..50ea93f 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}