Accepting request 95148 from home:coolo:removeautomake

add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/95148
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2011-12-07 19:27:53 +00:00 committed by Git OBS Bridge
parent 6877fb06ae
commit 4a32bec79a
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 2 16:42:47 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Sun Jul 10 23:48:14 CEST 2011 - meissner@suse.de

View File

@ -15,21 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: kexec-tools
%ifarch ppc
BuildRequires: gcc-64bit glibc-devel-64bit
BuildRequires: gcc-64bit
BuildRequires: glibc-devel-64bit
%endif
License: GPLv2+
License: GPL-2.0+
Group: System/Kernel
Requires: perl-Bootloader
PreReq: %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Tools for fast kernel loading
Version: 2.0.2
Release: 5
Release: 0
Source: %{name}-%{version}.tar.bz2
Source1: kexec-bootloader
Source2: kexec-bootloader.8.txt
@ -42,9 +39,11 @@ Patch3: kexec-fix-strncat.patch
Url: ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#!BuildIgnore: fop
BuildRequires: automake
BuildRequires: zlib-devel
%if 0%{?suse_version} >= 1110
BuildRequires: asciidoc libxslt
BuildRequires: asciidoc
BuildRequires: libxslt
%endif
%ifarch %ix86 x86_64
BuildRequires: xen-devel