Remove unneeded lmdb dependency for samba-tool if we don't have a DC
This commit is contained in:
parent
73757dc8a3
commit
a4093f41f0
@ -493,8 +493,10 @@ Requires: libwbclient = %{samba_depver}
|
||||
Requires: python3-%{name} = %{samba_depver}
|
||||
# samba-tool needs tdbbackup
|
||||
Requires: tdb-tools
|
||||
# samba-tool needs mdb_copy
|
||||
%if %{with dc}
|
||||
# samba-tool needs mdb_copy for domain backup or upgrade provision
|
||||
Requires: lmdb
|
||||
%endif
|
||||
|
||||
Provides: bundled(libreplace)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user