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