From cb62718ea50816850a4c36256c5fe327113f2df32ae2ca04d60360c3963c2d8d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 9 Jan 2012 09:34:39 +0000 Subject: [PATCH] Accepting request 99416 from home:a_jaeger:FactoryFix Add automake as buildrequires. OBS-URL: https://build.opensuse.org/request/show/99416 OBS-URL: https://build.opensuse.org/package/show/Base:System/dmraid?expand=0&rev=24 --- dmraid.changes | 5 +++++ dmraid.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dmraid.changes b/dmraid.changes index 3028e4a..ef31f3d 100644 --- a/dmraid.changes +++ b/dmraid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 9 09:28:36 UTC 2012 - aj@suse.de + +- Add automake as buildrequires. + ------------------------------------------------------------------- Tue Dec 20 20:21:46 UTC 2011 - coolo@suse.com diff --git a/dmraid.spec b/dmraid.spec index 8e2dc2b..69e2897 100644 --- a/dmraid.spec +++ b/dmraid.spec @@ -1,7 +1,7 @@ # # spec file for package dmraid # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,8 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: dmraid BuildRequires: autoconf +BuildRequires: automake BuildRequires: device-mapper-devel BuildRequires: libselinux-devel BuildRequires: zlib-devel