]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
buildcontainer-setup.sh: Fix curl package conflict
authorZack Cerza <zack@cerza.org>
Thu, 10 Apr 2025 18:33:59 +0000 (12:33 -0600)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 31 Jul 2025 21:58:57 +0000 (17:58 -0400)
commit362b1a44cad529416941406d732ffdc7552ec638
tree485aca1515248bb7feaca46281cfdf3261922b1d
parent9808f714eedf28b94bd21b9160668c2cb40bbf6e
buildcontainer-setup.sh: Fix curl package conflict

It looks like at some point the centos9 image started shipping with
curl-minimal, which conflicts with the regular curl package. Asking dnf to find
the binary avoids this, since both packages provide it. Since we were already
doing this with rpmbuild, we can go ahead and loop wget into that in case
something similar happens there.

Signed-off-by: Zack Cerza <zack@cerza.org>
(cherry picked from commit 8964380cbbf6c64eb8342b55bc7078f5617560b8)
src/script/buildcontainer-setup.sh