]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind: Open shared libs by their major version.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Fri, 10 Jun 2011 23:14:13 +0000 (16:14 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Fri, 10 Jun 2011 23:15:49 +0000 (16:15 -0700)
commitab9dda87cf9cfef5ecb4d6745adef0a90de1f955
tree48a6450c12d146b85c9282fb6337621b1211d0a4
parentd444d5b886dbaf4d88a4aa657baa7a6c4ce10778
pybind: Open shared libs by their major version.

The *.so files are only in the -dev packages, and normal
operation should not require those. The major version
numbers represent incompatible API/ABI changes anyway.
The debian dependencies were already correctly including
the major version.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
src/pybind/rados.py
src/pybind/rgw.py