Remove the continuous release repos for CentOS and Virtuozzo 7 as they
should no longer be needed since http://tracker.ceph.com/issues/13997 is
no longer relevant and the newer versions of selinux packages pulled in
by the build system are causing problems for systems without CR repos
enabled.
Fixes: https://tracker.ceph.com/issues/37335
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(cherry picked from commit
f39d9b7d1f4f2b63233802211a9ed0e641446ca1)
Conflicts:
install-deps.sh
$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
- if test $(lsb_release -si) = VirtuozzoLinux -a $MAJOR_VERSION = 7 ; then
- $SUDO yum-config-manager --enable cr
- fi
;;
esac
munge_ceph_spec_in $DIR/ceph.spec