]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
buildcontainer-setup.sh: Fix curl package conflict 62163/head
authorZack Cerza <zack@cerza.org>
Thu, 10 Apr 2025 18:33:59 +0000 (12:33 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 10 Apr 2025 19:10:31 +0000 (13:10 -0600)
commit8964380cbbf6c64eb8342b55bc7078f5617560b8
tree82f03acc8f57b143ef991433d2099b398b230f5f
parentcc21dc48f59f31ace32c671cc964e9aeaf23648c
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>
src/script/buildcontainer-setup.sh