From ed0d77f5bb8a7df7d464d87756b938dc0429d70f8f25b8084dadb078ae8da773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Tue, 20 Dec 2011 21:09:48 +0000 Subject: [PATCH] Accepting request 97392 from home:coolo:removeautoconf add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/97392 OBS-URL: https://build.opensuse.org/package/show/Base:System/rtkit?expand=0&rev=15 --- rtkit.changes | 5 +++++ rtkit.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/rtkit.changes b/rtkit.changes index 6957d47..cb5f254 100644 --- a/rtkit.changes +++ b/rtkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 21:08:37 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Thu Dec 8 13:52:01 UTC 2011 - coolo@suse.com diff --git a/rtkit.spec b/rtkit.spec index cba5ee1..3c3a1bb 100644 --- a/rtkit.spec +++ b/rtkit.spec @@ -25,6 +25,7 @@ Release: 0 Source: %{name}-%{version}.tar.bz2 Url: http://git.0pointer.de/?p=rtkit.git BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: automake BuildRequires: dbus-1-devel >= 1.2 BuildRequires: libcap-devel BuildRequires: polkit-devel