diff --git a/.gitignore b/.gitignore index 6116ca0..6876127 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ SOURCES/samba-4.15.8.tar.xz SOURCES/samba-4.15.8.tar.asc SOURCES/samba-4.15.9.tar.xz SOURCES/samba-4.15.9.tar.asc +SOURCES/samba-4.15.10.tar.xz +SOURCES/samba-4.15.10.tar.asc diff --git a/.samba.metadata b/.samba.metadata index abc49a6..6c313b4 100644 --- a/.samba.metadata +++ b/.samba.metadata @@ -1,2 +1,2 @@ -2efb5625b78b9db8cdfe866f2971229df76719a5 SOURCES/samba-4.15.9.tar.xz -654119696b73ce009e9d959b3fa882bc426a0042 SOURCES/samba-4.15.9.tar.asc +18d856e01c736ef3fbe91e860bc16ac2b36026c7 SOURCES/samba-4.15.10.tar.xz +cd2e051e831b5809871215026eb2cb28b73bf030 SOURCES/samba-4.15.10.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index dbf08ed..c6ff03b 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 1 -%define samba_version 4.15.9 +%define samba_version 4.15.10 # This should be rc1 or nil %define pre_release %nil @@ -421,8 +421,12 @@ 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 python3-samba-dc on a full build +Requires: python3-%{name}-dc = %{samba_depver} +# samba-tool needs mdb_copy for domain backup or upgrade provision Requires: lmdb +%endif %description common-tools The samba-common-tools package contains tools for Samba servers and @@ -3949,6 +3953,10 @@ rm -rf %{buildroot} %endif %changelog +* Thu Sep 29 2022 - Anoop C S - 4.15.10-1 +- v4.15.10 GA +- Remove lmdb requirement for non DC build + * Fri Jul 29 2022 - Anoop C S - 4.15.9-1 - v4.15.9 GA