]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: Fix mismatched librgw VERSION / SOVERSION 10754/head
authorTim Serong <tserong@suse.com>
Wed, 17 Aug 2016 11:14:46 +0000 (21:14 +1000)
committerTim Serong <tserong@suse.com>
Wed, 17 Aug 2016 12:21:59 +0000 (22:21 +1000)
commitc8885d4a9ef0fb8b3aa29ab95a435036fb805175
treecd24c8fc3da9c942fecd44ea2fef09697c392252
parent80d914fc1d30a06e9acf85efc21c00af4d652df9
cmake: Fix mismatched librgw VERSION / SOVERSION

Without this, rpmlint (on openSUSE Tumbleweed) fails with:

librgw2.x86_64: E: shlib-policy-name-error (Badness: 10000) librgw1
Your package contains a single shared library but is not named
after its SONAME.

It seems that the VERSION/SOVERSION mismatch results in the
creation of librgw.so.1 and librgw.so.2.0.0, whereas it should
be librgw.so.2 and librgw.so.2.0.0.

Signed-off-by: Tim Serong <tserong@suse.com>
src/rgw/CMakeLists.txt