- ceph.spec.in: declare git as build dependency
- install-deps.sh: enable CRB repo
Test procedure:
docker run --rm -ti -v /home/baum/ceph-ci:/home/ceph quay.io/centos/centos:stream9 bash
[root@
a3c4b1545e93 /]# cd /home/ceph/
[root@
a3c4b1545e93 ceph]# ./install-deps.sh 2>&1 tee install-deps.log
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
BuildRequires: gperf
BuildRequires: cmake > 3.5
BuildRequires: fuse-devel
+BuildRequires: git
%if 0%{?fedora} || 0%{?suse_version} > 1500 || 0%{?rhel} == 9 || 0%{?openEuler}
BuildRequires: gcc-c++ >= 11
%endif
$SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
$SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save
$SUDO dnf -y module enable javapackages-tools
+ elif test $ID = centos -a $MAJOR_VERSION = 9 ; then
+ $SUDO dnf config-manager --set-enabled crb
elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
dts_ver=11
$SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms"