]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: set codename when installing libzbd
authorKefu Chai <kchai@redhat.com>
Tue, 26 Jan 2021 10:20:45 +0000 (18:20 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 26 Jan 2021 16:38:06 +0000 (17:38 +0100)
commit5fc8023a66a89062a53c357d27ab900fc376e97d
treec29b9bb6cfe472ff08dd7e63ad1a9f1ccc1cd025
parent82a4c95999d845c017aca0c6e1490fbdb748b28a
install-deps.sh: set codename when installing libzbd

this was an oversight in e7e3b86762ff3fccdae21e713c64215ab3bb7bb4

also use updated build with sha1 of
1fadde94b08fab574b17637c2bebd2b1e7f9127b, the older version has an issue
where both libzbd and libzbd-dev packaged .pc file with the same path,
so they conflicted with each other. the new version addressed this
issue.

and install libzbd-dev instead of libzbd and libzbd-dev, as the package
name of the former could change if its so version is bumped, so use the
*-dev package is a safer choice from the perspective of testing the
dev build.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit af43300146811ffe3708891e203c7ac59d8bcc18)
install-deps.sh