Bump 389-ds-base minimum in our spec file

Our code needs both Requires and BuildRequires set to 389-ds-base
which supports transactions. Also add the requires to configure.ac.
This commit is contained in:
Martin Kosek
2012-12-07 12:21:52 +01:00
parent bf77679909
commit 6cb7441d15
2 changed files with 6 additions and 3 deletions

View File

@@ -264,7 +264,7 @@ fi
AM_CONDITIONAL([HAVE_CHECK], [test x$have_check != x])
dnl -- dirsrv is needed for the extdom unit tests --
PKG_CHECK_MODULES([DIRSRV], [dirsrv])
PKG_CHECK_MODULES([DIRSRV], [dirsrv >= 1.3.0])
dnl -- sss_idmap is needed by the extdom exop --
PKG_CHECK_MODULES([SSSIDMAP], [sss_idmap])