To get libunwind from the CR repositories until CentOS 7.2.1511 is released.
http://tracker.ceph.com/issues/13997 Fixes: #13997
Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit
247ee6084b58861da601d349bdba739b252d96de)
$SUDO yum install --nogpgcheck -y epel-release
$SUDO rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-$MAJOR_VERSION
$SUDO rm -f /etc/yum.repos.d/dl.fedoraproject.org*
+ if test $(lsb_release -si) = CentOS -a $MAJOR_VERSION = 7 ; then
+ $SUDO yum-config-manager --enable cr
+ fi
;;
esac
munge_ceph_spec_in $DIR/ceph.spec