packaging: Update the minimum required library versions
authorAmitay Isaacs <amitay@gmail.com>
Thu, 13 Jun 2013 02:55:29 +0000 (12:55 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Mon, 17 Jun 2013 00:44:31 +0000 (10:44 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
packaging/RPM/ctdb.spec.in

index 44bd46f6ca06fb3f18244265a4c946494595a7a6..b8627cd62e872cb58753fd1bb94c1ba7238e8029 100644 (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}