1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

packaging: Update the minimum required library versions

Signed-off-by: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit 5f8547b1531bba4950b3d873a997585c3a16d31e)
This commit is contained in:
Amitay Isaacs 2013-06-13 12:55:29 +10:00
parent 4a9ed315c7
commit 585a2715a6

View File

@ -31,9 +31,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
# If the above options are changed then mandate minimum system
# versions.
%define libtalloc_version 2.0.6
%define libtdb_version 1.2.9
%define libtevent_version 0.9.13
%define libtalloc_version 2.0.8
%define libtdb_version 1.2.11
%define libtevent_version 0.9.18
%if ! %with_included_talloc
BuildRequires: libtalloc-devel >= %{libtalloc_version}