summaryrefslogtreecommitdiffstats
path: root/ctdb/packaging/RPM
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2013-06-13 12:55:29 +1000
committerAmitay Isaacs <amitay@gmail.com>2013-06-17 10:44:31 +1000
commit585a2715a6d8b4bd8bed64163c07b0ad30f38e1a (patch)
treef2e2410d3e5a452d40f8c0c15444a9788d9b4825 /ctdb/packaging/RPM
parent4a9ed315c76137c8444149be1d95e0f56f679bcd (diff)
downloadsamba-585a2715a6d8b4bd8bed64163c07b0ad30f38e1a.tar.gz
samba-585a2715a6d8b4bd8bed64163c07b0ad30f38e1a.tar.xz
samba-585a2715a6d8b4bd8bed64163c07b0ad30f38e1a.zip
packaging: Update the minimum required library versions
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 5f8547b1531bba4950b3d873a997585c3a16d31e)
Diffstat (limited to 'ctdb/packaging/RPM')
-rw-r--r--ctdb/packaging/RPM/ctdb.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec.in b/ctdb/packaging/RPM/ctdb.spec.in
index 44bd46f6ca..b8627cd62e 100644
--- a/ctdb/packaging/RPM/ctdb.spec.in
+++ b/ctdb/packaging/RPM/ctdb.spec.in
@@ -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}