From 9afc8fce0b435482a1ba8b59d5998451a3e8fb29 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 13 Apr 2009 16:04:16 +0000 Subject: [PATCH] - Try to fix build adding automake as an explicit BuildRequire --- sssd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index ff84e63..4fc6982 100644 --- a/sssd.spec +++ b/sssd.spec @@ -1,6 +1,6 @@ Name: sssd Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System Summary: System Security Services Daemon @@ -26,6 +26,7 @@ Requires(postun): /sbin/service ### Build Dependencies ### BuildRequires: autoconf +BuildRequires: automake BuildRequires: popt-devel BuildRequires: libtalloc-devel BuildRequires: libtevent-devel @@ -135,6 +136,9 @@ if [ $1 -ge 1 ] ; then fi %changelog +* Mon Apr 13 2009 Simo Sorce - 0.3.0-2 +- Try to fix build adding automake as an explicit BuildRequire + * Mon Apr 13 2009 Simo Sorce - 0.3.0-1 - Version 0.3.0 - Provides file based configuration and lots of improvements