File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ BuildRequires: selinux-policy-devel
213213BuildRequires: gperf
214214BuildRequires: cmake > 3.5
215215BuildRequires: fuse-devel
216+ BuildRequires: git
216217%if 0%{?fedora} || 0%{?suse_version} > 1500 || 0%{?rhel} == 9 || 0%{?openEuler}
217218BuildRequires: gcc-c++ >= 11
218219%endif
Original file line number Diff line number Diff line change 545545 $SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
546546 $SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save
547547 $SUDO dnf -y module enable javapackages-tools
548+ elif test $ID = centos -a $MAJOR_VERSION = 9 ; then
549+ $SUDO dnf config-manager --set-enabled crb
548550 elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
549551 dts_ver=11
550552 $SUDO dnf config-manager --set-enabled " codeready-builder-for-rhel-8-${ARCH} -rpms"
You can’t perform that action at this time.
0 commit comments