From 8254620367130af784e3f04ad32bd515fdad06ef74d3aa12cafb25bfd739ec4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 29 Apr 2013 13:07:35 +0000 Subject: [PATCH] Accepting request 173448 from openSUSE:Factory:Staging:Automake - Added makeinfo BuildRequire to fix build with new automake OBS-URL: https://build.opensuse.org/request/show/173448 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=17 --- kbuild.changes | 5 +++++ kbuild.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kbuild.changes b/kbuild.changes index 7f2f9b8..80e4c80 100644 --- a/kbuild.changes +++ b/kbuild.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 26 08:17:17 UTC 2013 - mmeister@suse.com + +- Added makeinfo BuildRequire to fix build with new automake + ------------------------------------------------------------------- Fri Sep 28 07:56:06 UTC 2012 - seife+obs@b1-systems.com diff --git a/kbuild.spec b/kbuild.spec index 2d95984..e577fbb 100644 --- a/kbuild.spec +++ b/kbuild.spec @@ -1,7 +1,7 @@ # # spec file for package kbuild # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,6 +23,9 @@ BuildRequires: automake BuildRequires: bison BuildRequires: flex BuildRequires: libacl-devel +%if %suse_version >= 1230 +BuildRequires: makeinfo +%endif Summary: Framework for writing simple makefiles for complex tasks License: GPL-2.0+ Group: Development/Tools/Building