]> 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, 24 Jul 2025 13:32:29 +0000 (09:32 -0400)
commit20eea986862ae3a3802e654f0d89729e02314d05
tree8180cd7533d3f28bcfeccbe7a1f4aa3ded3fe69e
parent89d4d60565ac3d8438aa2a83fa96fa9dcf4bff30
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