]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rpm: use system libpmem on Centos 9 Stream wip-use-system-libpmem-on-c9s
authorIlya Dryomov <idryomov@gmail.com>
Thu, 10 Mar 2022 17:32:30 +0000 (18:32 +0100)
committerJustin Caratzas <jcaratza@redhat.com>
Tue, 26 Apr 2022 14:15:34 +0000 (10:15 -0400)
commit0ecf7ac9161ebf6287ede156c2778c74050edc77
tree3de61c59f6aa1a3c64f988d7ef170625b5329706
parent5ba7d8520d02dbf876b7c07fd978e9987e1795c8
rpm: use system libpmem on Centos 9 Stream

We need libpmem 1.10 and Centos 9 Stream has it.  On top of sticking
to distro-provided packages being generally a good thing, this fixes
a build failure: libpmem 1.10 doesn't build with LTO which is enabled
by default in Centos 9 Stream.  The distro package works around it.

libpmem 1.10 is also there in Fedora 34 and Fedora 35.

Fixes: https://tracker.ceph.com/issues/54473
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
ceph.spec.in