add ldb require version

This commit is contained in:
xinghe 2022-08-12 17:10:16 +08:00 committed by Zhiqiang Liu
parent 6b0bced228
commit 7c32b72002

View File

@ -4,7 +4,7 @@
%define talloc_version 2.2.0
%define tdb_version 1.4.2
%define tevent_version 0.10.0
%define ldb_version 2.0.12
%define ldb_version 2.0.12-3
%undefine _strict_symbol_defs_build
@ -49,7 +49,7 @@
Name: samba
Version: 4.11.12
Release: 12
Release: 13
Summary: A suite for Linux to interoperate with Windows
License: GPLv3+ and LGPLv3+
@ -356,6 +356,7 @@ Obsoletes: samba-dc-libs < %{samba_depver}
Obsoletes: samba-dc-bind-dlz < %{samba_depver}
%endif
Requires: libldb >= %{ldb_version}
Requires: %{name}-client = %{samba_depver}
%if %with_libwbclient
Requires: libwbclient = %{samba_depver}
@ -3248,6 +3249,12 @@ fi
%{_mandir}/man*
%changelog
* Fri Aug 12 2022 xinghe <xinghe2@h-partners.com> - 4.11.12-13
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add ldb require version
* Tue Aug 09 2022 xinghe <xinghe@h-partners.com> - 4.11.12-12
- Type:cves
- CVE:CVE-2022-32746 CVE-2022-32744 CVE-2022-2031 CVE-2022-32742