]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: make python-rbd depend on minimum librbd version
authorHector Martin <marcan@marcan.st>
Tue, 1 Dec 2015 14:28:17 +0000 (23:28 +0900)
committerHector Martin <marcan@marcan.st>
Tue, 1 Dec 2015 15:29:55 +0000 (00:29 +0900)
As the Cython bindings build to a binary module, backwards compatibility with
older librbd ABIs at runtime is not possible, so depend on at least the same
version (or newer).

Signed-off-by: Hector Martin <marcan@marcan.st>
debian/control

index 4581619a49e825cb66585d27cc4b885ab6a9574c..357787638fbf3ca7f19cbba6db3f5678ef927437 100644 (file)
@@ -503,7 +503,7 @@ Description: Python libraries for the Ceph librados library
 Package: python-rbd
 Architecture: linux-any
 Section: python
-Depends: librbd1, ${misc:Depends}, ${python:Depends}
+Depends: librbd1 (>= ${binary:Version}), ${misc:Depends}, ${python:Depends}
 Replaces: python-ceph (<< 0.92-1223)
 Breaks: python-ceph (<< 0.92-1223)
 X-Python-Version: >= 2.6