]> git.apps.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:14:53 +0000 (17:14 -0400)
commitce580c6ce698d760bf7c46f886ae486cfce9761c
treeaaae20c4dd3042e9d16547588e636a0f32688fdb
parentdd7578a8fab90df00a18e7264b06ed3f04365a2a
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