summaryrefslogtreecommitdiffstats
path: root/sssd.spec
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-13 12:55:07 -0400
committerSimo Sorce <ssorce@redhat.com>2009-04-13 14:00:43 -0400
commitacd073a5e86a6c277c2058d28e506f37a5934736 (patch)
treef52f647e999c8ed8628299b3eb9819d0add51c49 /sssd.spec
parentbf3328d477a988721e06b3d88cde95734eba36ad (diff)
downloadsssd-acd073a5e86a6c277c2058d28e506f37a5934736.tar.gz
sssd-acd073a5e86a6c277c2058d28e506f37a5934736.tar.xz
sssd-acd073a5e86a6c277c2058d28e506f37a5934736.zip
Build fixes for RPM packaging of SSSD
We were missing several BuildRequires for the autotools. Also, we were linking against two external libraries in the common code that we do not actually use.
Diffstat (limited to 'sssd.spec')
-rw-r--r--sssd.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/sssd.spec b/sssd.spec
index 88da56f91..31e18f7d8 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -24,6 +24,9 @@ Requires(postun): /sbin/service
### Build Dependencies ###
BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: m4
BuildRequires: popt-devel
BuildRequires: libtalloc-devel
BuildRequires: libtevent-devel
@@ -35,6 +38,7 @@ BuildRequires: openldap-devel
BuildRequires: pam-devel
BuildRequires: nss-devel
BuildRequires: nspr-devel
+BuildRequires: pcre-devel
%description
Provides a set of daemons to manage access to remote directories and