SHA256
1
0
forked from pool/kbuild

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
This commit is contained in:
Ismail Dönmez 2013-04-29 13:07:35 +00:00 committed by Git OBS Bridge
parent d35aa8c997
commit 8254620367
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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