mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user