Fix samba-tool dependencies

This commit is contained in:
Andreas Schneider 2023-02-16 09:11:52 +01:00
parent 63931382e3
commit 823f4aaeb6
1 changed files with 2 additions and 3 deletions

View File

@ -531,13 +531,12 @@ The samba-common-tools package contains tools for SMB/CIFS clients.
Summary: Tools for Samba servers
# samba-tool needs python3-samba
Requires: python3-%{name} = %{samba_depver}
# samba-tool needs tdbbackup
Requires: tdb-tools
# samba-tool needs python3-samba-dc also on non-dc build
Requires: python3-%{name}-dc = %{samba_depver}
%if %{with dc}
# samba-tool needs mdb_copy for domain backup or upgrade provision
# samba-tool needs mdb_copy and tdbackup for domain backup or upgrade provision
Requires: lmdb
Requires: tdb-tools
%endif
%description tools