Skip to content

Commit

Permalink
virt-v2v: prefer curl-minimal over curl
Browse files Browse the repository at this point in the history
Just because it is smaller.

Signed-off-by: Tomáš Golembiovský <[email protected]>
  • Loading branch information
nyoxi committed May 2, 2023
1 parent 5c358f5 commit 400fa1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions hack/virt-v2v-cold-rpm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ v2v_missing="
# choice is mostly arbitrary with package size taken into consideration.
alternative_picks="
coreutils-single
curl-minimal
glibc-langpack-en
kernel-core
libcurl-minimal
Expand Down
2 changes: 1 addition & 1 deletion virt-v2v/cold/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rpmtree(
"@cracklib-dicts-0__2.9.6-27.el9.x86_64//rpm",
"@crypto-policies-0__20221215-1.git9a18988.el9.x86_64//rpm",
"@cryptsetup-libs-0__2.6.0-2.el9.x86_64//rpm",
"@curl-0__7.76.1-23.el9.x86_64//rpm",
"@curl-minimal-0__7.76.1-23.el9.x86_64//rpm",
"@cyrus-sasl-0__2.1.27-21.el9.x86_64//rpm",
"@cyrus-sasl-gssapi-0__2.1.27-21.el9.x86_64//rpm",
"@cyrus-sasl-lib-0__2.1.27-21.el9.x86_64//rpm",
Expand Down
6 changes: 3 additions & 3 deletions virt-v2v/cold/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ rpm(
)

rpm(
name = "curl-0__7.76.1-23.el9.x86_64",
sha256 = "e08f95656a19787d18b52f96a2329fc63758253d96297434cb5fb51b857482b7",
urls = ["https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/curl-7.76.1-23.el9.x86_64.rpm"],
name = "curl-minimal-0__7.76.1-23.el9.x86_64",
sha256 = "3d2ed0db2e85e18edd897ae63b463255536e597abc6ca4b8f189bf08c263ed65",
urls = ["https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/curl-minimal-7.76.1-23.el9.x86_64.rpm"],
)

rpm(
Expand Down

0 comments on commit 400fa1f

Please sign in to comment.