- Try to fix build adding automake as an explicit BuildRequire

This commit is contained in:
Simo Sorce 2009-04-13 16:04:16 +00:00
parent 276bbb1dfb
commit 9afc8fce0b

View File

@ -1,6 +1,6 @@
Name: sssd Name: sssd
Version: 0.3.0 Version: 0.3.0
Release: 1%{?dist} Release: 2%{?dist}
Group: Applications/System Group: Applications/System
Summary: System Security Services Daemon Summary: System Security Services Daemon
@ -26,6 +26,7 @@ Requires(postun): /sbin/service
### Build Dependencies ### ### Build Dependencies ###
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake
BuildRequires: popt-devel BuildRequires: popt-devel
BuildRequires: libtalloc-devel BuildRequires: libtalloc-devel
BuildRequires: libtevent-devel BuildRequires: libtevent-devel
@ -135,6 +136,9 @@ if [ $1 -ge 1 ] ; then
fi fi
%changelog %changelog
* Mon Apr 13 2009 Simo Sorce <ssorce@redhat.com> - 0.3.0-2
- Try to fix build adding automake as an explicit BuildRequire
* Mon Apr 13 2009 Simo Sorce <ssorce@redhat.com> - 0.3.0-1 * Mon Apr 13 2009 Simo Sorce <ssorce@redhat.com> - 0.3.0-1
- Version 0.3.0 - Version 0.3.0
- Provides file based configuration and lots of improvements - Provides file based configuration and lots of improvements