Skip to content

Commit

Permalink
chore: Run hack/ovirt-populator-rpm-deps.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <mnecas@redhat.com>
  • Loading branch information
mnecas committed Jan 6, 2025
1 parent bfb0a81 commit 33a9ad9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
26 changes: 17 additions & 9 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3508,10 +3508,18 @@ rpm(
)

rpm(
name = "coreutils-single-0__8.32-39.el9.x86_64",
sha256 = "65e9fd2ee40cc97d87a426df6102082fc4fb27cfc8f9e09b7632ef4a0e75f992",
name = "coreutils-0__8.32-39.el9.x86_64",
sha256 = "65bf4800b76553a41df2a9fd56e55713bcbc3420202a859b7a14495f62fb8bbb",
urls = [
"https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/BaseOS/x86_64/os/Packages/coreutils-single-8.32-39.el9.x86_64.rpm",
"https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/BaseOS/x86_64/os/Packages/coreutils-8.32-39.el9.x86_64.rpm",
],
)

rpm(
name = "coreutils-common-0__8.32-39.el9.x86_64",
sha256 = "f2c46b1da2b96e60dc4c110324d6e7db298a1abad9b9021c41f2c16848f297de",
urls = [
"https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/BaseOS/x86_64/os/Packages/coreutils-common-8.32-39.el9.x86_64.rpm",
],
)

Expand Down Expand Up @@ -3644,10 +3652,10 @@ rpm(
)

rpm(
name = "glibc-langpack-bn-0__2.34-147.el9.x86_64",
sha256 = "354508d0c8129b1b71f69c4510e736e8a77f26318b5f00d0d06a648ed921bf78",
name = "glibc-langpack-ka-0__2.34-147.el9.x86_64",
sha256 = "cd7f3e1dabddd605cddbf2597eb2a964702d72f785292e433e8f420516b09a29",
urls = [
"https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/BaseOS/x86_64/os/Packages/glibc-langpack-bn-2.34-147.el9.x86_64.rpm",
"https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/BaseOS/x86_64/os/Packages/glibc-langpack-ka-2.34-147.el9.x86_64.rpm",
],
)

Expand Down Expand Up @@ -3684,10 +3692,10 @@ rpm(
)

rpm(
name = "kernel-headers-0__5.14.0-545.el9.x86_64",
sha256 = "b1f769d6dfa7c69748fad59be7dcd8dad2e7454dc88b881dd38e149764c73347",
name = "kernel-headers-0__5.14.0-547.el9.x86_64",
sha256 = "8f02a20bf391f0dedb9c5954cff4339db749dd9a3cd67c5286854c8e8bd09299",
urls = [
"https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/AppStream/x86_64/os/Packages/kernel-headers-5.14.0-545.el9.x86_64.rpm",
"https://composes.stream.centos.org/development/latest-CentOS-Stream/compose/AppStream/x86_64/os/Packages/kernel-headers-5.14.0-547.el9.x86_64.rpm",
],
)

Expand Down
7 changes: 4 additions & 3 deletions cmd/ovirt-populator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ rpmtree(
"@centos-stream-release-0__9.0-11.el9.x86_64//rpm",
"@centos-stream-repos-0__9.0-11.el9.x86_64//rpm",
"@cmake-filesystem-0__3.26.5-2.el9.x86_64//rpm",
"@coreutils-single-0__8.32-39.el9.x86_64//rpm",
"@coreutils-0__8.32-39.el9.x86_64//rpm",
"@coreutils-common-0__8.32-39.el9.x86_64//rpm",
"@cpp-0__11.5.0-2.el9.x86_64//rpm",
"@crypto-policies-0__20240828-2.git626aa59.el9.x86_64//rpm",
"@elfutils-debuginfod-client-0__0.192-2.el9.x86_64//rpm",
Expand All @@ -101,12 +102,12 @@ rpmtree(
"@glibc-common-0__2.34-147.el9.x86_64//rpm",
"@glibc-devel-0__2.34-147.el9.x86_64//rpm",
"@glibc-headers-0__2.34-147.el9.x86_64//rpm",
"@glibc-langpack-bn-0__2.34-147.el9.x86_64//rpm",
"@glibc-langpack-ka-0__2.34-147.el9.x86_64//rpm",
"@gmp-1__6.2.0-13.el9.x86_64//rpm",
"@gnutls-0__3.8.3-4.el9.x86_64//rpm",
"@grep-0__3.6-5.el9.x86_64//rpm",
"@json-c-0__0.14-11.el9.x86_64//rpm",
"@kernel-headers-0__5.14.0-545.el9.x86_64//rpm",
"@kernel-headers-0__5.14.0-547.el9.x86_64//rpm",
"@keyutils-libs-0__1.6.3-3.el9.x86_64//rpm",
"@krb5-libs-0__1.21.1-4.el9.x86_64//rpm",
"@libacl-0__2.3.1-4.el9.x86_64//rpm",
Expand Down

0 comments on commit 33a9ad9

Please sign in to comment.