]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build dependencies: centos9
authorAlexander Indenbaum <aindenba@redhat.com>
Fri, 26 Jan 2024 19:50:19 +0000 (19:50 +0000)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 23 Jul 2025 20:58:03 +0000 (16:58 -0400)
commit7c05f07cf6cd98e01f2668bf3b8eef6a8ce7b997
tree74d6e8ec18e2fe18d169600aa1d0d2a1ae77d775
parent2713348e43d72074a1e813fafb040809e3131e96
build dependencies: centos9

- 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>
(cherry picked from commit 11a37da05305420ca37f5a3af5b8991e1e2967cb)
ceph.spec.in
install-deps.sh