mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
4925 lines
206 KiB
Python
4925 lines
206 KiB
Python
register_toolchains("//:python_toolchain")
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
|
load(
|
|
"@bazel_tools//tools/build_defs/repo:http.bzl",
|
|
"http_archive",
|
|
"http_file",
|
|
)
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
|
|
|
http_archive(
|
|
name = "rules_python",
|
|
sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
|
|
urls = [
|
|
"https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz",
|
|
"https://storage.googleapis.com/builddeps/778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
|
|
],
|
|
)
|
|
|
|
load("//third_party:deps.bzl", "deps")
|
|
|
|
deps()
|
|
|
|
# register crosscompiler toolchains
|
|
load("//bazel/toolchain:toolchain.bzl", "register_all_toolchains")
|
|
|
|
register_all_toolchains()
|
|
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
|
|
|
http_archive(
|
|
name = "io_bazel_rules_go",
|
|
sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184",
|
|
urls = [
|
|
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
|
|
"https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
|
|
"https://storage.googleapis.com/builddeps/80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184",
|
|
],
|
|
)
|
|
|
|
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
|
|
|
|
go_rules_dependencies()
|
|
|
|
go_register_toolchains(
|
|
go_version = "host",
|
|
)
|
|
|
|
http_archive(
|
|
name = "com_google_protobuf",
|
|
sha256 = "cd218dc003eacc167e51e3ce856f6c2e607857225ef86b938d95650fcbb2f8e4",
|
|
strip_prefix = "protobuf-6d4e7fd7966c989e38024a8ea693db83758944f1",
|
|
# version 3.10.0
|
|
urls = [
|
|
"https://github.com/google/protobuf/archive/6d4e7fd7966c989e38024a8ea693db83758944f1.zip",
|
|
"https://storage.googleapis.com/builddeps/cd218dc003eacc167e51e3ce856f6c2e607857225ef86b938d95650fcbb2f8e4",
|
|
],
|
|
)
|
|
|
|
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
|
|
|
|
protobuf_deps()
|
|
|
|
# gazelle rules
|
|
http_archive(
|
|
name = "bazel_gazelle",
|
|
sha256 = "d3fa66a39028e97d76f9e2db8f1b0c11c099e8e01bf363a923074784e451f809",
|
|
urls = [
|
|
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz",
|
|
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz",
|
|
"https://storage.googleapis.com/builddeps/d3fa66a39028e97d76f9e2db8f1b0c11c099e8e01bf363a923074784e451f809",
|
|
],
|
|
)
|
|
|
|
load(
|
|
"@bazel_gazelle//:deps.bzl",
|
|
"gazelle_dependencies",
|
|
"go_repository",
|
|
)
|
|
|
|
gazelle_dependencies()
|
|
|
|
http_archive(
|
|
name = "bazeldnf",
|
|
sha256 = "fb24d80ad9edad0f7bd3000e8cffcfbba89cc07e495c47a7d3b1f803bd527a40",
|
|
urls = [
|
|
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.9/bazeldnf-v0.5.9.tar.gz",
|
|
"https://storage.googleapis.com/builddeps/fb24d80ad9edad0f7bd3000e8cffcfbba89cc07e495c47a7d3b1f803bd527a40",
|
|
],
|
|
)
|
|
|
|
load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies", "rpm")
|
|
|
|
bazeldnf_dependencies()
|
|
|
|
#load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")
|
|
|
|
#buildifier_dependencies()
|
|
|
|
# bazel docker rules
|
|
http_archive(
|
|
name = "io_bazel_rules_docker",
|
|
sha256 = "95d39fd84ff4474babaf190450ee034d958202043e366b9fc38f438c9e6c3334",
|
|
strip_prefix = "rules_docker-0.16.0",
|
|
urls = [
|
|
"https://github.com/bazelbuild/rules_docker/releases/download/v0.16.0/rules_docker-v0.16.0.tar.gz",
|
|
"https://storage.googleapis.com/builddeps/95d39fd84ff4474babaf190450ee034d958202043e366b9fc38f438c9e6c3334",
|
|
],
|
|
)
|
|
|
|
load(
|
|
"@io_bazel_rules_docker//container:container.bzl",
|
|
"container_image",
|
|
"container_pull",
|
|
)
|
|
load(
|
|
"@io_bazel_rules_docker//repositories:repositories.bzl",
|
|
container_repositories = "repositories",
|
|
)
|
|
|
|
container_repositories()
|
|
|
|
# This is NOT needed when going through the language lang_image
|
|
# "repositories" function(s).
|
|
load("@io_bazel_rules_docker//repositories:deps.bzl", container_deps = "deps")
|
|
|
|
container_deps()
|
|
|
|
# override rules_docker issue with this dependency
|
|
# rules_docker 0.16 uses 0.1.4, bit since there the checksum changed, which is very weird, going with 0.1.4.1 to
|
|
go_repository(
|
|
name = "com_github_google_go_containerregistry",
|
|
importpath = "github.com/google/go-containerregistry",
|
|
sha256 = "bc0136a33f9c1e4578a700f7afcdaa1241cfff997d6bba695c710d24c5ae26bd",
|
|
strip_prefix = "google-go-containerregistry-efb2d62",
|
|
type = "tar.gz",
|
|
urls = ["https://api.github.com/repos/google/go-containerregistry/tarball/efb2d62d93a7705315b841d0544cb5b13565ff2a"], # v0.1.4.1
|
|
)
|
|
|
|
# RPM rules
|
|
http_archive(
|
|
name = "io_bazel_rules_container_rpm",
|
|
sha256 = "151261f1b81649de6e36f027c945722bff31176f1340682679cade2839e4b1e1",
|
|
strip_prefix = "rules_container_rpm-0.0.5",
|
|
urls = [
|
|
"https://github.com/rmohr/rules_container_rpm/archive/v0.0.5.tar.gz",
|
|
"https://storage.googleapis.com/builddeps/151261f1b81649de6e36f027c945722bff31176f1340682679cade2839e4b1e1",
|
|
],
|
|
)
|
|
|
|
# Pull base image centos:stream9
|
|
container_pull(
|
|
name = "centos",
|
|
registry = "quay.io",
|
|
repository = "centos/centos",
|
|
tag = "stream9",
|
|
)
|
|
|
|
container_pull(
|
|
name = "centos-aarch64",
|
|
architecture = "arm64",
|
|
registry = "quay.io",
|
|
repository = "centos/centos",
|
|
tag = "stream9",
|
|
)
|
|
|
|
# Pull base image container registry
|
|
container_pull(
|
|
name = "registry",
|
|
digest = "sha256:5c98b00f91e8daed324cb680661e9d647f09d825778493ffb2618ff36bec2a9e",
|
|
registry = "quay.io",
|
|
repository = "libpod/registry",
|
|
tag = "2.8",
|
|
)
|
|
|
|
container_pull(
|
|
name = "registry-aarch64",
|
|
digest = "sha256:f4e803a2d37afca6d059961f28d73c57cbe6fdb3a44ba6ae7ad463811f43b81c",
|
|
registry = "quay.io",
|
|
repository = "libpod/registry",
|
|
tag = "2.8",
|
|
)
|
|
|
|
container_pull(
|
|
name = "registry-s390x",
|
|
digest = "sha256:7e1926b82e5b862a633b83acf8f456e1619be720aff346e1b634db2f843082b7",
|
|
registry = "quay.io",
|
|
repository = "libpod/registry",
|
|
tag = "2.8",
|
|
)
|
|
|
|
http_file(
|
|
name = "vcenter-govc-tar",
|
|
downloaded_file_path = "govc.tar.gz",
|
|
sha256 = "bfad9df590e061e28cfdd2c321583e96abd43e07687980f5897825ec13ff2cb5",
|
|
urls = [
|
|
"https://github.com/vmware/govmomi/releases/download/v0.26.1/govc_Linux_x86_64.tar.gz",
|
|
"https://storage.googleapis.com/builddeps/bfad9df590e061e28cfdd2c321583e96abd43e07687980f5897825ec13ff2cb5",
|
|
],
|
|
)
|
|
|
|
http_file(
|
|
name = "vcenter-vcsim-tar",
|
|
downloaded_file_path = "vcsim.tar.gz",
|
|
sha256 = "b844f6f7645c870a503aa1c5bd23d9a3cb4f5c850505073eef521f2f22a5f2b7",
|
|
urls = [
|
|
"https://github.com/vmware/govmomi/releases/download/v0.26.1/vcsim_Linux_x86_64.tar.gz",
|
|
"https://storage.googleapis.com/builddeps/b844f6f7645c870a503aa1c5bd23d9a3cb4f5c850505073eef521f2f22a5f2b7",
|
|
],
|
|
)
|
|
|
|
#imageio rpms and dependencies
|
|
http_file(
|
|
name = "ovirt-imageio-client",
|
|
sha256 = "4447b2e6c659f0b486f8db82b415eaa065adb09092b00308eade30632be0c4bf",
|
|
urls = ["https://storage.googleapis.com/builddeps/4447b2e6c659f0b486f8db82b415eaa065adb09092b00308eade30632be0c4bf"],
|
|
)
|
|
|
|
http_file(
|
|
name = "ovirt-imageio-client-aarch64",
|
|
sha256 = "ab2cdec494c6ed22cb718779bf1445d3ede79c051337e506b3c05c77c28f5b2d",
|
|
urls = ["https://storage.googleapis.com/builddeps/ab2cdec494c6ed22cb718779bf1445d3ede79c051337e506b3c05c77c28f5b2d"],
|
|
)
|
|
|
|
http_file(
|
|
name = "ovirt-imageio-common",
|
|
sha256 = "d6562eb701afcbde7ab1f14e1cc5f3a8be3ecc7fa25b9f3b831e342c3e14bc2a",
|
|
urls = ["https://storage.googleapis.com/builddeps/d6562eb701afcbde7ab1f14e1cc5f3a8be3ecc7fa25b9f3b831e342c3e14bc2a"],
|
|
)
|
|
|
|
http_file(
|
|
name = "ovirt-imageio-common-aarch64",
|
|
sha256 = "f8a9273463657244fdf34fef0077f2c79f1216891439472df0543eb5133d7922",
|
|
urls = ["https://storage.googleapis.com/builddeps/f8a9273463657244fdf34fef0077f2c79f1216891439472df0543eb5133d7922"],
|
|
)
|
|
|
|
http_file(
|
|
name = "ovirt-imageio-daemon",
|
|
sha256 = "e0df3d43109769d2745a0d2befc05db8961b7de770047adf8ad60469d6e430f0",
|
|
urls = ["https://storage.googleapis.com/builddeps/e0df3d43109769d2745a0d2befc05db8961b7de770047adf8ad60469d6e430f0"],
|
|
)
|
|
|
|
http_file(
|
|
name = "ovirt-imageio-daemon-aarch64",
|
|
sha256 = "5a6697a4fd9c8d52a8a9ead8a4281b3d208df221e0d87f4377e7a3f6a3a1608d",
|
|
urls = ["https://storage.googleapis.com/builddeps/5a6697a4fd9c8d52a8a9ead8a4281b3d208df221e0d87f4377e7a3f6a3a1608d"],
|
|
)
|
|
|
|
rpm(
|
|
name = "aardvark-dns-2__1.14.0-3.el9.aarch64",
|
|
sha256 = "a35c9e892a24a277ad1e3f97b61b6de1ab9c93b6efacd965a2b77780da2abcad",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/aardvark-dns-1.14.0-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a35c9e892a24a277ad1e3f97b61b6de1ab9c93b6efacd965a2b77780da2abcad",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "aardvark-dns-2__1.14.0-3.el9.s390x",
|
|
sha256 = "2790daea4ddd5b72a9cd4461e3a187b0f441a4db3b72ea7e5259c35113333eed",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/aardvark-dns-1.14.0-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/2790daea4ddd5b72a9cd4461e3a187b0f441a4db3b72ea7e5259c35113333eed",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "aardvark-dns-2__1.14.0-3.el9.x86_64",
|
|
sha256 = "a6bb2b050396fd8b0573776ae7bb62ad45267f5eb0651885e9c565a0bd8a4ae5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/aardvark-dns-1.14.0-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a6bb2b050396fd8b0573776ae7bb62ad45267f5eb0651885e9c565a0bd8a4ae5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "acl-0__2.3.1-3.el9.aarch64",
|
|
sha256 = "151d6542a39243b5f65698b31edfe2d9c59e2fd71a7dcaa237442fc5d1d9de1e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/acl-2.3.1-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/151d6542a39243b5f65698b31edfe2d9c59e2fd71a7dcaa237442fc5d1d9de1e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "acl-0__2.3.1-3.el9.x86_64",
|
|
sha256 = "986044c3837eddbc9231d7be5e5fc517e245296978b988a803bc9f9172fe84ea",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/acl-2.3.1-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/986044c3837eddbc9231d7be5e5fc517e245296978b988a803bc9f9172fe84ea",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "acl-0__2.3.1-4.el9.aarch64",
|
|
sha256 = "a0a9b302d252d32c0da8100a0ad762852c22eeac4ccad0aaf72ad68a2bbd7a93",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/acl-2.3.1-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a0a9b302d252d32c0da8100a0ad762852c22eeac4ccad0aaf72ad68a2bbd7a93",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "acl-0__2.3.1-4.el9.s390x",
|
|
sha256 = "5d12a3e157b07244a7c0546905af864148730e982ac7ceaa4b0bf287dd7ae669",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/acl-2.3.1-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/5d12a3e157b07244a7c0546905af864148730e982ac7ceaa4b0bf287dd7ae669",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "acl-0__2.3.1-4.el9.x86_64",
|
|
sha256 = "dd11bab2ea0abdfa310362eace871422a003340bf223135626500f8f5a985f6b",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/acl-2.3.1-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/dd11bab2ea0abdfa310362eace871422a003340bf223135626500f8f5a985f6b",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "alternatives-0__1.20-2.el9.aarch64",
|
|
sha256 = "4d9055232088f1ab181e4741358aa188749b8195f184817c04a61447606cdfb5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/alternatives-1.20-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/4d9055232088f1ab181e4741358aa188749b8195f184817c04a61447606cdfb5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "alternatives-0__1.20-2.el9.x86_64",
|
|
sha256 = "1851d5f64ebaeac67c5c2d9e4adc1e73aa6433b44a167268a3510c3d056062db",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/alternatives-1.20-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1851d5f64ebaeac67c5c2d9e4adc1e73aa6433b44a167268a3510c3d056062db",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "alternatives-0__1.24-2.el9.aarch64",
|
|
sha256 = "3b8d0d6154ccc1047474072afc94cc1f72b7c234d8cd4e50734c67ca67da4161",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/alternatives-1.24-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3b8d0d6154ccc1047474072afc94cc1f72b7c234d8cd4e50734c67ca67da4161",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "alternatives-0__1.24-2.el9.s390x",
|
|
sha256 = "8eb7ef117114059c44818eec88c4ed06c271a1185be1b1178ad096adcc934f11",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/alternatives-1.24-2.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/8eb7ef117114059c44818eec88c4ed06c271a1185be1b1178ad096adcc934f11",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "alternatives-0__1.24-2.el9.x86_64",
|
|
sha256 = "1e9effe6f59312207b55f87eaded01e8f238622ad14018ffd33ef49e9ce8d4c6",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/alternatives-1.24-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1e9effe6f59312207b55f87eaded01e8f238622ad14018ffd33ef49e9ce8d4c6",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "audit-libs-0__3.1.5-7.el9.aarch64",
|
|
sha256 = "0687c4b4d23ad6219bb3d557266b0adad1e9a24c8061e2579bcc285cc53cf106",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/audit-libs-3.1.5-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0687c4b4d23ad6219bb3d557266b0adad1e9a24c8061e2579bcc285cc53cf106",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "audit-libs-0__3.1.5-7.el9.s390x",
|
|
sha256 = "441a308a28b5abdb631284dd849a2a1101d7b1e5034c50db1587e302157cbe48",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/audit-libs-3.1.5-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/441a308a28b5abdb631284dd849a2a1101d7b1e5034c50db1587e302157cbe48",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "audit-libs-0__3.1.5-7.el9.x86_64",
|
|
sha256 = "7d503abfc0f88258b39d518ae9a1e8c25af4c77370c784f37553a2dd18c222e5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/audit-libs-3.1.5-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7d503abfc0f88258b39d518ae9a1e8c25af4c77370c784f37553a2dd18c222e5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "basesystem-0__11-13.el9.aarch64",
|
|
sha256 = "a7a687ef39dd28d01d34fab18ea7e3e87f649f6c202dded82260b7ea625b9973",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/basesystem-11-13.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/a7a687ef39dd28d01d34fab18ea7e3e87f649f6c202dded82260b7ea625b9973",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "basesystem-0__11-13.el9.s390x",
|
|
sha256 = "a7a687ef39dd28d01d34fab18ea7e3e87f649f6c202dded82260b7ea625b9973",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/basesystem-11-13.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/a7a687ef39dd28d01d34fab18ea7e3e87f649f6c202dded82260b7ea625b9973",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "basesystem-0__11-13.el9.x86_64",
|
|
sha256 = "a7a687ef39dd28d01d34fab18ea7e3e87f649f6c202dded82260b7ea625b9973",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/basesystem-11-13.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/a7a687ef39dd28d01d34fab18ea7e3e87f649f6c202dded82260b7ea625b9973",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "bash-0__5.1.8-4.el9.aarch64",
|
|
sha256 = "ae6a63071aea7e9f0213abcced27505cc63b92718d68a9f529b5e3ac041fc1fa",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/bash-5.1.8-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ae6a63071aea7e9f0213abcced27505cc63b92718d68a9f529b5e3ac041fc1fa",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "bash-0__5.1.8-4.el9.x86_64",
|
|
sha256 = "db30bb69faeb5a47da50d4a02639276ad083e49ca0579fbdd38d21dace0497aa",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/bash-5.1.8-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/db30bb69faeb5a47da50d4a02639276ad083e49ca0579fbdd38d21dace0497aa",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "bash-0__5.1.8-9.el9.aarch64",
|
|
sha256 = "acb782e8dacd2f3efb25d0b8b1b64c59b8a60a84fc86a4fca88ede1affc68f4c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/bash-5.1.8-9.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/acb782e8dacd2f3efb25d0b8b1b64c59b8a60a84fc86a4fca88ede1affc68f4c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "bash-0__5.1.8-9.el9.s390x",
|
|
sha256 = "7f69429a343d53be5f3390e0e6032869c33cf1e9e344ee1448a4ec2998dc9d9e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/bash-5.1.8-9.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/7f69429a343d53be5f3390e0e6032869c33cf1e9e344ee1448a4ec2998dc9d9e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "bash-0__5.1.8-9.el9.x86_64",
|
|
sha256 = "823859a9e8fad83004fa0d9f698ff223f6f7d38fd8e7629509d98b5ba6764c03",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/bash-5.1.8-9.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/823859a9e8fad83004fa0d9f698ff223f6f7d38fd8e7629509d98b5ba6764c03",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "buildah-2__1.39.4-1.el9.aarch64",
|
|
sha256 = "e502f075636dadce2beb8d7364830ec2c8c9c41f97332fe66bbca958e3cab8ec",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/buildah-1.39.4-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e502f075636dadce2beb8d7364830ec2c8c9c41f97332fe66bbca958e3cab8ec",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "buildah-2__1.39.4-1.el9.s390x",
|
|
sha256 = "1c83776582ec03d144ffe116fb53f99eb1f59b654955576a031cd7a1f8aeaac4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/buildah-1.39.4-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/1c83776582ec03d144ffe116fb53f99eb1f59b654955576a031cd7a1f8aeaac4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "buildah-2__1.39.4-1.el9.x86_64",
|
|
sha256 = "4f873c8c8137d8247e3004388f6c8cf43d0e9f4fef947ec25a40c2201cc55eaf",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/buildah-1.39.4-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/4f873c8c8137d8247e3004388f6c8cf43d0e9f4fef947ec25a40c2201cc55eaf",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "bzip2-libs-0__1.0.8-10.el9.aarch64",
|
|
sha256 = "065787a932991bd8e7a705d8a977658cafab06f78cf2e405b68978a02718998e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/bzip2-libs-1.0.8-10.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/065787a932991bd8e7a705d8a977658cafab06f78cf2e405b68978a02718998e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "bzip2-libs-0__1.0.8-10.el9.s390x",
|
|
sha256 = "26d36d213959fba230d4c8550410d66e04b279ac8ccee7b8600680a87dde2d73",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/bzip2-libs-1.0.8-10.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/26d36d213959fba230d4c8550410d66e04b279ac8ccee7b8600680a87dde2d73",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "bzip2-libs-0__1.0.8-10.el9.x86_64",
|
|
sha256 = "84392815cc1a8f01c651edd17f570aa449ef6f397ae48d773d655606ea7b4c96",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/bzip2-libs-1.0.8-10.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/84392815cc1a8f01c651edd17f570aa449ef6f397ae48d773d655606ea7b4c96",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ca-certificates-0__2020.2.50-94.el9.aarch64",
|
|
sha256 = "3099471d984fb7d9e1cf42406eb08c154b34b8560742ed1f5eb9139f059c2d09",
|
|
urls = ["https://storage.googleapis.com/builddeps/3099471d984fb7d9e1cf42406eb08c154b34b8560742ed1f5eb9139f059c2d09"],
|
|
)
|
|
|
|
rpm(
|
|
name = "ca-certificates-0__2020.2.50-94.el9.x86_64",
|
|
sha256 = "3099471d984fb7d9e1cf42406eb08c154b34b8560742ed1f5eb9139f059c2d09",
|
|
urls = ["https://storage.googleapis.com/builddeps/3099471d984fb7d9e1cf42406eb08c154b34b8560742ed1f5eb9139f059c2d09"],
|
|
)
|
|
|
|
rpm(
|
|
name = "ca-certificates-0__2024.2.69_v8.0.303-91.4.el9.aarch64",
|
|
sha256 = "d18c1b9763c22dc93da804f96ad3d92b3157195c9eff6e923c33e9011df3e246",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/d18c1b9763c22dc93da804f96ad3d92b3157195c9eff6e923c33e9011df3e246",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ca-certificates-0__2024.2.69_v8.0.303-91.4.el9.s390x",
|
|
sha256 = "d18c1b9763c22dc93da804f96ad3d92b3157195c9eff6e923c33e9011df3e246",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/d18c1b9763c22dc93da804f96ad3d92b3157195c9eff6e923c33e9011df3e246",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ca-certificates-0__2024.2.69_v8.0.303-91.4.el9.x86_64",
|
|
sha256 = "d18c1b9763c22dc93da804f96ad3d92b3157195c9eff6e923c33e9011df3e246",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/ca-certificates-2024.2.69_v8.0.303-91.4.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/d18c1b9763c22dc93da804f96ad3d92b3157195c9eff6e923c33e9011df3e246",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-gpg-keys-0__9.0-12.el9.aarch64",
|
|
sha256 = "3af698b9f4dbf5368d1454df4e06cb8ffb75247b7b8385cfb0f7698f3db7d3ab",
|
|
urls = ["https://storage.googleapis.com/builddeps/3af698b9f4dbf5368d1454df4e06cb8ffb75247b7b8385cfb0f7698f3db7d3ab"],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-gpg-keys-0__9.0-12.el9.x86_64",
|
|
sha256 = "3af698b9f4dbf5368d1454df4e06cb8ffb75247b7b8385cfb0f7698f3db7d3ab",
|
|
urls = ["https://storage.googleapis.com/builddeps/3af698b9f4dbf5368d1454df4e06cb8ffb75247b7b8385cfb0f7698f3db7d3ab"],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-gpg-keys-0__9.0-26.el9.aarch64",
|
|
sha256 = "8d601d9f96356a200ad6ed8e5cb49bbac4aa3c4b762d10a23e11311daa5711ca",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/centos-gpg-keys-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/8d601d9f96356a200ad6ed8e5cb49bbac4aa3c4b762d10a23e11311daa5711ca",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-gpg-keys-0__9.0-26.el9.s390x",
|
|
sha256 = "8d601d9f96356a200ad6ed8e5cb49bbac4aa3c4b762d10a23e11311daa5711ca",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/centos-gpg-keys-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/8d601d9f96356a200ad6ed8e5cb49bbac4aa3c4b762d10a23e11311daa5711ca",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-gpg-keys-0__9.0-26.el9.x86_64",
|
|
sha256 = "8d601d9f96356a200ad6ed8e5cb49bbac4aa3c4b762d10a23e11311daa5711ca",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/8d601d9f96356a200ad6ed8e5cb49bbac4aa3c4b762d10a23e11311daa5711ca",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-logos-httpd-0__90.8-3.el9.aarch64",
|
|
sha256 = "43492450e3f69bc51abea804c8eecd649cea09c686eb4259fe9acccd5fde9b24",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/centos-logos-httpd-90.8-3.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/43492450e3f69bc51abea804c8eecd649cea09c686eb4259fe9acccd5fde9b24",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-logos-httpd-0__90.8-3.el9.s390x",
|
|
sha256 = "43492450e3f69bc51abea804c8eecd649cea09c686eb4259fe9acccd5fde9b24",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/centos-logos-httpd-90.8-3.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/43492450e3f69bc51abea804c8eecd649cea09c686eb4259fe9acccd5fde9b24",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-logos-httpd-0__90.8-3.el9.x86_64",
|
|
sha256 = "43492450e3f69bc51abea804c8eecd649cea09c686eb4259fe9acccd5fde9b24",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/centos-logos-httpd-90.8-3.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/43492450e3f69bc51abea804c8eecd649cea09c686eb4259fe9acccd5fde9b24",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-release-0__9.0-12.el9.aarch64",
|
|
sha256 = "400b77fb28443d36a6fa3c25c95e84b843ac9ae17b205651f1e2bea32c7289cc",
|
|
urls = ["https://storage.googleapis.com/builddeps/400b77fb28443d36a6fa3c25c95e84b843ac9ae17b205651f1e2bea32c7289cc"],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-release-0__9.0-12.el9.x86_64",
|
|
sha256 = "400b77fb28443d36a6fa3c25c95e84b843ac9ae17b205651f1e2bea32c7289cc",
|
|
urls = ["https://storage.googleapis.com/builddeps/400b77fb28443d36a6fa3c25c95e84b843ac9ae17b205651f1e2bea32c7289cc"],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-release-0__9.0-26.el9.aarch64",
|
|
sha256 = "3d60dc8ed86717f68394fc7468b8024557c43ac2ad97b8e40911d056cd6d64d3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/centos-stream-release-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/3d60dc8ed86717f68394fc7468b8024557c43ac2ad97b8e40911d056cd6d64d3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-release-0__9.0-26.el9.s390x",
|
|
sha256 = "3d60dc8ed86717f68394fc7468b8024557c43ac2ad97b8e40911d056cd6d64d3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/centos-stream-release-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/3d60dc8ed86717f68394fc7468b8024557c43ac2ad97b8e40911d056cd6d64d3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-release-0__9.0-26.el9.x86_64",
|
|
sha256 = "3d60dc8ed86717f68394fc7468b8024557c43ac2ad97b8e40911d056cd6d64d3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-stream-release-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/3d60dc8ed86717f68394fc7468b8024557c43ac2ad97b8e40911d056cd6d64d3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-repos-0__9.0-12.el9.aarch64",
|
|
sha256 = "d093d9f9021a8edc28843f61059a94bd8aa0109f6a9a865c2a1560cf6602a2ab",
|
|
urls = ["https://storage.googleapis.com/builddeps/d093d9f9021a8edc28843f61059a94bd8aa0109f6a9a865c2a1560cf6602a2ab"],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-repos-0__9.0-12.el9.x86_64",
|
|
sha256 = "d093d9f9021a8edc28843f61059a94bd8aa0109f6a9a865c2a1560cf6602a2ab",
|
|
urls = ["https://storage.googleapis.com/builddeps/d093d9f9021a8edc28843f61059a94bd8aa0109f6a9a865c2a1560cf6602a2ab"],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-repos-0__9.0-26.el9.aarch64",
|
|
sha256 = "eb3b55a5cf0e1a93a91cd2d39035bd1754b46f69ff3d062b3331e765b2345035",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/centos-stream-repos-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/eb3b55a5cf0e1a93a91cd2d39035bd1754b46f69ff3d062b3331e765b2345035",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-repos-0__9.0-26.el9.s390x",
|
|
sha256 = "eb3b55a5cf0e1a93a91cd2d39035bd1754b46f69ff3d062b3331e765b2345035",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/centos-stream-repos-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/eb3b55a5cf0e1a93a91cd2d39035bd1754b46f69ff3d062b3331e765b2345035",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "centos-stream-repos-0__9.0-26.el9.x86_64",
|
|
sha256 = "eb3b55a5cf0e1a93a91cd2d39035bd1754b46f69ff3d062b3331e765b2345035",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-stream-repos-9.0-26.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/eb3b55a5cf0e1a93a91cd2d39035bd1754b46f69ff3d062b3331e765b2345035",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "containers-common-2__1-130.el9.aarch64",
|
|
sha256 = "bf68671ed6df209d7f70db557fe7954d4b3bf3e75921240cf5e7c86ea3de1fd2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/containers-common-1-130.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/bf68671ed6df209d7f70db557fe7954d4b3bf3e75921240cf5e7c86ea3de1fd2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "containers-common-2__1-130.el9.s390x",
|
|
sha256 = "6cbc6936926613f75677d886c5f4d4d2a3e15b5b060dd759976685be4f2a77d3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/containers-common-1-130.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/6cbc6936926613f75677d886c5f4d4d2a3e15b5b060dd759976685be4f2a77d3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "containers-common-2__1-130.el9.x86_64",
|
|
sha256 = "f74599f26ff7593dcdd6b532d97aa920bc45a38500d247260a20cf134c7e4d90",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/containers-common-1-130.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f74599f26ff7593dcdd6b532d97aa920bc45a38500d247260a20cf134c7e4d90",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "containers-common-extra-2__1-130.el9.aarch64",
|
|
sha256 = "0bd9d7f11588478bc7a81683060f725b83944f12e69d93133af78779850efdf0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/containers-common-extra-1-130.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0bd9d7f11588478bc7a81683060f725b83944f12e69d93133af78779850efdf0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "containers-common-extra-2__1-130.el9.s390x",
|
|
sha256 = "ae7f865fbff13b863dd85859e8c2982e0470da85704bd7bc802ecb1bdcaf3295",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/containers-common-extra-1-130.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/ae7f865fbff13b863dd85859e8c2982e0470da85704bd7bc802ecb1bdcaf3295",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "containers-common-extra-2__1-130.el9.x86_64",
|
|
sha256 = "7b71e5eadea60474e51e661456f41776303412aadd00be444b2dde127dada214",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/containers-common-extra-1-130.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7b71e5eadea60474e51e661456f41776303412aadd00be444b2dde127dada214",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "coreutils-single-0__8.32-31.el9.aarch64",
|
|
sha256 = "e2d2e94d4322f41cb7331b0e8c23f937b08f37514826d78fb4ed4d1bbea3ef5b",
|
|
urls = ["https://storage.googleapis.com/builddeps/e2d2e94d4322f41cb7331b0e8c23f937b08f37514826d78fb4ed4d1bbea3ef5b"],
|
|
)
|
|
|
|
rpm(
|
|
name = "coreutils-single-0__8.32-31.el9.x86_64",
|
|
sha256 = "fcae4e00df1cb3d0eb214d166045150aede7262559bd03fc585610fe1ea59c08",
|
|
urls = ["https://storage.googleapis.com/builddeps/fcae4e00df1cb3d0eb214d166045150aede7262559bd03fc585610fe1ea59c08"],
|
|
)
|
|
|
|
rpm(
|
|
name = "coreutils-single-0__8.32-39.el9.aarch64",
|
|
sha256 = "ff8039cbb4fc624462abb4f556535fff128c99685834f6137db564d1b5a24c95",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/coreutils-single-8.32-39.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ff8039cbb4fc624462abb4f556535fff128c99685834f6137db564d1b5a24c95",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "coreutils-single-0__8.32-39.el9.s390x",
|
|
sha256 = "33f20a9d1a8dcbe9b6e587bda728a91b5b014cd0b0c979c7908135c5fed23115",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/coreutils-single-8.32-39.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/33f20a9d1a8dcbe9b6e587bda728a91b5b014cd0b0c979c7908135c5fed23115",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "coreutils-single-0__8.32-39.el9.x86_64",
|
|
sha256 = "09f7d8250c478a2931678063068adb8fccd2048d29fe9df31ca4e12c68f2ec7a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/coreutils-single-8.32-39.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/09f7d8250c478a2931678063068adb8fccd2048d29fe9df31ca4e12c68f2ec7a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cracklib-0__2.9.6-27.el9.aarch64",
|
|
sha256 = "d92900088b558cd3c96c63db24b048a0f3ea575a0f8bfe66c26df4acfcb2f811",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/cracklib-2.9.6-27.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d92900088b558cd3c96c63db24b048a0f3ea575a0f8bfe66c26df4acfcb2f811",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cracklib-0__2.9.6-27.el9.s390x",
|
|
sha256 = "f090c83e4fa8e5d170aaf13fe5c7795213d9d2ac0af16f92c60d6425a7b23253",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/cracklib-2.9.6-27.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/f090c83e4fa8e5d170aaf13fe5c7795213d9d2ac0af16f92c60d6425a7b23253",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cracklib-0__2.9.6-27.el9.x86_64",
|
|
sha256 = "be9deb2efd06b4b2c1c130acae94c687161d04830119e65a989d904ba9fd1864",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/cracklib-2.9.6-27.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/be9deb2efd06b4b2c1c130acae94c687161d04830119e65a989d904ba9fd1864",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cracklib-dicts-0__2.9.6-27.el9.aarch64",
|
|
sha256 = "bfd16ac0aebb165d43d3139448ab8eac66d4d67c9eac506c3f3bef799f1352c2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/cracklib-dicts-2.9.6-27.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/bfd16ac0aebb165d43d3139448ab8eac66d4d67c9eac506c3f3bef799f1352c2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cracklib-dicts-0__2.9.6-27.el9.s390x",
|
|
sha256 = "bac458a7a96be0b856d6c3294c5675fa159694d111fae63819f0a70dc3c6ccf0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/cracklib-dicts-2.9.6-27.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/bac458a7a96be0b856d6c3294c5675fa159694d111fae63819f0a70dc3c6ccf0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cracklib-dicts-0__2.9.6-27.el9.x86_64",
|
|
sha256 = "01df2a72fcdf988132e82764ce1a22a5a9513fa253b54e17d23058bdb53c2d85",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/cracklib-dicts-2.9.6-27.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/01df2a72fcdf988132e82764ce1a22a5a9513fa253b54e17d23058bdb53c2d85",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crun-0__1.21-1.el9.aarch64",
|
|
sha256 = "191de9c75f0d7b28013a939665cdaeb9269978ead97dca1a3676eb6156daa8d2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/crun-1.21-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/191de9c75f0d7b28013a939665cdaeb9269978ead97dca1a3676eb6156daa8d2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crun-0__1.21-1.el9.s390x",
|
|
sha256 = "0e6578a72d907800496f4c16ebd4cf950c00c3aa3d71d00b6ddde29e4dd19ecd",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/crun-1.21-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/0e6578a72d907800496f4c16ebd4cf950c00c3aa3d71d00b6ddde29e4dd19ecd",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crun-0__1.21-1.el9.x86_64",
|
|
sha256 = "b3840c5cf0c80134a6974576dfe7cf9a2ef90d9686656d7812aeac3e72763e9f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/crun-1.21-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/b3840c5cf0c80134a6974576dfe7cf9a2ef90d9686656d7812aeac3e72763e9f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crypto-policies-0__20220223-1.git5203b41.el9.aarch64",
|
|
sha256 = "9912a52ab2fcb33f39a574a84f5ca6ced9426536d4e025c29702886419a12c8f",
|
|
urls = ["https://storage.googleapis.com/builddeps/9912a52ab2fcb33f39a574a84f5ca6ced9426536d4e025c29702886419a12c8f"],
|
|
)
|
|
|
|
rpm(
|
|
name = "crypto-policies-0__20220223-1.git5203b41.el9.x86_64",
|
|
sha256 = "9912a52ab2fcb33f39a574a84f5ca6ced9426536d4e025c29702886419a12c8f",
|
|
urls = ["https://storage.googleapis.com/builddeps/9912a52ab2fcb33f39a574a84f5ca6ced9426536d4e025c29702886419a12c8f"],
|
|
)
|
|
|
|
rpm(
|
|
name = "crypto-policies-0__20250128-1.git5269e22.el9.aarch64",
|
|
sha256 = "f811d2c848f6f93a188f2d74d4ccd172e1dc88fa7919e8e203cf1df3d93571e1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/crypto-policies-20250128-1.git5269e22.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/f811d2c848f6f93a188f2d74d4ccd172e1dc88fa7919e8e203cf1df3d93571e1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crypto-policies-0__20250128-1.git5269e22.el9.s390x",
|
|
sha256 = "f811d2c848f6f93a188f2d74d4ccd172e1dc88fa7919e8e203cf1df3d93571e1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/crypto-policies-20250128-1.git5269e22.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/f811d2c848f6f93a188f2d74d4ccd172e1dc88fa7919e8e203cf1df3d93571e1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crypto-policies-0__20250128-1.git5269e22.el9.x86_64",
|
|
sha256 = "f811d2c848f6f93a188f2d74d4ccd172e1dc88fa7919e8e203cf1df3d93571e1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/crypto-policies-20250128-1.git5269e22.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/f811d2c848f6f93a188f2d74d4ccd172e1dc88fa7919e8e203cf1df3d93571e1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crypto-policies-scripts-0__20250128-1.git5269e22.el9.aarch64",
|
|
sha256 = "5f74eb28c15eca30016ed5a5210396292d35779fa9bb9e98567b58f27ed714e9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/crypto-policies-scripts-20250128-1.git5269e22.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/5f74eb28c15eca30016ed5a5210396292d35779fa9bb9e98567b58f27ed714e9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crypto-policies-scripts-0__20250128-1.git5269e22.el9.s390x",
|
|
sha256 = "5f74eb28c15eca30016ed5a5210396292d35779fa9bb9e98567b58f27ed714e9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/crypto-policies-scripts-20250128-1.git5269e22.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/5f74eb28c15eca30016ed5a5210396292d35779fa9bb9e98567b58f27ed714e9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "crypto-policies-scripts-0__20250128-1.git5269e22.el9.x86_64",
|
|
sha256 = "5f74eb28c15eca30016ed5a5210396292d35779fa9bb9e98567b58f27ed714e9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/crypto-policies-scripts-20250128-1.git5269e22.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/5f74eb28c15eca30016ed5a5210396292d35779fa9bb9e98567b58f27ed714e9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "curl-0__7.76.1-14.el9.aarch64",
|
|
sha256 = "c1ddc1be37854be9c97f0351aa585809e9d2e54c0dcbf77dbb33d85b29bc10e6",
|
|
urls = ["https://storage.googleapis.com/builddeps/c1ddc1be37854be9c97f0351aa585809e9d2e54c0dcbf77dbb33d85b29bc10e6"],
|
|
)
|
|
|
|
rpm(
|
|
name = "curl-0__7.76.1-14.el9.x86_64",
|
|
sha256 = "9fb98bd7ebb8d210b77bca1c70aac00b0f0dfc6f776157e9c7f64fd7339bff3c",
|
|
urls = ["https://storage.googleapis.com/builddeps/9fb98bd7ebb8d210b77bca1c70aac00b0f0dfc6f776157e9c7f64fd7339bff3c"],
|
|
)
|
|
|
|
rpm(
|
|
name = "curl-0__7.76.1-31.el9.aarch64",
|
|
sha256 = "342e768bc4a54dbd45575b607d3e71c3b3011428a7bce0a3074300526f46f51a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/curl-7.76.1-31.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/342e768bc4a54dbd45575b607d3e71c3b3011428a7bce0a3074300526f46f51a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "curl-0__7.76.1-31.el9.s390x",
|
|
sha256 = "ee992346a68e550e38c68144df43d75def522f8d51b8e5aca3eb17d0c160e45a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/curl-7.76.1-31.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/ee992346a68e550e38c68144df43d75def522f8d51b8e5aca3eb17d0c160e45a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "curl-0__7.76.1-31.el9.x86_64",
|
|
sha256 = "7884a48b4198a915ec412bbfd32bedee955f11119ac1c55b4afa82dd269d22dd",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/curl-7.76.1-31.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7884a48b4198a915ec412bbfd32bedee955f11119ac1c55b4afa82dd269d22dd",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cyrus-sasl-lib-0__2.1.27-21.el9.aarch64",
|
|
sha256 = "898d7094964022ca527a6596550b8d46499b3274f8c6a1ee632a98961012d80c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/cyrus-sasl-lib-2.1.27-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/898d7094964022ca527a6596550b8d46499b3274f8c6a1ee632a98961012d80c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cyrus-sasl-lib-0__2.1.27-21.el9.s390x",
|
|
sha256 = "e8954c3d19fc3aa905d09488c111df37bd5b9fe9c1eeec314420b3be2e75a74f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/cyrus-sasl-lib-2.1.27-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/e8954c3d19fc3aa905d09488c111df37bd5b9fe9c1eeec314420b3be2e75a74f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "cyrus-sasl-lib-0__2.1.27-21.el9.x86_64",
|
|
sha256 = "fd4292a29759f9531bbc876d1818e7a83ccac76907234002f598671d7b338469",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/cyrus-sasl-lib-2.1.27-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/fd4292a29759f9531bbc876d1818e7a83ccac76907234002f598671d7b338469",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-1__1.12.20-8.el9.aarch64",
|
|
sha256 = "29c244f31d9f3ae910a6b95d4d5534cdf1ea4870fc277e29876a10cf3bd193ae",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/dbus-1.12.20-8.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/29c244f31d9f3ae910a6b95d4d5534cdf1ea4870fc277e29876a10cf3bd193ae",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-1__1.12.20-8.el9.s390x",
|
|
sha256 = "a99d278716899bb35100d4c9c26a66a795d309555d8d71ef6d1739e2f44cf44d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/dbus-1.12.20-8.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/a99d278716899bb35100d4c9c26a66a795d309555d8d71ef6d1739e2f44cf44d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-1__1.12.20-8.el9.x86_64",
|
|
sha256 = "d13d52df79bb9a0a1795530a5ce1134c9c92a2a7c401dfc3827ee8bf02f60018",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/dbus-1.12.20-8.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d13d52df79bb9a0a1795530a5ce1134c9c92a2a7c401dfc3827ee8bf02f60018",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-broker-0__28-7.el9.aarch64",
|
|
sha256 = "28a7abe52040dcda6e5d941206ef6e5c47478fcc06a9f05c2ab7dacc2afa9f42",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/dbus-broker-28-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/28a7abe52040dcda6e5d941206ef6e5c47478fcc06a9f05c2ab7dacc2afa9f42",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-broker-0__28-7.el9.s390x",
|
|
sha256 = "d38a5ae851f9006000c3cd7a37310f901a02864e0272d7284c4f2db1efcd61ff",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/dbus-broker-28-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/d38a5ae851f9006000c3cd7a37310f901a02864e0272d7284c4f2db1efcd61ff",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-broker-0__28-7.el9.x86_64",
|
|
sha256 = "dd65bddd728ed08dcdba5d06b5a5af9f958e5718e8cab938783241bd8f4d1131",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/dbus-broker-28-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/dd65bddd728ed08dcdba5d06b5a5af9f958e5718e8cab938783241bd8f4d1131",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-common-1__1.12.20-8.el9.aarch64",
|
|
sha256 = "ff91286d9413256c50886a0c96b3d5d0773bd25284b9a94b28b98a5215f09a56",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/dbus-common-1.12.20-8.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/ff91286d9413256c50886a0c96b3d5d0773bd25284b9a94b28b98a5215f09a56",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-common-1__1.12.20-8.el9.s390x",
|
|
sha256 = "ff91286d9413256c50886a0c96b3d5d0773bd25284b9a94b28b98a5215f09a56",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/dbus-common-1.12.20-8.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/ff91286d9413256c50886a0c96b3d5d0773bd25284b9a94b28b98a5215f09a56",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "dbus-common-1__1.12.20-8.el9.x86_64",
|
|
sha256 = "ff91286d9413256c50886a0c96b3d5d0773bd25284b9a94b28b98a5215f09a56",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/dbus-common-1.12.20-8.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/ff91286d9413256c50886a0c96b3d5d0773bd25284b9a94b28b98a5215f09a56",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "expat-0__2.5.0-4.el9.aarch64",
|
|
sha256 = "e071ad9e4ac5e4b21adc19304c62b32ac61f0b4dfd17092939eb3eb393f912f2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/expat-2.5.0-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e071ad9e4ac5e4b21adc19304c62b32ac61f0b4dfd17092939eb3eb393f912f2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "expat-0__2.5.0-4.el9.s390x",
|
|
sha256 = "4a074438af9dcba19b3a7918d5877a6463a12a42ab0d885c120269b219723ee8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/expat-2.5.0-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/4a074438af9dcba19b3a7918d5877a6463a12a42ab0d885c120269b219723ee8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "expat-0__2.5.0-4.el9.x86_64",
|
|
sha256 = "360ed994ea2af5b3a7f37694dfdf2249d97e5e5ec2492c9223a2aec72ff8f480",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/expat-2.5.0-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/360ed994ea2af5b3a7f37694dfdf2249d97e5e5ec2492c9223a2aec72ff8f480",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "filesystem-0__3.16-2.el9.aarch64",
|
|
sha256 = "0afb1f7582830fa9c8c58a6679ab3b4ccf8bbdf1c0c76908fea1429eec8b8a53",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/filesystem-3.16-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0afb1f7582830fa9c8c58a6679ab3b4ccf8bbdf1c0c76908fea1429eec8b8a53",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "filesystem-0__3.16-2.el9.x86_64",
|
|
sha256 = "b69a472751268a1b9acd566dc7aa486fc1d6c8cb6d23f36d6a6dfead62e71475",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/filesystem-3.16-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/b69a472751268a1b9acd566dc7aa486fc1d6c8cb6d23f36d6a6dfead62e71475",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "filesystem-0__3.16-5.el9.aarch64",
|
|
sha256 = "c20f1ab9760a8ba5f2d9cb37d7e8fa27f49f91a21a46fe7ad648ff6caf237013",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/filesystem-3.16-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c20f1ab9760a8ba5f2d9cb37d7e8fa27f49f91a21a46fe7ad648ff6caf237013",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "filesystem-0__3.16-5.el9.s390x",
|
|
sha256 = "67a733fe124cda9da89f6946757800c0fe73b918a477adcf67dfbef15c995729",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/filesystem-3.16-5.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/67a733fe124cda9da89f6946757800c0fe73b918a477adcf67dfbef15c995729",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "filesystem-0__3.16-5.el9.x86_64",
|
|
sha256 = "da7750fc31248ecc606016391c3f570e1abe7422f812b29a49d830c71884e6dc",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/filesystem-3.16-5.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/da7750fc31248ecc606016391c3f570e1abe7422f812b29a49d830c71884e6dc",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gawk-0__5.1.0-6.el9.aarch64",
|
|
sha256 = "656d23c583b0705eaad75cffbe880f2ec39c7d5b7a756c6a8853c2977eec331b",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/gawk-5.1.0-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/656d23c583b0705eaad75cffbe880f2ec39c7d5b7a756c6a8853c2977eec331b",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gawk-0__5.1.0-6.el9.s390x",
|
|
sha256 = "acad833571094a674d4073b4e747e15d373e3a8b06a7e7e8aecfec6fd4860c0e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/gawk-5.1.0-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/acad833571094a674d4073b4e747e15d373e3a8b06a7e7e8aecfec6fd4860c0e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gawk-0__5.1.0-6.el9.x86_64",
|
|
sha256 = "6e6d77b76b1e89fe6f012cdc16111bea35eb4ceedac5040e5d81b5a066429af8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/gawk-5.1.0-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6e6d77b76b1e89fe6f012cdc16111bea35eb4ceedac5040e5d81b5a066429af8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gdbm-libs-1__1.23-1.el9.aarch64",
|
|
sha256 = "69754627d810b252c6202f2ef8765ca39b9c8a0b0fd6da0325a9e492dbf88f96",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/gdbm-libs-1.23-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/69754627d810b252c6202f2ef8765ca39b9c8a0b0fd6da0325a9e492dbf88f96",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gdbm-libs-1__1.23-1.el9.s390x",
|
|
sha256 = "29c9ab72536be72b9c78285ef12117633cf3e2dfd18757bcf7587cd94eb9e055",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/gdbm-libs-1.23-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/29c9ab72536be72b9c78285ef12117633cf3e2dfd18757bcf7587cd94eb9e055",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gdbm-libs-1__1.23-1.el9.x86_64",
|
|
sha256 = "cada66331cc07a4f8a0701fc1ad13c346913a0d6f913e35c0257a68b6a1e6ce0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/gdbm-libs-1.23-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/cada66331cc07a4f8a0701fc1ad13c346913a0d6f913e35c0257a68b6a1e6ce0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glib2-0__2.68.4-16.el9.aarch64",
|
|
sha256 = "6d47f73da8f765a536e2647b611017afc13ea5da440efcd9d8d92820e51320b9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/glib2-2.68.4-16.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6d47f73da8f765a536e2647b611017afc13ea5da440efcd9d8d92820e51320b9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glib2-0__2.68.4-16.el9.s390x",
|
|
sha256 = "4199c2ee05b0e4338d43903665b7f5f02bc04d3fbdf8a5cdcc33ee7ca2ef5d11",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/glib2-2.68.4-16.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/4199c2ee05b0e4338d43903665b7f5f02bc04d3fbdf8a5cdcc33ee7ca2ef5d11",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glib2-0__2.68.4-16.el9.x86_64",
|
|
sha256 = "793cbb8b6f5885a3b8a501dd5e4c0fe19141c34beeb4410fbc680424ae02ed2d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glib2-2.68.4-16.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/793cbb8b6f5885a3b8a501dd5e4c0fe19141c34beeb4410fbc680424ae02ed2d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glib2-0__2.68.4-5.el9.aarch64",
|
|
sha256 = "fa9e25b82015b5d2023d9f71582e2dc0ed13ce7fc70c29ee49797713a88b46db",
|
|
urls = ["https://storage.googleapis.com/builddeps/fa9e25b82015b5d2023d9f71582e2dc0ed13ce7fc70c29ee49797713a88b46db"],
|
|
)
|
|
|
|
rpm(
|
|
name = "glib2-0__2.68.4-5.el9.x86_64",
|
|
sha256 = "34bc8c6f001daa8dba60aee15956d7ac124e71bd7c5c99039245a4bf6e61a8f5",
|
|
urls = ["https://storage.googleapis.com/builddeps/34bc8c6f001daa8dba60aee15956d7ac124e71bd7c5c99039245a4bf6e61a8f5"],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-0__2.34-188.el9.aarch64",
|
|
sha256 = "887f6eb93623e72150c98369df24791b4be6fda3a41d44ce1b45544dc847051d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/glibc-2.34-188.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/887f6eb93623e72150c98369df24791b4be6fda3a41d44ce1b45544dc847051d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-0__2.34-188.el9.s390x",
|
|
sha256 = "75f2a475b01e6eb587fd339b300338b759018c8dd08def9ae219031b80e8456b",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/glibc-2.34-188.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/75f2a475b01e6eb587fd339b300338b759018c8dd08def9ae219031b80e8456b",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-0__2.34-188.el9.x86_64",
|
|
sha256 = "2aa14454e87f84f4b207f7474b7e16dc2fcbca1b5363872843cff214a6a3b626",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-2.34-188.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/2aa14454e87f84f4b207f7474b7e16dc2fcbca1b5363872843cff214a6a3b626",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-0__2.34-29.el9.aarch64",
|
|
sha256 = "6c8ec68d34d1abc0c8438ef1db2e77f5decee74869a1116766ed44c03690a234",
|
|
urls = ["https://storage.googleapis.com/builddeps/6c8ec68d34d1abc0c8438ef1db2e77f5decee74869a1116766ed44c03690a234"],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-0__2.34-29.el9.x86_64",
|
|
sha256 = "900ac0b0ffe6dec1167f3b67335b811c9d95a2f50885b980950f4b527c500b67",
|
|
urls = ["https://storage.googleapis.com/builddeps/900ac0b0ffe6dec1167f3b67335b811c9d95a2f50885b980950f4b527c500b67"],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-common-0__2.34-188.el9.aarch64",
|
|
sha256 = "28a001d4e1e098f3c1a270306d6bcc2944e4135dd08a3e73fead5237e6810446",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/glibc-common-2.34-188.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/28a001d4e1e098f3c1a270306d6bcc2944e4135dd08a3e73fead5237e6810446",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-common-0__2.34-188.el9.s390x",
|
|
sha256 = "7005b49efc7e463f03d8ac481a873a7d065e14e457510975d42bb196e5120a73",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/glibc-common-2.34-188.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/7005b49efc7e463f03d8ac481a873a7d065e14e457510975d42bb196e5120a73",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-common-0__2.34-188.el9.x86_64",
|
|
sha256 = "300617ab2c06a90a0f718cf78a93f7ba51741209e1608aa6757e1d0dc1a5328a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-common-2.34-188.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/300617ab2c06a90a0f718cf78a93f7ba51741209e1608aa6757e1d0dc1a5328a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-common-0__2.34-29.el9.aarch64",
|
|
sha256 = "e34e7a2e2767ff4d68866064f980600f2fedaeb5232aec960de45a02b37f8406",
|
|
urls = ["https://storage.googleapis.com/builddeps/e34e7a2e2767ff4d68866064f980600f2fedaeb5232aec960de45a02b37f8406"],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-common-0__2.34-29.el9.x86_64",
|
|
sha256 = "da8be2ae89b50cf060786b8338430f6260c69f3afda1afea43ba99cb9c6f5b3a",
|
|
urls = ["https://storage.googleapis.com/builddeps/da8be2ae89b50cf060786b8338430f6260c69f3afda1afea43ba99cb9c6f5b3a"],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-minimal-langpack-0__2.34-188.el9.aarch64",
|
|
sha256 = "f13c483540c7ec49512bd662ac8d947c53a27ba89a6ec8405558d7eef8c9d836",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/glibc-minimal-langpack-2.34-188.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f13c483540c7ec49512bd662ac8d947c53a27ba89a6ec8405558d7eef8c9d836",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-minimal-langpack-0__2.34-188.el9.s390x",
|
|
sha256 = "59cdfbe60f13c31a6e4c4b41a280cde5ffce5021142ec22b6705b1c441fbd891",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/glibc-minimal-langpack-2.34-188.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/59cdfbe60f13c31a6e4c4b41a280cde5ffce5021142ec22b6705b1c441fbd891",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-minimal-langpack-0__2.34-188.el9.x86_64",
|
|
sha256 = "7a103e2d70aed866ce1f3b35f403a1c93ae26f59f099a701f9442c86b109f409",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/glibc-minimal-langpack-2.34-188.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7a103e2d70aed866ce1f3b35f403a1c93ae26f59f099a701f9442c86b109f409",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-minimal-langpack-0__2.34-29.el9.aarch64",
|
|
sha256 = "b5958ea033b10b6c571f81a8b8c9f7f1619c72c2f4e910f677df625df32170d6",
|
|
urls = ["https://storage.googleapis.com/builddeps/b5958ea033b10b6c571f81a8b8c9f7f1619c72c2f4e910f677df625df32170d6"],
|
|
)
|
|
|
|
rpm(
|
|
name = "glibc-minimal-langpack-0__2.34-29.el9.x86_64",
|
|
sha256 = "5ffe9c07ee24f50d6c94a574ca5e89fffe336a7ee004ba362e8ebaff62f47186",
|
|
urls = ["https://storage.googleapis.com/builddeps/5ffe9c07ee24f50d6c94a574ca5e89fffe336a7ee004ba362e8ebaff62f47186"],
|
|
)
|
|
|
|
rpm(
|
|
name = "gmp-1__6.2.0-10.el9.aarch64",
|
|
sha256 = "1fe837ca20f20f8291a32c0f4673ea2560f94d75d25ab5131f6ae271694a4b44",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/gmp-6.2.0-10.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1fe837ca20f20f8291a32c0f4673ea2560f94d75d25ab5131f6ae271694a4b44",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gmp-1__6.2.0-10.el9.x86_64",
|
|
sha256 = "1a6ededc80029ef258288ddbf24bcce7c6228647841416950c88e3f14b7258a2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/gmp-6.2.0-10.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1a6ededc80029ef258288ddbf24bcce7c6228647841416950c88e3f14b7258a2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gmp-1__6.2.0-13.el9.aarch64",
|
|
sha256 = "01716c2de2af5ddce80cfc2f81fbcabe50670583f8d3ebf8af1058982edb9c70",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/gmp-6.2.0-13.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/01716c2de2af5ddce80cfc2f81fbcabe50670583f8d3ebf8af1058982edb9c70",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gmp-1__6.2.0-13.el9.s390x",
|
|
sha256 = "c26b4f2d1e2c6a9a3b683d1909df8f788a261fcc8e766ded00a96681e5dc62d2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/gmp-6.2.0-13.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/c26b4f2d1e2c6a9a3b683d1909df8f788a261fcc8e766ded00a96681e5dc62d2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gmp-1__6.2.0-13.el9.x86_64",
|
|
sha256 = "b6d592895ccc0fcad6106cd41800cd9d68e5384c418e53a2c3ff2ac8c8b15a33",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/gmp-6.2.0-13.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/b6d592895ccc0fcad6106cd41800cd9d68e5384c418e53a2c3ff2ac8c8b15a33",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gnupg2-0__2.3.3-4.el9.aarch64",
|
|
sha256 = "ea254e4f615d3865263236e433e3fe674fd58b842134e72f07db80a50df0f0cb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/gnupg2-2.3.3-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ea254e4f615d3865263236e433e3fe674fd58b842134e72f07db80a50df0f0cb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gnupg2-0__2.3.3-4.el9.s390x",
|
|
sha256 = "79f4d4ce2953babbca0f5ba558b633e8e2a03bb5745f6e9340dfe83c7181c782",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/gnupg2-2.3.3-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/79f4d4ce2953babbca0f5ba558b633e8e2a03bb5745f6e9340dfe83c7181c782",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gnupg2-0__2.3.3-4.el9.x86_64",
|
|
sha256 = "03e7697ffc0ae9301c30adccfe28d3b100063e5d2c7c5f87dc21f1c56af4052f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/gnupg2-2.3.3-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/03e7697ffc0ae9301c30adccfe28d3b100063e5d2c7c5f87dc21f1c56af4052f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gnutls-0__3.7.3-9.el9.aarch64",
|
|
sha256 = "0f608bc35b5ec94c3b2512731089d7c8ab416499aa9840093a0ee41b6418f29c",
|
|
urls = ["https://storage.googleapis.com/builddeps/0f608bc35b5ec94c3b2512731089d7c8ab416499aa9840093a0ee41b6418f29c"],
|
|
)
|
|
|
|
rpm(
|
|
name = "gnutls-0__3.7.3-9.el9.x86_64",
|
|
sha256 = "f6781dc8504214040301843ccd95e2e43351208092d5c01587463d3065efc4b3",
|
|
urls = ["https://storage.googleapis.com/builddeps/f6781dc8504214040301843ccd95e2e43351208092d5c01587463d3065efc4b3"],
|
|
)
|
|
|
|
rpm(
|
|
name = "gnutls-0__3.8.3-6.el9.aarch64",
|
|
sha256 = "98953b8f2b13767a37b90f5e055df8b26a73c98f6040d5f1b8985f3fbfe9e609",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/gnutls-3.8.3-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/98953b8f2b13767a37b90f5e055df8b26a73c98f6040d5f1b8985f3fbfe9e609",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gnutls-0__3.8.3-6.el9.s390x",
|
|
sha256 = "76b9181f48730d9abe4108991a5bbe3ad91025673a21adae930a564834063bad",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/gnutls-3.8.3-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/76b9181f48730d9abe4108991a5bbe3ad91025673a21adae930a564834063bad",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gnutls-0__3.8.3-6.el9.x86_64",
|
|
sha256 = "97364bd099856650cdbcc18448e85a3cc6a3cebc9513190a1b4d7016132920d9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/gnutls-3.8.3-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/97364bd099856650cdbcc18448e85a3cc6a3cebc9513190a1b4d7016132920d9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gpgme-0__1.15.1-6.el9.aarch64",
|
|
sha256 = "590f495d6b2176f692038dae2a8a80b6edcc9294574f9ba16cb0713829b137a2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/gpgme-1.15.1-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/590f495d6b2176f692038dae2a8a80b6edcc9294574f9ba16cb0713829b137a2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gpgme-0__1.15.1-6.el9.s390x",
|
|
sha256 = "76e6cd72d0203e559e10c1e8f62f2eee4d53e7be767108cf973cb260fab2b3a1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/gpgme-1.15.1-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/76e6cd72d0203e559e10c1e8f62f2eee4d53e7be767108cf973cb260fab2b3a1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gpgme-0__1.15.1-6.el9.x86_64",
|
|
sha256 = "c5afb08432a50112929dafd7430e6af28fbad3273a6ba81571ed1dbf37d83cf7",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/gpgme-1.15.1-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c5afb08432a50112929dafd7430e6af28fbad3273a6ba81571ed1dbf37d83cf7",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "grep-0__3.6-5.el9.aarch64",
|
|
sha256 = "33bdf571a62cb8b7d659617e9278e46043aa936f8e963202750d19463a805f60",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/grep-3.6-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/33bdf571a62cb8b7d659617e9278e46043aa936f8e963202750d19463a805f60",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "grep-0__3.6-5.el9.s390x",
|
|
sha256 = "b6b83738fc6afb9ba28d0c2c57eaf17cdbe5b26ff89a8da17812dd261045df3e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/grep-3.6-5.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/b6b83738fc6afb9ba28d0c2c57eaf17cdbe5b26ff89a8da17812dd261045df3e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "grep-0__3.6-5.el9.x86_64",
|
|
sha256 = "10a41b66b1fbd6eb055178e22c37199e5b49b4852e77c806f7af7211044a4a55",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/grep-3.6-5.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/10a41b66b1fbd6eb055178e22c37199e5b49b4852e77c806f7af7211044a4a55",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gzip-0__1.12-1.el9.aarch64",
|
|
sha256 = "5a39a441dad01ccc8af601f1cca5bed46ac231fbdbe39ea3202bd54cf9390d81",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/gzip-1.12-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/5a39a441dad01ccc8af601f1cca5bed46ac231fbdbe39ea3202bd54cf9390d81",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gzip-0__1.12-1.el9.s390x",
|
|
sha256 = "72b8b818027d9d716be069743c03431f057ce5af62b38273c249990890cbc504",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/gzip-1.12-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/72b8b818027d9d716be069743c03431f057ce5af62b38273c249990890cbc504",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "gzip-0__1.12-1.el9.x86_64",
|
|
sha256 = "e8d7783c666a58ab870246b04eb0ea22965123fe284697d2c0e1e6dbf10ea861",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/gzip-1.12-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e8d7783c666a58ab870246b04eb0ea22965123fe284697d2c0e1e6dbf10ea861",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "iptables-libs-0__1.8.10-11.el9.aarch64",
|
|
sha256 = "097df125f6836f5dbdce2f3e961a649cd2e15b5f2a8164267c7c98b281ab60e4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/iptables-libs-1.8.10-11.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/097df125f6836f5dbdce2f3e961a649cd2e15b5f2a8164267c7c98b281ab60e4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "iptables-libs-0__1.8.10-11.el9.s390x",
|
|
sha256 = "469bd3ae07fb31f648a81d8ffa6b5053ee647b4c5dffcbcfbf11081921231715",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/iptables-libs-1.8.10-11.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/469bd3ae07fb31f648a81d8ffa6b5053ee647b4c5dffcbcfbf11081921231715",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "iptables-libs-0__1.8.10-11.el9.x86_64",
|
|
sha256 = "7ffd51ff29c86e31d36ff9518dead9fd403034824e874b069a24c6587d4e1084",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/iptables-libs-1.8.10-11.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7ffd51ff29c86e31d36ff9518dead9fd403034824e874b069a24c6587d4e1084",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "iptables-nft-0__1.8.10-11.el9.aarch64",
|
|
sha256 = "f6a8ddd687f1af180d4a7a24557b209952b393e279ba36443d4a5daeb7cd11aa",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/iptables-nft-1.8.10-11.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f6a8ddd687f1af180d4a7a24557b209952b393e279ba36443d4a5daeb7cd11aa",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "iptables-nft-0__1.8.10-11.el9.s390x",
|
|
sha256 = "25b42aa1f8d225271d4e21e6e35c494454f6a09663ac8ecc29c9b5b0c00c6742",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/iptables-nft-1.8.10-11.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/25b42aa1f8d225271d4e21e6e35c494454f6a09663ac8ecc29c9b5b0c00c6742",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "iptables-nft-0__1.8.10-11.el9.x86_64",
|
|
sha256 = "e87505a08fc8cf99f8de8e235ab3bc339048815e9550b45557a659aeb76789ac",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/iptables-nft-1.8.10-11.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e87505a08fc8cf99f8de8e235ab3bc339048815e9550b45557a659aeb76789ac",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "jansson-0__2.14-1.el9.aarch64",
|
|
sha256 = "23a8033dae909a6b87db199e04ecbc9798820b1b939e12d51733fed4554b9279",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/jansson-2.14-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/23a8033dae909a6b87db199e04ecbc9798820b1b939e12d51733fed4554b9279",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "jansson-0__2.14-1.el9.s390x",
|
|
sha256 = "ec1863fd2bd9672ecb0bd4f77d929dad04f253330a41307300f485ae13d017e5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/jansson-2.14-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/ec1863fd2bd9672ecb0bd4f77d929dad04f253330a41307300f485ae13d017e5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "jansson-0__2.14-1.el9.x86_64",
|
|
sha256 = "c3fb9f8020f978f9b392709996e62e4ddb6cb19074635af3338487195b688f66",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/jansson-2.14-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c3fb9f8020f978f9b392709996e62e4ddb6cb19074635af3338487195b688f66",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "keyutils-libs-0__1.6.1-4.el9.aarch64",
|
|
sha256 = "bb0cc6cde590e58d76610c5d0d0811f20603758f63a604f10289a170bcde4e0f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/keyutils-libs-1.6.1-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/bb0cc6cde590e58d76610c5d0d0811f20603758f63a604f10289a170bcde4e0f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "keyutils-libs-0__1.6.1-4.el9.x86_64",
|
|
sha256 = "56c94b7b30b5e5b1411b0053fd62edf408d59fc2260d7d31883a97a667342d6f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/keyutils-libs-1.6.1-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/56c94b7b30b5e5b1411b0053fd62edf408d59fc2260d7d31883a97a667342d6f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "keyutils-libs-0__1.6.3-1.el9.aarch64",
|
|
sha256 = "5d97ee3ed28533eb2ea01a6be97696fbbbc72f8178dcf7f1acf30e674a298a6e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/keyutils-libs-1.6.3-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/5d97ee3ed28533eb2ea01a6be97696fbbbc72f8178dcf7f1acf30e674a298a6e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "keyutils-libs-0__1.6.3-1.el9.s390x",
|
|
sha256 = "954b22cc636f29363edc7a29c24cb05039929ca71780174b8ec4dc495af314ef",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/keyutils-libs-1.6.3-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/954b22cc636f29363edc7a29c24cb05039929ca71780174b8ec4dc495af314ef",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "keyutils-libs-0__1.6.3-1.el9.x86_64",
|
|
sha256 = "aef982501694486a27411c68698886d76ec70c5cd10bfe619501e7e4c36f50a9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/keyutils-libs-1.6.3-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/aef982501694486a27411c68698886d76ec70c5cd10bfe619501e7e4c36f50a9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "kmod-libs-0__28-10.el9.aarch64",
|
|
sha256 = "5da40af25f9af3e6ce1ff8dd751da596073dd0adf15dcf44c393330ff0346355",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/kmod-libs-28-10.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/5da40af25f9af3e6ce1ff8dd751da596073dd0adf15dcf44c393330ff0346355",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "kmod-libs-0__28-10.el9.s390x",
|
|
sha256 = "7011810fca95064c8d78e55071716ec1dd5bc7b9836f662c195a282f4f4e5d0a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/kmod-libs-28-10.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/7011810fca95064c8d78e55071716ec1dd5bc7b9836f662c195a282f4f4e5d0a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "kmod-libs-0__28-10.el9.x86_64",
|
|
sha256 = "79deb68a50b02b69df260fdb6e5c29f1b992290968ac6b07e7b249b2bdbc8ced",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/kmod-libs-28-10.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/79deb68a50b02b69df260fdb6e5c29f1b992290968ac6b07e7b249b2bdbc8ced",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "krb5-libs-0__1.19.1-15.el9.aarch64",
|
|
sha256 = "a8fdd4663601dc6713469d8c03daa9e77bcb32e2d82bc139e02797236005bb84",
|
|
urls = ["https://storage.googleapis.com/builddeps/a8fdd4663601dc6713469d8c03daa9e77bcb32e2d82bc139e02797236005bb84"],
|
|
)
|
|
|
|
rpm(
|
|
name = "krb5-libs-0__1.19.1-15.el9.x86_64",
|
|
sha256 = "d474a74d1902ee733799e50519bca7cc430e67f15fdc91a264a0d34e87ebc5a5",
|
|
urls = ["https://storage.googleapis.com/builddeps/d474a74d1902ee733799e50519bca7cc430e67f15fdc91a264a0d34e87ebc5a5"],
|
|
)
|
|
|
|
rpm(
|
|
name = "krb5-libs-0__1.21.1-6.el9.aarch64",
|
|
sha256 = "18b00f8af16d6ee5d2f363b24acac4a2f24b1c7e38636fe30cd2633492c90aba",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/krb5-libs-1.21.1-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/18b00f8af16d6ee5d2f363b24acac4a2f24b1c7e38636fe30cd2633492c90aba",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "krb5-libs-0__1.21.1-6.el9.s390x",
|
|
sha256 = "5e4a0f073e6c6ca18b0c181228f155778c997c4d9f08ba58817d8f1adbadde56",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/krb5-libs-1.21.1-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/5e4a0f073e6c6ca18b0c181228f155778c997c4d9f08ba58817d8f1adbadde56",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "krb5-libs-0__1.21.1-6.el9.x86_64",
|
|
sha256 = "50edf4089d0480048aeba2bfd736b93aa89dc25735cd02e80bad57e562e1e001",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/krb5-libs-1.21.1-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/50edf4089d0480048aeba2bfd736b93aa89dc25735cd02e80bad57e562e1e001",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libacl-0__2.3.1-3.el9.aarch64",
|
|
sha256 = "4975593414dfa1e822cd108e988d18453c2ff036b03e4cdbf38db0afb45e0c92",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libacl-2.3.1-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/4975593414dfa1e822cd108e988d18453c2ff036b03e4cdbf38db0afb45e0c92",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libacl-0__2.3.1-3.el9.x86_64",
|
|
sha256 = "fd829e9a03f6d321313002d6fcb37ee0434f548aa75fcd3ecdbdd891115de6a7",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libacl-2.3.1-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/fd829e9a03f6d321313002d6fcb37ee0434f548aa75fcd3ecdbdd891115de6a7",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libacl-0__2.3.1-4.el9.aarch64",
|
|
sha256 = "90e4392e312cd793eeba4cd68bd12836a882ac37356c784806d67a0cd1d48c25",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libacl-2.3.1-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/90e4392e312cd793eeba4cd68bd12836a882ac37356c784806d67a0cd1d48c25",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libacl-0__2.3.1-4.el9.s390x",
|
|
sha256 = "bfdd2316c1742032df9b15d1a91ff2e3674faeae1e27e4a851165e5c6bb666f5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libacl-2.3.1-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/bfdd2316c1742032df9b15d1a91ff2e3674faeae1e27e4a851165e5c6bb666f5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libacl-0__2.3.1-4.el9.x86_64",
|
|
sha256 = "60a3affaa1c387fd6f72dd65aa7ad619a1830947823abb4b29e7b9fcb4c9d27c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libacl-2.3.1-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/60a3affaa1c387fd6f72dd65aa7ad619a1830947823abb4b29e7b9fcb4c9d27c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libaio-0__0.3.111-13.el9.aarch64",
|
|
sha256 = "1730d732818fa2471b5cd461175ceda18e909410db8a32185d8db2aa7461130c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libaio-0.3.111-13.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1730d732818fa2471b5cd461175ceda18e909410db8a32185d8db2aa7461130c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libaio-0__0.3.111-13.el9.s390x",
|
|
sha256 = "b4adecd95273b4ae7590b84ecbed5a7b4a1795066bab430d15f04eb82bb9dc1c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libaio-0.3.111-13.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/b4adecd95273b4ae7590b84ecbed5a7b4a1795066bab430d15f04eb82bb9dc1c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libaio-0__0.3.111-13.el9.x86_64",
|
|
sha256 = "7d9d4d37e86ba94bb941e2dad40c90a157aaa0602f02f3f90e76086515f439be",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libaio-0.3.111-13.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7d9d4d37e86ba94bb941e2dad40c90a157aaa0602f02f3f90e76086515f439be",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libassuan-0__2.5.5-3.el9.aarch64",
|
|
sha256 = "3efd507e48ef013bba5ca3c36a1c99923ded4f498827f927298d69f9fd06b1d0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libassuan-2.5.5-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3efd507e48ef013bba5ca3c36a1c99923ded4f498827f927298d69f9fd06b1d0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libassuan-0__2.5.5-3.el9.s390x",
|
|
sha256 = "56a2e5e9e6c2fde071486b174eeecec2631d3b40a6bfc036019e5cd6e590a49c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libassuan-2.5.5-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/56a2e5e9e6c2fde071486b174eeecec2631d3b40a6bfc036019e5cd6e590a49c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libassuan-0__2.5.5-3.el9.x86_64",
|
|
sha256 = "3f7ab80145768029619033b31406a9aeef8c8f0d42a0c94ad464d8a3405e12b0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libassuan-2.5.5-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3f7ab80145768029619033b31406a9aeef8c8f0d42a0c94ad464d8a3405e12b0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libatomic-0__11.5.0-5.el9.aarch64",
|
|
sha256 = "b2c8f9f3aa0e766c5f81cf0f79fb141ba8bef9ee64c4567215fb4c23053dc471",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libatomic-11.5.0-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/b2c8f9f3aa0e766c5f81cf0f79fb141ba8bef9ee64c4567215fb4c23053dc471",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libattr-0__2.5.1-3.el9.aarch64",
|
|
sha256 = "a0101ccea66aef376f4067c1002ebdfb5dbeeecd334047459b3855eff17a6fda",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libattr-2.5.1-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a0101ccea66aef376f4067c1002ebdfb5dbeeecd334047459b3855eff17a6fda",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libattr-0__2.5.1-3.el9.s390x",
|
|
sha256 = "c37335be62aaca9f21f2b0b0312d3800e245f6e70fa8b57d03ab89cce863f2be",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libattr-2.5.1-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/c37335be62aaca9f21f2b0b0312d3800e245f6e70fa8b57d03ab89cce863f2be",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libattr-0__2.5.1-3.el9.x86_64",
|
|
sha256 = "d4db095a015e84065f27a642ee7829cd1690041ba8c51501f908cc34760c9409",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libattr-2.5.1-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d4db095a015e84065f27a642ee7829cd1690041ba8c51501f908cc34760c9409",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libblkid-0__2.37.2-1.el9.aarch64",
|
|
sha256 = "32dc0d2954245d958516ef05860485d2360e0eb697abada4968953b501dfcc7a",
|
|
urls = ["https://storage.googleapis.com/builddeps/32dc0d2954245d958516ef05860485d2360e0eb697abada4968953b501dfcc7a"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libblkid-0__2.37.2-1.el9.x86_64",
|
|
sha256 = "f5cf36e8081c2d72e9dd64dd1614155857dd6e71ebb2237e5b0e11ace5481bac",
|
|
urls = ["https://storage.googleapis.com/builddeps/f5cf36e8081c2d72e9dd64dd1614155857dd6e71ebb2237e5b0e11ace5481bac"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libblkid-0__2.37.4-21.el9.aarch64",
|
|
sha256 = "ddbde77138e33d01fe88e275f351f8f31754eb26ac5665190437049e867f2b17",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libblkid-2.37.4-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ddbde77138e33d01fe88e275f351f8f31754eb26ac5665190437049e867f2b17",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libblkid-0__2.37.4-21.el9.s390x",
|
|
sha256 = "28b355ddec6b299b6526c80032cd3f9a74fbf7f965bb3c425352a7e616cab287",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libblkid-2.37.4-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/28b355ddec6b299b6526c80032cd3f9a74fbf7f965bb3c425352a7e616cab287",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libblkid-0__2.37.4-21.el9.x86_64",
|
|
sha256 = "2433f8829f894c7c5ba0639eb37a18a92632d4f9383551c901434b4353f96fc4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libblkid-2.37.4-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/2433f8829f894c7c5ba0639eb37a18a92632d4f9383551c901434b4353f96fc4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcap-0__2.48-8.el9.aarch64",
|
|
sha256 = "881d4e7729633ce71b1a6bab3a84c1f79d5e7c49ef3ffdc1bc703cdd7ae3cd81",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libcap-2.48-8.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/881d4e7729633ce71b1a6bab3a84c1f79d5e7c49ef3ffdc1bc703cdd7ae3cd81",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcap-0__2.48-8.el9.x86_64",
|
|
sha256 = "c41f91075ee8ca480c2631a485bcc74876b9317b4dc9bd66566da32313621bd7",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcap-2.48-8.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c41f91075ee8ca480c2631a485bcc74876b9317b4dc9bd66566da32313621bd7",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcap-0__2.48-9.el9.aarch64",
|
|
sha256 = "2d78c324f8f8d9a14042995ab6e4c063c7d0a6acec1be07ac0d0d2c1a6de0ca5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libcap-2.48-9.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/2d78c324f8f8d9a14042995ab6e4c063c7d0a6acec1be07ac0d0d2c1a6de0ca5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcap-0__2.48-9.el9.s390x",
|
|
sha256 = "5c0d3fa01feeda3389847de7c0cd8d2631c26f0e929f609f176cbb661e09a8a2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libcap-2.48-9.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/5c0d3fa01feeda3389847de7c0cd8d2631c26f0e929f609f176cbb661e09a8a2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcap-0__2.48-9.el9.x86_64",
|
|
sha256 = "7d07ec8a6a0975d84c66adf21c885c41a5571ecb631055959265c60fda314111",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcap-2.48-9.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7d07ec8a6a0975d84c66adf21c885c41a5571ecb631055959265c60fda314111",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcap-ng-0__0.8.2-7.el9.aarch64",
|
|
sha256 = "1dfa7208abe1af5522523cabdabb73783ed1df4424dc8846eab8a570d010deaa",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libcap-ng-0.8.2-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1dfa7208abe1af5522523cabdabb73783ed1df4424dc8846eab8a570d010deaa",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcap-ng-0__0.8.2-7.el9.s390x",
|
|
sha256 = "9b68fda78e685d347ae1b9e937613125d01d7c8cdb06226e3c57e6cb08b9f306",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libcap-ng-0.8.2-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/9b68fda78e685d347ae1b9e937613125d01d7c8cdb06226e3c57e6cb08b9f306",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcap-ng-0__0.8.2-7.el9.x86_64",
|
|
sha256 = "62429b788acfb40dbc9da9951690c11e907e230879c790d139f73d0e85dd76f4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcap-ng-0.8.2-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/62429b788acfb40dbc9da9951690c11e907e230879c790d139f73d0e85dd76f4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcom_err-0__1.46.5-2.el9.aarch64",
|
|
sha256 = "77acee74fb925c5dc291691b23179a5b508372328696b8881627cc64f16bb2b5",
|
|
urls = ["https://storage.googleapis.com/builddeps/77acee74fb925c5dc291691b23179a5b508372328696b8881627cc64f16bb2b5"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcom_err-0__1.46.5-2.el9.x86_64",
|
|
sha256 = "579ca33574aca28a1c0de7951f6b183b5f2567cb01dfc40185e7b1f14da7f2c2",
|
|
urls = ["https://storage.googleapis.com/builddeps/579ca33574aca28a1c0de7951f6b183b5f2567cb01dfc40185e7b1f14da7f2c2"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcom_err-0__1.46.5-7.el9.aarch64",
|
|
sha256 = "5186fb058bd91d4a1a0b00a8aa80b1adafaf9b1f10d9cf2037ebe92d092e2ecf",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libcom_err-1.46.5-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/5186fb058bd91d4a1a0b00a8aa80b1adafaf9b1f10d9cf2037ebe92d092e2ecf",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcom_err-0__1.46.5-7.el9.s390x",
|
|
sha256 = "ebcf2edc91d15da5dd74104d6df8cf7ae5219635cb6c4288ac80545ee2746dad",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libcom_err-1.46.5-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/ebcf2edc91d15da5dd74104d6df8cf7ae5219635cb6c4288ac80545ee2746dad",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcom_err-0__1.46.5-7.el9.x86_64",
|
|
sha256 = "d11e18dbfddd56538c476851d98bd96795f34045e14ebe7b3285f225c4b4b189",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcom_err-1.46.5-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d11e18dbfddd56538c476851d98bd96795f34045e14ebe7b3285f225c4b4b189",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcurl-minimal-0__7.76.1-14.el9.aarch64",
|
|
sha256 = "7e50f6b6f25c0855a9a509d5b205795ee4e73b18c5f8e7732f072f43d1a6714f",
|
|
urls = ["https://storage.googleapis.com/builddeps/7e50f6b6f25c0855a9a509d5b205795ee4e73b18c5f8e7732f072f43d1a6714f"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcurl-minimal-0__7.76.1-14.el9.x86_64",
|
|
sha256 = "c3de56deffbd012d1b0069d1f41593d9d1414de15ea04074a0f0749884690e67",
|
|
urls = ["https://storage.googleapis.com/builddeps/c3de56deffbd012d1b0069d1f41593d9d1414de15ea04074a0f0749884690e67"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcurl-minimal-0__7.76.1-31.el9.aarch64",
|
|
sha256 = "9c0ec87af11f82ac5a2a4e6be45617b80737435a89c2be6a90a0e4b380e63053",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libcurl-minimal-7.76.1-31.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/9c0ec87af11f82ac5a2a4e6be45617b80737435a89c2be6a90a0e4b380e63053",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcurl-minimal-0__7.76.1-31.el9.s390x",
|
|
sha256 = "ece81fe8aa2bfd5ff0c98cfdafe110a5e023184101ace9196d38a49665639b6f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libcurl-minimal-7.76.1-31.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/ece81fe8aa2bfd5ff0c98cfdafe110a5e023184101ace9196d38a49665639b6f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libcurl-minimal-0__7.76.1-31.el9.x86_64",
|
|
sha256 = "6438485e38465ee944e25abedcf4a1761564fe5202f05a02c71e4c880255b539",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libcurl-minimal-7.76.1-31.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6438485e38465ee944e25abedcf4a1761564fe5202f05a02c71e4c880255b539",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libdb-0__5.3.28-55.el9.aarch64",
|
|
sha256 = "e8d47189a01859ac933f767d52c2f4042b884f78e896ed6f42e45db23c4579df",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libdb-5.3.28-55.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e8d47189a01859ac933f767d52c2f4042b884f78e896ed6f42e45db23c4579df",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libdb-0__5.3.28-55.el9.s390x",
|
|
sha256 = "c69d2091b590fb864f51cb78709bd26004d8afd0322d7c202ca70e340c084606",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libdb-5.3.28-55.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/c69d2091b590fb864f51cb78709bd26004d8afd0322d7c202ca70e340c084606",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libdb-0__5.3.28-55.el9.x86_64",
|
|
sha256 = "e28608db5eaa3ee38e8bc0d6be1831048da1e638920a6f16a8084e72e2ebf6c9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libdb-5.3.28-55.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e28608db5eaa3ee38e8bc0d6be1831048da1e638920a6f16a8084e72e2ebf6c9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libeconf-0__0.4.1-4.el9.aarch64",
|
|
sha256 = "c221c71bfd8f6692e305a4e0c0025c4789ab04661c11a1a18c34c3f873f1276f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libeconf-0.4.1-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c221c71bfd8f6692e305a4e0c0025c4789ab04661c11a1a18c34c3f873f1276f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libeconf-0__0.4.1-4.el9.s390x",
|
|
sha256 = "1ee2d8e7b48a5e9616c1f7a5b019e0aa054a80b5962d972104d78d095b2e926d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libeconf-0.4.1-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/1ee2d8e7b48a5e9616c1f7a5b019e0aa054a80b5962d972104d78d095b2e926d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libeconf-0__0.4.1-4.el9.x86_64",
|
|
sha256 = "ed519cc2e9031e2bf03275b28c7cca6520ae916d0a7edbbc69f327c1b70ed6cc",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libeconf-0.4.1-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ed519cc2e9031e2bf03275b28c7cca6520ae916d0a7edbbc69f327c1b70ed6cc",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libevent-0__2.1.12-8.el9.aarch64",
|
|
sha256 = "abea343484ceb42612ce394cf7cf0a191ae7d6ea93391fa32721ff7e04b0bb28",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libevent-2.1.12-8.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/abea343484ceb42612ce394cf7cf0a191ae7d6ea93391fa32721ff7e04b0bb28",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libevent-0__2.1.12-8.el9.s390x",
|
|
sha256 = "5c1bdffe7f5dfc8175e2b06acbb4154b272205c40d3c19b88a0d1fde095728b0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libevent-2.1.12-8.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/5c1bdffe7f5dfc8175e2b06acbb4154b272205c40d3c19b88a0d1fde095728b0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libevent-0__2.1.12-8.el9.x86_64",
|
|
sha256 = "5683f51c9b02d5f4a3324dc6dacb3a84f0c3710cdc46fa7f04df64b60d38a62b",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libevent-2.1.12-8.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/5683f51c9b02d5f4a3324dc6dacb3a84f0c3710cdc46fa7f04df64b60d38a62b",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libfdisk-0__2.37.4-21.el9.aarch64",
|
|
sha256 = "e8c908711f60ab15256f368ee1a5d9b4570e2c19139ec52bb73876d379f98f7a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libfdisk-2.37.4-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e8c908711f60ab15256f368ee1a5d9b4570e2c19139ec52bb73876d379f98f7a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libfdisk-0__2.37.4-21.el9.s390x",
|
|
sha256 = "67f5d8d46714139b75cd84941201e0fa0e1eebd0b26762accfb11d6b4c8b51bb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libfdisk-2.37.4-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/67f5d8d46714139b75cd84941201e0fa0e1eebd0b26762accfb11d6b4c8b51bb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libfdisk-0__2.37.4-21.el9.x86_64",
|
|
sha256 = "9a594c51e3bf09cb5016485ee2f143de6db960ff1c7e135c0097f59fa51b2edb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libfdisk-2.37.4-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/9a594c51e3bf09cb5016485ee2f143de6db960ff1c7e135c0097f59fa51b2edb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libffi-0__3.4.2-7.el9.aarch64",
|
|
sha256 = "6a42002c0b63a3c4d1e8da5cdf4822f442a7b458d80e69673715715d38ea977d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libffi-3.4.2-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6a42002c0b63a3c4d1e8da5cdf4822f442a7b458d80e69673715715d38ea977d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libffi-0__3.4.2-7.el9.x86_64",
|
|
sha256 = "f0ac4b6454d4018833dd10e3f437d8271c7c6a628d99b37e75b83af890b86bc4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libffi-3.4.2-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f0ac4b6454d4018833dd10e3f437d8271c7c6a628d99b37e75b83af890b86bc4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libffi-0__3.4.2-8.el9.aarch64",
|
|
sha256 = "da6d3f1b21c23a97e61c35fde044aca5bc9f1097ffdcb387759f544c61548301",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libffi-3.4.2-8.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/da6d3f1b21c23a97e61c35fde044aca5bc9f1097ffdcb387759f544c61548301",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libffi-0__3.4.2-8.el9.s390x",
|
|
sha256 = "25556c4a1bdb85f426595faa76996616a45986c93cac4361c2371f2e9b737304",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libffi-3.4.2-8.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/25556c4a1bdb85f426595faa76996616a45986c93cac4361c2371f2e9b737304",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libffi-0__3.4.2-8.el9.x86_64",
|
|
sha256 = "110d5008364a65b38b832949970886fdccb97762b0cdb257571cc0c84182d7d0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libffi-3.4.2-8.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/110d5008364a65b38b832949970886fdccb97762b0cdb257571cc0c84182d7d0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcc-0__11.2.1-9.4.el9.aarch64",
|
|
sha256 = "83553d747fbbe61a2e5a22604f15d38e366bf4b453c99947bc1253ddec6b5049",
|
|
urls = ["https://storage.googleapis.com/builddeps/83553d747fbbe61a2e5a22604f15d38e366bf4b453c99947bc1253ddec6b5049"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcc-0__11.2.1-9.4.el9.x86_64",
|
|
sha256 = "34443f5befca73364cc7db887c4a95a254ba662cd45d80765a77a84e3a5da59f",
|
|
urls = ["https://storage.googleapis.com/builddeps/34443f5befca73364cc7db887c4a95a254ba662cd45d80765a77a84e3a5da59f"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcc-0__11.5.0-5.el9.aarch64",
|
|
sha256 = "ab636c8d524fcee801aa8c5970488ecc2c050c48b7c51554955b952edff94e00",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libgcc-11.5.0-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ab636c8d524fcee801aa8c5970488ecc2c050c48b7c51554955b952edff94e00",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcc-0__11.5.0-5.el9.s390x",
|
|
sha256 = "fee1891180259901f0e161264ef9cc88835b0cb7d222e78e2baaae12e826d81e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libgcc-11.5.0-5.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/fee1891180259901f0e161264ef9cc88835b0cb7d222e78e2baaae12e826d81e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcc-0__11.5.0-5.el9.x86_64",
|
|
sha256 = "442c065a815212ac21760ff9f0bd93e9f5d5972925d9e987a421cbf6ebba41d2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libgcc-11.5.0-5.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/442c065a815212ac21760ff9f0bd93e9f5d5972925d9e987a421cbf6ebba41d2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcrypt-0__1.10.0-11.el9.aarch64",
|
|
sha256 = "932bfe51b207e2ad8a0bd2b89e2fb33df73f3993586aaa4cc60576f57795e4db",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libgcrypt-1.10.0-11.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/932bfe51b207e2ad8a0bd2b89e2fb33df73f3993586aaa4cc60576f57795e4db",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcrypt-0__1.10.0-11.el9.s390x",
|
|
sha256 = "cf30c86fc1a18f504d639d3cbcf9e431af1ea639e6a5e7db1f6d30b763dd51a8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libgcrypt-1.10.0-11.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/cf30c86fc1a18f504d639d3cbcf9e431af1ea639e6a5e7db1f6d30b763dd51a8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcrypt-0__1.10.0-11.el9.x86_64",
|
|
sha256 = "0323a74a5ad27bc3dc4ac4e9565825f37dc58b2a4800adbf33f767fa7a267c35",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libgcrypt-1.10.0-11.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0323a74a5ad27bc3dc4ac4e9565825f37dc58b2a4800adbf33f767fa7a267c35",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcrypt-0__1.10.0-2.el9.aarch64",
|
|
sha256 = "4728173b70ec6a491c42bcceaac35666a5725a9f87ad01d2571bf85f5beb8d60",
|
|
urls = ["https://storage.googleapis.com/builddeps/4728173b70ec6a491c42bcceaac35666a5725a9f87ad01d2571bf85f5beb8d60"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgcrypt-0__1.10.0-2.el9.x86_64",
|
|
sha256 = "b0766b669c0b236676777c91bcd0d22cc6412155583085c2bd62e84e4b42865b",
|
|
urls = ["https://storage.googleapis.com/builddeps/b0766b669c0b236676777c91bcd0d22cc6412155583085c2bd62e84e4b42865b"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgpg-error-0__1.42-5.el9.aarch64",
|
|
sha256 = "ffeb04823b5317c7e016542c8ecc5180c7824f8b59a180f2434fd096a34a9105",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libgpg-error-1.42-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ffeb04823b5317c7e016542c8ecc5180c7824f8b59a180f2434fd096a34a9105",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgpg-error-0__1.42-5.el9.s390x",
|
|
sha256 = "655367cd72f1908dbc2e42fee35974447d33eae7ec07249d3df098a6512d4601",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libgpg-error-1.42-5.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/655367cd72f1908dbc2e42fee35974447d33eae7ec07249d3df098a6512d4601",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libgpg-error-0__1.42-5.el9.x86_64",
|
|
sha256 = "a1883804c376f737109f4dff06077d1912b90150a732d11be7bc5b3b67e512fe",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libgpg-error-1.42-5.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a1883804c376f737109f4dff06077d1912b90150a732d11be7bc5b3b67e512fe",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libidn2-0__2.3.0-7.el9.aarch64",
|
|
sha256 = "6ed96112059449aa37b99d4d4e3b5d089c34afefbd9b618691bed8c206c4d441",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libidn2-2.3.0-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6ed96112059449aa37b99d4d4e3b5d089c34afefbd9b618691bed8c206c4d441",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libidn2-0__2.3.0-7.el9.s390x",
|
|
sha256 = "716716b688d4b702cee523a82d4ee035675f01ee404eb7dd7f2ef63d3389bb66",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libidn2-2.3.0-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/716716b688d4b702cee523a82d4ee035675f01ee404eb7dd7f2ef63d3389bb66",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libidn2-0__2.3.0-7.el9.x86_64",
|
|
sha256 = "f7fa1ad2fcd86beea5d4d965994c21dc98f47871faff14f73940190c754ab244",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libidn2-2.3.0-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f7fa1ad2fcd86beea5d4d965994c21dc98f47871faff14f73940190c754ab244",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libksba-0__1.5.1-7.el9.aarch64",
|
|
sha256 = "48fca9ffafad57ad6b021261e7998b97e56a63fd79344f8540c61411bf4cda90",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libksba-1.5.1-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/48fca9ffafad57ad6b021261e7998b97e56a63fd79344f8540c61411bf4cda90",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libksba-0__1.5.1-7.el9.s390x",
|
|
sha256 = "10e17f1f886f90259f915e855389f3e3852fddd52be35110ebe0d0f4b9b4f51a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libksba-1.5.1-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/10e17f1f886f90259f915e855389f3e3852fddd52be35110ebe0d0f4b9b4f51a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libksba-0__1.5.1-7.el9.x86_64",
|
|
sha256 = "8c2a4312f0a700286e1c3630f62dba6d06e7a4c07a17182ca97f2d40d0b4c6a0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libksba-1.5.1-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/8c2a4312f0a700286e1c3630f62dba6d06e7a4c07a17182ca97f2d40d0b4c6a0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libmnl-0__1.0.4-16.el9.aarch64",
|
|
sha256 = "c4d87c6439aa762891b024c0213df47af50e5b0683ffd827013bd02882d7d9b3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libmnl-1.0.4-16.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c4d87c6439aa762891b024c0213df47af50e5b0683ffd827013bd02882d7d9b3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libmnl-0__1.0.4-16.el9.s390x",
|
|
sha256 = "344f21dedaaad1ddc5279e31a4dafd9354662a61f010249d86a424c903c4415a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libmnl-1.0.4-16.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/344f21dedaaad1ddc5279e31a4dafd9354662a61f010249d86a424c903c4415a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libmnl-0__1.0.4-16.el9.x86_64",
|
|
sha256 = "e60f3be453b44ea04bb596594963be1e1b3f4377f87b4ff923d612eae15740ce",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libmnl-1.0.4-16.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e60f3be453b44ea04bb596594963be1e1b3f4377f87b4ff923d612eae15740ce",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libmount-0__2.37.2-1.el9.aarch64",
|
|
sha256 = "7ae3f2c10203d0fb0b76d3abd7f58197a62b8898572add7488de1a7570ea407d",
|
|
urls = ["https://storage.googleapis.com/builddeps/7ae3f2c10203d0fb0b76d3abd7f58197a62b8898572add7488de1a7570ea407d"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libmount-0__2.37.2-1.el9.x86_64",
|
|
sha256 = "26191af0cc7acf9bb335ebd8b4ed357582165ee3be78fce9f4395f84ad2805ce",
|
|
urls = ["https://storage.googleapis.com/builddeps/26191af0cc7acf9bb335ebd8b4ed357582165ee3be78fce9f4395f84ad2805ce"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libmount-0__2.37.4-21.el9.aarch64",
|
|
sha256 = "84c61be8eee5f148ece4b17cab7b9774bd4e5e51377ff459c278dadc99d733d6",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libmount-2.37.4-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/84c61be8eee5f148ece4b17cab7b9774bd4e5e51377ff459c278dadc99d733d6",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libmount-0__2.37.4-21.el9.s390x",
|
|
sha256 = "d7f982570169708f7ff3ba976dd3df4c64cf1d9a197f5da98d7dae2e9f5f2cb2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libmount-2.37.4-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/d7f982570169708f7ff3ba976dd3df4c64cf1d9a197f5da98d7dae2e9f5f2cb2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libmount-0__2.37.4-21.el9.x86_64",
|
|
sha256 = "d8bfc70d1a9a594569c8c95bda682804a20bb4ee602db3efa7b6e76d289ecc66",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libmount-2.37.4-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d8bfc70d1a9a594569c8c95bda682804a20bb4ee602db3efa7b6e76d289ecc66",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnbd-0__1.20.3-4.el9.aarch64",
|
|
sha256 = "7c9bb6872b93d95b2a2bf729793b50848cde216089293010197471146d23d9a4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/libnbd-1.20.3-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7c9bb6872b93d95b2a2bf729793b50848cde216089293010197471146d23d9a4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnbd-0__1.20.3-4.el9.s390x",
|
|
sha256 = "d73945914b3ea835369f64416cf111fcf527775d70e35109f2a270763328e6ce",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/libnbd-1.20.3-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/d73945914b3ea835369f64416cf111fcf527775d70e35109f2a270763328e6ce",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnbd-0__1.20.3-4.el9.x86_64",
|
|
sha256 = "d74d51b389dcf44bd2e10e76085dc41db925debee2ce33b721c554a9dd1f40af",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/libnbd-1.20.3-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d74d51b389dcf44bd2e10e76085dc41db925debee2ce33b721c554a9dd1f40af",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnetfilter_conntrack-0__1.0.9-1.el9.aarch64",
|
|
sha256 = "6871a3371b5a9a8239606efd453b59b274040e9d8d8f0c18bdffa7264db64264",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libnetfilter_conntrack-1.0.9-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6871a3371b5a9a8239606efd453b59b274040e9d8d8f0c18bdffa7264db64264",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnetfilter_conntrack-0__1.0.9-1.el9.s390x",
|
|
sha256 = "803ecb7d6e42554735836a113b61e8501e952a715c754b76cec90631926e4830",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libnetfilter_conntrack-1.0.9-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/803ecb7d6e42554735836a113b61e8501e952a715c754b76cec90631926e4830",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnetfilter_conntrack-0__1.0.9-1.el9.x86_64",
|
|
sha256 = "f81a0188964268ae9e1d53d99dba3ef96a65fe2fb00bc8fe6c39cedfdd364f44",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libnetfilter_conntrack-1.0.9-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f81a0188964268ae9e1d53d99dba3ef96a65fe2fb00bc8fe6c39cedfdd364f44",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnfnetlink-0__1.0.1-23.el9.aarch64",
|
|
sha256 = "8b261a1555fd3b299c8b16d7c1159c726ec17dbd78d5217dbc6e69099f01c6cb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libnfnetlink-1.0.1-23.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/8b261a1555fd3b299c8b16d7c1159c726ec17dbd78d5217dbc6e69099f01c6cb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnfnetlink-0__1.0.1-23.el9.s390x",
|
|
sha256 = "1d092de5c4fde5b75011185bda315959d01994c162009b63373e901e72e42769",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libnfnetlink-1.0.1-23.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/1d092de5c4fde5b75011185bda315959d01994c162009b63373e901e72e42769",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnfnetlink-0__1.0.1-23.el9.x86_64",
|
|
sha256 = "c920598cb4dab7c5b6b00af9f09c21f89b23c4e12729016fd892d6d7e1291615",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libnfnetlink-1.0.1-23.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c920598cb4dab7c5b6b00af9f09c21f89b23c4e12729016fd892d6d7e1291615",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnftnl-0__1.2.6-4.el9.aarch64",
|
|
sha256 = "59f6d922f5540479c088120d411d2ca3cdb4e5ddf6fe8fc05dbd796b9e36ecd3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libnftnl-1.2.6-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/59f6d922f5540479c088120d411d2ca3cdb4e5ddf6fe8fc05dbd796b9e36ecd3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnftnl-0__1.2.6-4.el9.s390x",
|
|
sha256 = "1a717d2a04f257e452753ba29cc6c0848cd51a226bf5d000b89863fa7aad5250",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libnftnl-1.2.6-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/1a717d2a04f257e452753ba29cc6c0848cd51a226bf5d000b89863fa7aad5250",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnftnl-0__1.2.6-4.el9.x86_64",
|
|
sha256 = "45d7325859bdfbddd9f24235695fc55138549fdccbe509484e9f905c5f1b466b",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libnftnl-1.2.6-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/45d7325859bdfbddd9f24235695fc55138549fdccbe509484e9f905c5f1b466b",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnghttp2-0__1.43.0-5.el9.aarch64",
|
|
sha256 = "702abf0c5b1574b828132e4dbea17ad7099034db18f47fd1ac84b4d9534dcfea",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libnghttp2-1.43.0-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/702abf0c5b1574b828132e4dbea17ad7099034db18f47fd1ac84b4d9534dcfea",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnghttp2-0__1.43.0-5.el9.x86_64",
|
|
sha256 = "58c5d589ee370951b98e908ac05a5a6154d52dbb8cf2067583ccdd10cdf099bf",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libnghttp2-1.43.0-5.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/58c5d589ee370951b98e908ac05a5a6154d52dbb8cf2067583ccdd10cdf099bf",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnghttp2-0__1.43.0-6.el9.aarch64",
|
|
sha256 = "b9c3685701dc2ad11adac83055811bb8c4909bd73469f31953ef7d534c747b83",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libnghttp2-1.43.0-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/b9c3685701dc2ad11adac83055811bb8c4909bd73469f31953ef7d534c747b83",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnghttp2-0__1.43.0-6.el9.s390x",
|
|
sha256 = "6d9ea7820d952bb492ff575b87fd46c606acf12bd368a5b4c8df3efc6a054c57",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libnghttp2-1.43.0-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/6d9ea7820d952bb492ff575b87fd46c606acf12bd368a5b4c8df3efc6a054c57",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libnghttp2-0__1.43.0-6.el9.x86_64",
|
|
sha256 = "fc1cadbc6cf37cbea60112b7ae6f92fabfd5a7f76fa526bb5a1ea82746455ec7",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libnghttp2-1.43.0-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/fc1cadbc6cf37cbea60112b7ae6f92fabfd5a7f76fa526bb5a1ea82746455ec7",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libpwquality-0__1.4.4-8.el9.aarch64",
|
|
sha256 = "3c22a268ce022cb4722aa2d35a95c1174778f424fbf29e98990801651d468aeb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libpwquality-1.4.4-8.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3c22a268ce022cb4722aa2d35a95c1174778f424fbf29e98990801651d468aeb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libpwquality-0__1.4.4-8.el9.s390x",
|
|
sha256 = "b8b5178474a0a53bc6463e817e0bca8a3568e333bcae9eda3dabbe84a1e24941",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libpwquality-1.4.4-8.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/b8b5178474a0a53bc6463e817e0bca8a3568e333bcae9eda3dabbe84a1e24941",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libpwquality-0__1.4.4-8.el9.x86_64",
|
|
sha256 = "93f00e5efac1e3f1ecbc0d6a4c068772cb12912cd20c9ea58716d6c0cd004886",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libpwquality-1.4.4-8.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/93f00e5efac1e3f1ecbc0d6a4c068772cb12912cd20c9ea58716d6c0cd004886",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libseccomp-0__2.5.2-2.el9.aarch64",
|
|
sha256 = "ee31abd3d1325b05c5ba336158ba3b235a718a99ad5cec5e6ab498ca99b688b5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libseccomp-2.5.2-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ee31abd3d1325b05c5ba336158ba3b235a718a99ad5cec5e6ab498ca99b688b5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libseccomp-0__2.5.2-2.el9.s390x",
|
|
sha256 = "1479993c13970d0a69826051948a080ea216fb74f0717d8718801065edf1a1de",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libseccomp-2.5.2-2.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/1479993c13970d0a69826051948a080ea216fb74f0717d8718801065edf1a1de",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libseccomp-0__2.5.2-2.el9.x86_64",
|
|
sha256 = "d5c1c4473ebf5fd9c605eb866118d7428cdec9b188db18e45545801cc2a689c3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libseccomp-2.5.2-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d5c1c4473ebf5fd9c605eb866118d7428cdec9b188db18e45545801cc2a689c3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libselinux-0__3.3-2.el9.aarch64",
|
|
sha256 = "f14cadbedd18e37a5ecb11d112095aa3e539de58bea77fb6f2aca5f165bf788b",
|
|
urls = ["https://storage.googleapis.com/builddeps/f14cadbedd18e37a5ecb11d112095aa3e539de58bea77fb6f2aca5f165bf788b"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libselinux-0__3.3-2.el9.x86_64",
|
|
sha256 = "8e589b8408b04cbc19564620b229b6768edbaeb9090885d2273d84b8fc2f172b",
|
|
urls = ["https://storage.googleapis.com/builddeps/8e589b8408b04cbc19564620b229b6768edbaeb9090885d2273d84b8fc2f172b"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libselinux-0__3.6-3.el9.aarch64",
|
|
sha256 = "42b6190d9e4ea6019059991f50965ac6267012343241f0cc64fd24c6e20aaa2a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libselinux-3.6-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/42b6190d9e4ea6019059991f50965ac6267012343241f0cc64fd24c6e20aaa2a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libselinux-0__3.6-3.el9.s390x",
|
|
sha256 = "16b3c0c73dcfff8b54a5554a4bcbd639603508d8502857c05ff9aa2360690094",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libselinux-3.6-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/16b3c0c73dcfff8b54a5554a4bcbd639603508d8502857c05ff9aa2360690094",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libselinux-0__3.6-3.el9.x86_64",
|
|
sha256 = "79abe72ea8dccb4134286fd1aae79827f10bde0cc1c35224886e93b293d282d1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libselinux-3.6-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/79abe72ea8dccb4134286fd1aae79827f10bde0cc1c35224886e93b293d282d1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsemanage-0__3.6-5.el9.aarch64",
|
|
sha256 = "f5402c7056dc92ea2e52ad436c6eece8c18040ac77141e5f0ffe01eea209dfe7",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libsemanage-3.6-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f5402c7056dc92ea2e52ad436c6eece8c18040ac77141e5f0ffe01eea209dfe7",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsemanage-0__3.6-5.el9.s390x",
|
|
sha256 = "888a4ef687c43c03324bfe3c5815810d48322478cd966b4bcb1d237a16b3a0b0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libsemanage-3.6-5.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/888a4ef687c43c03324bfe3c5815810d48322478cd966b4bcb1d237a16b3a0b0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsemanage-0__3.6-5.el9.x86_64",
|
|
sha256 = "3dcf6e7f2779434d9dc7aef0065c3a2977792170264a60d4324f6625bb9cd69a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libsemanage-3.6-5.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3dcf6e7f2779434d9dc7aef0065c3a2977792170264a60d4324f6625bb9cd69a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsepol-0__3.3-2.el9.aarch64",
|
|
sha256 = "74dcae8d3dceb2aac2cbb3440015419aa4fec51e485eb92ef82df057f574e0ca",
|
|
urls = ["https://storage.googleapis.com/builddeps/74dcae8d3dceb2aac2cbb3440015419aa4fec51e485eb92ef82df057f574e0ca"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsepol-0__3.3-2.el9.x86_64",
|
|
sha256 = "fc508147fe876706b61941a6ce554d7f7786f1ec3d097c4411fd6c7511acd289",
|
|
urls = ["https://storage.googleapis.com/builddeps/fc508147fe876706b61941a6ce554d7f7786f1ec3d097c4411fd6c7511acd289"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsepol-0__3.6-3.el9.aarch64",
|
|
sha256 = "2cd63ed497af8a202c79790b04362ba224b50ec7c377abb21901160e4000e07d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libsepol-3.6-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/2cd63ed497af8a202c79790b04362ba224b50ec7c377abb21901160e4000e07d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsepol-0__3.6-3.el9.s390x",
|
|
sha256 = "c1246f8553c2aec3ca86721f8bd77fab4f4fcd22527bb6a6e494b4046ee17461",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libsepol-3.6-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/c1246f8553c2aec3ca86721f8bd77fab4f4fcd22527bb6a6e494b4046ee17461",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsepol-0__3.6-3.el9.x86_64",
|
|
sha256 = "6d3d16c3121ccf989f8a123812e524cb1fc098fb01ec9f1c6327544e85aaf84d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libsepol-3.6-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6d3d16c3121ccf989f8a123812e524cb1fc098fb01ec9f1c6327544e85aaf84d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsigsegv-0__2.13-4.el9.aarch64",
|
|
sha256 = "097399718ae50fb03fde85fa151c060c50445a1a5af185052cac6b92d6fdcdae",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libsigsegv-2.13-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/097399718ae50fb03fde85fa151c060c50445a1a5af185052cac6b92d6fdcdae",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsigsegv-0__2.13-4.el9.s390x",
|
|
sha256 = "730c827d66bd292fccdb6f8ac4c29176e7f06283489be41b67f4bf55deeb3ffb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libsigsegv-2.13-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/730c827d66bd292fccdb6f8ac4c29176e7f06283489be41b67f4bf55deeb3ffb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsigsegv-0__2.13-4.el9.x86_64",
|
|
sha256 = "931bd0ec7050e8c3b37a9bfb489e30af32486a3c77203f1e9113eeceaa3b0a3a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libsigsegv-2.13-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/931bd0ec7050e8c3b37a9bfb489e30af32486a3c77203f1e9113eeceaa3b0a3a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsmartcols-0__2.37.2-1.el9.aarch64",
|
|
sha256 = "5102aa25f42a101bbc41b9f9286300cdcc863811785e5a4da6ad90d6a1105067",
|
|
urls = ["https://storage.googleapis.com/builddeps/5102aa25f42a101bbc41b9f9286300cdcc863811785e5a4da6ad90d6a1105067"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsmartcols-0__2.37.2-1.el9.x86_64",
|
|
sha256 = "c62433784604a2e6571e0fcbdd4a2d60f059c5c15624207998c5f03b18d9d382",
|
|
urls = ["https://storage.googleapis.com/builddeps/c62433784604a2e6571e0fcbdd4a2d60f059c5c15624207998c5f03b18d9d382"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsmartcols-0__2.37.4-21.el9.aarch64",
|
|
sha256 = "022b23b2500972666db40ab9d5278ca704c54600e8443dea8e327910afa5b411",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libsmartcols-2.37.4-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/022b23b2500972666db40ab9d5278ca704c54600e8443dea8e327910afa5b411",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsmartcols-0__2.37.4-21.el9.s390x",
|
|
sha256 = "94929db8ee7027fca21e8ac17519dfcf9366a5a7ba8c8ba627dcb5976b199036",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libsmartcols-2.37.4-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/94929db8ee7027fca21e8ac17519dfcf9366a5a7ba8c8ba627dcb5976b199036",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libsmartcols-0__2.37.4-21.el9.x86_64",
|
|
sha256 = "30e2a071ad6f1939f14fc89c827d61ccb28a6cbf6e443db39e8019a18c7e18d4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libsmartcols-2.37.4-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/30e2a071ad6f1939f14fc89c827d61ccb28a6cbf6e443db39e8019a18c7e18d4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libstdc__plus____plus__-0__11.5.0-5.el9.aarch64",
|
|
sha256 = "d915eadf7a4d0a72db724e5eb07e71d31d52e1e22ca504845b9aec6e59c892b4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libstdc++-11.5.0-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d915eadf7a4d0a72db724e5eb07e71d31d52e1e22ca504845b9aec6e59c892b4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libstdc__plus____plus__-0__11.5.0-5.el9.s390x",
|
|
sha256 = "fd338fc80c968d40666757becf0373d0940eba876a6140411e4118cb0397c140",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libstdc++-11.5.0-5.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/fd338fc80c968d40666757becf0373d0940eba876a6140411e4118cb0397c140",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libstdc__plus____plus__-0__11.5.0-5.el9.x86_64",
|
|
sha256 = "6628a0027a113c8687d0cd52ed5725ee6cb1ee2a02897349289d683fc6453223",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libstdc++-11.5.0-5.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6628a0027a113c8687d0cd52ed5725ee6cb1ee2a02897349289d683fc6453223",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libtasn1-0__4.16.0-7.el9.aarch64",
|
|
sha256 = "4eaa01b044d688793eb928170f3937bc8618b76d702d49a8843aa89461e43fa8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libtasn1-4.16.0-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/4eaa01b044d688793eb928170f3937bc8618b76d702d49a8843aa89461e43fa8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libtasn1-0__4.16.0-7.el9.x86_64",
|
|
sha256 = "656031558c53da4a5b3ccfd883bd6d55996037891323152b1f07e8d1d5377406",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libtasn1-4.16.0-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/656031558c53da4a5b3ccfd883bd6d55996037891323152b1f07e8d1d5377406",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libtasn1-0__4.16.0-9.el9.aarch64",
|
|
sha256 = "7b99e8f1081ba2c511021b666b9f8176abb31168920e86c392cd45299f400b59",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libtasn1-4.16.0-9.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7b99e8f1081ba2c511021b666b9f8176abb31168920e86c392cd45299f400b59",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libtasn1-0__4.16.0-9.el9.s390x",
|
|
sha256 = "0ebbc12c3ae3f270efef2965bb77d6e806733eb07505ec7a33468f0fd72360bd",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libtasn1-4.16.0-9.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/0ebbc12c3ae3f270efef2965bb77d6e806733eb07505ec7a33468f0fd72360bd",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libtasn1-0__4.16.0-9.el9.x86_64",
|
|
sha256 = "addd155d4abc41529d7e8588f442e50a87db3a1314bd2162fbb4950d898a2e28",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libtasn1-4.16.0-9.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/addd155d4abc41529d7e8588f442e50a87db3a1314bd2162fbb4950d898a2e28",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libtool-ltdl-0__2.4.6-46.el9.aarch64",
|
|
sha256 = "4efdb557a6a26e888d976cb15f3eadd8302dc25903df85b8cbfc92e61d7d6d2f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libtool-ltdl-2.4.6-46.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/4efdb557a6a26e888d976cb15f3eadd8302dc25903df85b8cbfc92e61d7d6d2f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libtool-ltdl-0__2.4.6-46.el9.s390x",
|
|
sha256 = "548a2de100fb988854c4e3e814314eb03c8645f7a6e9f658b61adbed81c8251e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libtool-ltdl-2.4.6-46.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/548a2de100fb988854c4e3e814314eb03c8645f7a6e9f658b61adbed81c8251e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libtool-ltdl-0__2.4.6-46.el9.x86_64",
|
|
sha256 = "a04d5a4ccd83b8903e2d7fe76208f57636a6ed07f20e0d350a2b1075c15a2147",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libtool-ltdl-2.4.6-46.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a04d5a4ccd83b8903e2d7fe76208f57636a6ed07f20e0d350a2b1075c15a2147",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libunistring-0__0.9.10-15.el9.aarch64",
|
|
sha256 = "09381b23c9d2343592b8b565dcbb23d055999ab1e521aa802b6d40a682b80e42",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libunistring-0.9.10-15.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/09381b23c9d2343592b8b565dcbb23d055999ab1e521aa802b6d40a682b80e42",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libunistring-0__0.9.10-15.el9.s390x",
|
|
sha256 = "029cedc9f79dcc145f59e2bbf2121d406b3853765d56345a75bc987760d5d2d2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libunistring-0.9.10-15.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/029cedc9f79dcc145f59e2bbf2121d406b3853765d56345a75bc987760d5d2d2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libunistring-0__0.9.10-15.el9.x86_64",
|
|
sha256 = "11e736e44265d2d0ca0afa4c11cfe0856553c4124e534fb616e6ab61c9b59e46",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libunistring-0.9.10-15.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/11e736e44265d2d0ca0afa4c11cfe0856553c4124e534fb616e6ab61c9b59e46",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "liburing-0__2.5-1.el9.aarch64",
|
|
sha256 = "12f91bd14e1eb7e2b37783561c1a0658d85c7ee2a9259391ed15e01bf4186649",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/liburing-2.5-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/12f91bd14e1eb7e2b37783561c1a0658d85c7ee2a9259391ed15e01bf4186649",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "liburing-0__2.5-1.el9.s390x",
|
|
sha256 = "f45d4fcccfd217d5aa394a317d4d2645b79edb50cd7ad01dc14ad0d1b1bdb2f0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/liburing-2.5-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/f45d4fcccfd217d5aa394a317d4d2645b79edb50cd7ad01dc14ad0d1b1bdb2f0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "liburing-0__2.5-1.el9.x86_64",
|
|
sha256 = "12558038d4226495da372e5f4369d02c144c759a621d27116299ce0a794e849f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/liburing-2.5-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/12558038d4226495da372e5f4369d02c144c759a621d27116299ce0a794e849f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libutempter-0__1.2.1-6.el9.aarch64",
|
|
sha256 = "65cd8c3813afc69dd2ea9eeb6e2fc7db4a7d626b51efe376b8000dfdaa10402a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libutempter-1.2.1-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/65cd8c3813afc69dd2ea9eeb6e2fc7db4a7d626b51efe376b8000dfdaa10402a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libutempter-0__1.2.1-6.el9.s390x",
|
|
sha256 = "6c000dac4305215beb37c8931a85ee137806f06547ecfb9a23e1915f01a3baa2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libutempter-1.2.1-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/6c000dac4305215beb37c8931a85ee137806f06547ecfb9a23e1915f01a3baa2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libutempter-0__1.2.1-6.el9.x86_64",
|
|
sha256 = "fab361a9cba04490fd8b5664049983d1e57ebf7c1080804726ba600708524125",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libutempter-1.2.1-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/fab361a9cba04490fd8b5664049983d1e57ebf7c1080804726ba600708524125",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libuuid-0__2.37.2-1.el9.aarch64",
|
|
sha256 = "49e914c5f068ded96c050fd66c1110ec77f703369b9f0b08d85f80b822b1431d",
|
|
urls = ["https://storage.googleapis.com/builddeps/49e914c5f068ded96c050fd66c1110ec77f703369b9f0b08d85f80b822b1431d"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libuuid-0__2.37.2-1.el9.x86_64",
|
|
sha256 = "ffd8317ccc6f80524b7bf15a8157d82f36a2b9c7478bb04eb4a34c18d019e6fa",
|
|
urls = ["https://storage.googleapis.com/builddeps/ffd8317ccc6f80524b7bf15a8157d82f36a2b9c7478bb04eb4a34c18d019e6fa"],
|
|
)
|
|
|
|
rpm(
|
|
name = "libuuid-0__2.37.4-21.el9.aarch64",
|
|
sha256 = "9ef80033bf2bbba7aca3a8f789a48a7597f2113271c6da9d9f71bca213aae259",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libuuid-2.37.4-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/9ef80033bf2bbba7aca3a8f789a48a7597f2113271c6da9d9f71bca213aae259",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libuuid-0__2.37.4-21.el9.s390x",
|
|
sha256 = "b604d6ef2f49c29d93601f6cad1ac04d83f14ec719ba0f561d6912948d6f2b56",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libuuid-2.37.4-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/b604d6ef2f49c29d93601f6cad1ac04d83f14ec719ba0f561d6912948d6f2b56",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libuuid-0__2.37.4-21.el9.x86_64",
|
|
sha256 = "be4793be5af11772206abe023746ec4021a8b7bc124fdc7e7cdb92b57c46d125",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libuuid-2.37.4-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/be4793be5af11772206abe023746ec4021a8b7bc124fdc7e7cdb92b57c46d125",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libverto-0__0.3.2-3.el9.aarch64",
|
|
sha256 = "1190ea8310b0dab3ebbade3180b4c2cf7064e90c894e5415711d7751e709be8a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libverto-0.3.2-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1190ea8310b0dab3ebbade3180b4c2cf7064e90c894e5415711d7751e709be8a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libverto-0__0.3.2-3.el9.s390x",
|
|
sha256 = "3d794c924cc3611f1b37033d6835c4af71a555fcba053618bd6d48ad79547ab0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libverto-0.3.2-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/3d794c924cc3611f1b37033d6835c4af71a555fcba053618bd6d48ad79547ab0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libverto-0__0.3.2-3.el9.x86_64",
|
|
sha256 = "c55578b84f169c4ed79b2d50ea03fd1817007e35062c9fe7a58e6cad025f3b24",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libverto-0.3.2-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c55578b84f169c4ed79b2d50ea03fd1817007e35062c9fe7a58e6cad025f3b24",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libxcrypt-0__4.4.18-3.el9.aarch64",
|
|
sha256 = "f697d91abb19e9be9b69b8836a802711d2cf7989af27a4e1ba261f35ce53b8b5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libxcrypt-4.4.18-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f697d91abb19e9be9b69b8836a802711d2cf7989af27a4e1ba261f35ce53b8b5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libxcrypt-0__4.4.18-3.el9.s390x",
|
|
sha256 = "dd9d51f68ae799b41cbe4cc00945280c65ed0c098b72f79d8d39a5c462b37074",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libxcrypt-4.4.18-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/dd9d51f68ae799b41cbe4cc00945280c65ed0c098b72f79d8d39a5c462b37074",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libxcrypt-0__4.4.18-3.el9.x86_64",
|
|
sha256 = "97e88678b420f619a44608fff30062086aa1dd6931ecbd54f21bba005ff1de1a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libxcrypt-4.4.18-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/97e88678b420f619a44608fff30062086aa1dd6931ecbd54f21bba005ff1de1a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libxcrypt-compat-0__4.4.18-3.el9.x86_64",
|
|
sha256 = "3ea916c72412d3a7efd8c70cfa1ed18863c018091001b631390b19c454136b87",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/libxcrypt-compat-4.4.18-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3ea916c72412d3a7efd8c70cfa1ed18863c018091001b631390b19c454136b87",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libxml2-0__2.9.13-9.el9.aarch64",
|
|
sha256 = "70ffc89d054d4c98d125e628f1ea5208e66baea96ddc170f83e20e0fcd08e731",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libxml2-2.9.13-9.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/70ffc89d054d4c98d125e628f1ea5208e66baea96ddc170f83e20e0fcd08e731",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libxml2-0__2.9.13-9.el9.s390x",
|
|
sha256 = "a0fac775bc308c9c2fc9c88cb1f5a14bfbeb1aee206bfe5f7bda2aa136940c5c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libxml2-2.9.13-9.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/a0fac775bc308c9c2fc9c88cb1f5a14bfbeb1aee206bfe5f7bda2aa136940c5c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libxml2-0__2.9.13-9.el9.x86_64",
|
|
sha256 = "70b74fdfab02d40caad350cf83bc676a782de69b25beb3d37dc193aaf381d9e0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libxml2-2.9.13-9.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/70b74fdfab02d40caad350cf83bc676a782de69b25beb3d37dc193aaf381d9e0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libzstd-0__1.5.1-2.el9.aarch64",
|
|
sha256 = "68101e014106305c840611b64d71311600edb30a34e09514c169c9eef6090d42",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libzstd-1.5.1-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/68101e014106305c840611b64d71311600edb30a34e09514c169c9eef6090d42",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libzstd-0__1.5.1-2.el9.x86_64",
|
|
sha256 = "0840678cb3c1b418286f55da6973df9468c4cf500192de82d05ef28e6b4215a0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libzstd-1.5.1-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0840678cb3c1b418286f55da6973df9468c4cf500192de82d05ef28e6b4215a0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libzstd-0__1.5.5-1.el9.aarch64",
|
|
sha256 = "49fb3a1052d9f50abb9ad3f0ab4ed186b2c0bb51fcb04883702fbc362d116108",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/libzstd-1.5.5-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/49fb3a1052d9f50abb9ad3f0ab4ed186b2c0bb51fcb04883702fbc362d116108",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libzstd-0__1.5.5-1.el9.s390x",
|
|
sha256 = "720ce927a447b6c9fd2479ecb924112d450ec9b4f927090b36ef34b10ad4b163",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/libzstd-1.5.5-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/720ce927a447b6c9fd2479ecb924112d450ec9b4f927090b36ef34b10ad4b163",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "libzstd-0__1.5.5-1.el9.x86_64",
|
|
sha256 = "3439a7437a4b47ef4b6efbcd8c5862180fb281dd956d70a4ffe3764fd8d997dd",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/libzstd-1.5.5-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3439a7437a4b47ef4b6efbcd8c5862180fb281dd956d70a4ffe3764fd8d997dd",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "lz4-libs-0__1.9.3-5.el9.aarch64",
|
|
sha256 = "9aa14d26393dd46c0a390cf04f939f7f759a33165bdb506f8bee0653f3b70f45",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/lz4-libs-1.9.3-5.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/9aa14d26393dd46c0a390cf04f939f7f759a33165bdb506f8bee0653f3b70f45",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "lz4-libs-0__1.9.3-5.el9.s390x",
|
|
sha256 = "358c7c19e9ec8778874066342c591b71877c3324f0727357342dffb4e1ec3498",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/lz4-libs-1.9.3-5.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/358c7c19e9ec8778874066342c591b71877c3324f0727357342dffb4e1ec3498",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "lz4-libs-0__1.9.3-5.el9.x86_64",
|
|
sha256 = "cba6a63054d070956a182e33269ee245bcfbe87e3e605c27816519db762a66ad",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/lz4-libs-1.9.3-5.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/cba6a63054d070956a182e33269ee245bcfbe87e3e605c27816519db762a66ad",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "mpfr-0__4.1.0-7.el9.aarch64",
|
|
sha256 = "f3bd8510505a53450abe05dc34edbc5313fe89a6f88d0252624205dc7bb884c7",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/mpfr-4.1.0-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f3bd8510505a53450abe05dc34edbc5313fe89a6f88d0252624205dc7bb884c7",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "mpfr-0__4.1.0-7.el9.s390x",
|
|
sha256 = "7297fc0b6869453925eed12b13c17ed76379352f63e0303644bef64386b034f1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/mpfr-4.1.0-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/7297fc0b6869453925eed12b13c17ed76379352f63e0303644bef64386b034f1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "mpfr-0__4.1.0-7.el9.x86_64",
|
|
sha256 = "179760104aa5a31ca463c586d0f21f380ba4d0eed212eee91bd1ca513e5d7a8d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/mpfr-4.1.0-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/179760104aa5a31ca463c586d0f21f380ba4d0eed212eee91bd1ca513e5d7a8d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-basic-filters-0__1.38.5-6.el9.aarch64",
|
|
sha256 = "62c1b0443f9ac3673bda702c80a697c28a91784ca2d82811a9790e0a75c07f2a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/nbdkit-basic-filters-1.38.5-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/62c1b0443f9ac3673bda702c80a697c28a91784ca2d82811a9790e0a75c07f2a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-basic-filters-0__1.38.5-6.el9.s390x",
|
|
sha256 = "5acf5d6385e08ed3bda64cf4f42edbf07c545ec19b08c886b46f539dade4e716",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/nbdkit-basic-filters-1.38.5-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/5acf5d6385e08ed3bda64cf4f42edbf07c545ec19b08c886b46f539dade4e716",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-basic-filters-0__1.38.5-6.el9.x86_64",
|
|
sha256 = "c4f6d2941b703ff272b563f72f899dae9e7466e0cb51083a45e2338d5c14ec90",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nbdkit-basic-filters-1.38.5-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c4f6d2941b703ff272b563f72f899dae9e7466e0cb51083a45e2338d5c14ec90",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-curl-plugin-0__1.38.5-6.el9.aarch64",
|
|
sha256 = "51f9b6ac0961aabd56e9eced0b38c75659401386aef1c145228b598a379987e8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/nbdkit-curl-plugin-1.38.5-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/51f9b6ac0961aabd56e9eced0b38c75659401386aef1c145228b598a379987e8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-curl-plugin-0__1.38.5-6.el9.s390x",
|
|
sha256 = "45ba795bdb9e2d13ae0100d37ac08243f6206c6bf46a5b54d0713f23e54f7ec2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/nbdkit-curl-plugin-1.38.5-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/45ba795bdb9e2d13ae0100d37ac08243f6206c6bf46a5b54d0713f23e54f7ec2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-curl-plugin-0__1.38.5-6.el9.x86_64",
|
|
sha256 = "0f7f5c37c5183fe37a51864b6fd704f10b03da4373ed1f04880945566e752a91",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nbdkit-curl-plugin-1.38.5-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0f7f5c37c5183fe37a51864b6fd704f10b03da4373ed1f04880945566e752a91",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-gzip-filter-0__1.38.5-6.el9.aarch64",
|
|
sha256 = "b846ea4baca31d9dfb2d390dec67dc6cdf272065c0f9291a4a4c14f3fa3fa3e0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/nbdkit-gzip-filter-1.38.5-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/b846ea4baca31d9dfb2d390dec67dc6cdf272065c0f9291a4a4c14f3fa3fa3e0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-gzip-filter-0__1.38.5-6.el9.s390x",
|
|
sha256 = "08cfb82892daa91c5474dc48051722fd171e518ae047a02e4fb469af2074235c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/nbdkit-gzip-filter-1.38.5-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/08cfb82892daa91c5474dc48051722fd171e518ae047a02e4fb469af2074235c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-gzip-filter-0__1.38.5-6.el9.x86_64",
|
|
sha256 = "95847f0f907164c9f7511a0aeff7960a9a12dc0c7e33a630bc166de5c2af28cd",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nbdkit-gzip-filter-1.38.5-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/95847f0f907164c9f7511a0aeff7960a9a12dc0c7e33a630bc166de5c2af28cd",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-server-0__1.38.5-6.el9.aarch64",
|
|
sha256 = "4181b5e3203027480b745454a1f655cc79b88bb19bd037f223fce9c5ff983935",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/nbdkit-server-1.38.5-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/4181b5e3203027480b745454a1f655cc79b88bb19bd037f223fce9c5ff983935",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-server-0__1.38.5-6.el9.s390x",
|
|
sha256 = "1f081684f70254b04f94063e8804e24e9a2d5e6f6bb1d838421063cc9d96a7ec",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/nbdkit-server-1.38.5-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/1f081684f70254b04f94063e8804e24e9a2d5e6f6bb1d838421063cc9d96a7ec",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-server-0__1.38.5-6.el9.x86_64",
|
|
sha256 = "74349b2879cf603e0c6aacc7604d6f9ebaa3751eecd70f25c4701edc9b17b778",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nbdkit-server-1.38.5-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/74349b2879cf603e0c6aacc7604d6f9ebaa3751eecd70f25c4701edc9b17b778",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-vddk-plugin-0__1.38.5-6.el9.x86_64",
|
|
sha256 = "c73f9b8304fa767e769e96d9d440a4d886f640109c5932fea9847d038d437cb6",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nbdkit-vddk-plugin-1.38.5-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c73f9b8304fa767e769e96d9d440a4d886f640109c5932fea9847d038d437cb6",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-xz-filter-0__1.38.5-6.el9.aarch64",
|
|
sha256 = "ee134b4aeafb229ab30523b67e4296aa83d0018c4f675d1ac4283f4aad6eb702",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/nbdkit-xz-filter-1.38.5-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ee134b4aeafb229ab30523b67e4296aa83d0018c4f675d1ac4283f4aad6eb702",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-xz-filter-0__1.38.5-6.el9.s390x",
|
|
sha256 = "3a8a84c61e49920a2cd578a2336536fe47af45b89b33909cc5af34920b3705b3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/nbdkit-xz-filter-1.38.5-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/3a8a84c61e49920a2cd578a2336536fe47af45b89b33909cc5af34920b3705b3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nbdkit-xz-filter-0__1.38.5-6.el9.x86_64",
|
|
sha256 = "fa13814047dbca423dc69400ed83d3fc2b6f3620e193e246e01752398404ede9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nbdkit-xz-filter-1.38.5-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/fa13814047dbca423dc69400ed83d3fc2b6f3620e193e246e01752398404ede9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-base-0__6.2-10.20210508.el9.aarch64",
|
|
sha256 = "00ba56b28a3a85c3c03387bb7abeca92597c8a5fac7f53d48410ca2a20fd8065",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/ncurses-base-6.2-10.20210508.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/00ba56b28a3a85c3c03387bb7abeca92597c8a5fac7f53d48410ca2a20fd8065",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-base-0__6.2-10.20210508.el9.s390x",
|
|
sha256 = "00ba56b28a3a85c3c03387bb7abeca92597c8a5fac7f53d48410ca2a20fd8065",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/ncurses-base-6.2-10.20210508.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/00ba56b28a3a85c3c03387bb7abeca92597c8a5fac7f53d48410ca2a20fd8065",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-base-0__6.2-10.20210508.el9.x86_64",
|
|
sha256 = "00ba56b28a3a85c3c03387bb7abeca92597c8a5fac7f53d48410ca2a20fd8065",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/ncurses-base-6.2-10.20210508.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/00ba56b28a3a85c3c03387bb7abeca92597c8a5fac7f53d48410ca2a20fd8065",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-base-0__6.2-8.20210508.el9.aarch64",
|
|
sha256 = "e4cc4a4a479b8c27776debba5c20e8ef21dc4b513da62a25ed09f88386ac08a8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/ncurses-base-6.2-8.20210508.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/e4cc4a4a479b8c27776debba5c20e8ef21dc4b513da62a25ed09f88386ac08a8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-base-0__6.2-8.20210508.el9.x86_64",
|
|
sha256 = "e4cc4a4a479b8c27776debba5c20e8ef21dc4b513da62a25ed09f88386ac08a8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/ncurses-base-6.2-8.20210508.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/e4cc4a4a479b8c27776debba5c20e8ef21dc4b513da62a25ed09f88386ac08a8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-libs-0__6.2-10.20210508.el9.aarch64",
|
|
sha256 = "0ccfc9eeb99be404367bf6157db2d1a6fb9ed479247f578501594e08e8f7080c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/ncurses-libs-6.2-10.20210508.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0ccfc9eeb99be404367bf6157db2d1a6fb9ed479247f578501594e08e8f7080c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-libs-0__6.2-10.20210508.el9.s390x",
|
|
sha256 = "6ff5f715d02fa044b431b4766e13a424961faa04795f3189b05bf5c58b13dee2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/ncurses-libs-6.2-10.20210508.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/6ff5f715d02fa044b431b4766e13a424961faa04795f3189b05bf5c58b13dee2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-libs-0__6.2-10.20210508.el9.x86_64",
|
|
sha256 = "f4ead70a508051ed338499b35605b5b2b5bccde19c9e83f7e4b948f171b542ff",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/ncurses-libs-6.2-10.20210508.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f4ead70a508051ed338499b35605b5b2b5bccde19c9e83f7e4b948f171b542ff",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-libs-0__6.2-8.20210508.el9.aarch64",
|
|
sha256 = "26a21395b0bb4f7b60ab89bacaa8fc210c9921f1aba90ec950b91b3ee9e25dcc",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/ncurses-libs-6.2-8.20210508.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/26a21395b0bb4f7b60ab89bacaa8fc210c9921f1aba90ec950b91b3ee9e25dcc",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ncurses-libs-0__6.2-8.20210508.el9.x86_64",
|
|
sha256 = "328f4d50e66b00f24344ebe239817204fda8e68b1d988c6943abb3c36231beaa",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/ncurses-libs-6.2-8.20210508.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/328f4d50e66b00f24344ebe239817204fda8e68b1d988c6943abb3c36231beaa",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "netavark-2__1.14.0-1.el9.aarch64",
|
|
sha256 = "1ea6813c91d57a5997c23b8a697ac08fae8bb2bd2ccfe3613a464250495651fc",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/netavark-1.14.0-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1ea6813c91d57a5997c23b8a697ac08fae8bb2bd2ccfe3613a464250495651fc",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "netavark-2__1.14.0-1.el9.s390x",
|
|
sha256 = "d87325b061adee778807ef4205bb713f0fc85b192f0e7c2b3ad6c74141d5582d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/netavark-1.14.0-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/d87325b061adee778807ef4205bb713f0fc85b192f0e7c2b3ad6c74141d5582d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "netavark-2__1.14.0-1.el9.x86_64",
|
|
sha256 = "9efa916b65d1c7b8c6902a3718dc1b7cafb220d109c4152be50361018776f05d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/netavark-1.14.0-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/9efa916b65d1c7b8c6902a3718dc1b7cafb220d109c4152be50361018776f05d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nettle-0__3.10.1-1.el9.aarch64",
|
|
sha256 = "caf6dda4eaf3c7e3061ec335d45176ebfcaa72ed583df59c32c9dffc00a24ad9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/nettle-3.10.1-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/caf6dda4eaf3c7e3061ec335d45176ebfcaa72ed583df59c32c9dffc00a24ad9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nettle-0__3.10.1-1.el9.s390x",
|
|
sha256 = "d05a33e0b673bc34580c443f7d7c28b50f8b4fd77ad87ed3cef30f991d7cbf09",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/nettle-3.10.1-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/d05a33e0b673bc34580c443f7d7c28b50f8b4fd77ad87ed3cef30f991d7cbf09",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nettle-0__3.10.1-1.el9.x86_64",
|
|
sha256 = "aa28996450c98399099cfcc0fb722723b5821edff27cff53288e1c0298a98190",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/nettle-3.10.1-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/aa28996450c98399099cfcc0fb722723b5821edff27cff53288e1c0298a98190",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nettle-0__3.7.3-2.el9.aarch64",
|
|
sha256 = "6e1d488f0495d26bf9f81bfc18f496f964cce9c080b428528b32211eb4f3d437",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/nettle-3.7.3-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6e1d488f0495d26bf9f81bfc18f496f964cce9c080b428528b32211eb4f3d437",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nettle-0__3.7.3-2.el9.x86_64",
|
|
sha256 = "7f60a98cb26b946d9a3feb77d3a0d34dfadd7ff45771b662f05f59a019962764",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/nettle-3.7.3-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7f60a98cb26b946d9a3feb77d3a0d34dfadd7ff45771b662f05f59a019962764",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nftables-1__1.0.9-3.el9.aarch64",
|
|
sha256 = "979faab3c0c318f4f1df5edd8b06efb20898461003237af3838f937d63b12d98",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/nftables-1.0.9-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/979faab3c0c318f4f1df5edd8b06efb20898461003237af3838f937d63b12d98",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nftables-1__1.0.9-3.el9.s390x",
|
|
sha256 = "a8d9bd2a045a06a50756af71d41a3d4d15677d120bb1cf833907db2e990adad0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/nftables-1.0.9-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/a8d9bd2a045a06a50756af71d41a3d4d15677d120bb1cf833907db2e990adad0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nftables-1__1.0.9-3.el9.x86_64",
|
|
sha256 = "3f72eee1c40da5fa1f2eb59a77723f781ff27c53411b2aca1aee8bd6a577915b",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/nftables-1.0.9-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3f72eee1c40da5fa1f2eb59a77723f781ff27c53411b2aca1aee8bd6a577915b",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.aarch64",
|
|
sha256 = "73f304462d847fd7324ed9d578c8fcf31bf7f9a15dd04097b7bd757670531c33",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/nginx-1.22.1-4.module_el9+666+132dc76f.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/73f304462d847fd7324ed9d578c8fcf31bf7f9a15dd04097b7bd757670531c33",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.s390x",
|
|
sha256 = "68a6c2280597e75c452a55b075a38e3ccfac069233e8f58202bfa7b5ce6d4489",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/nginx-1.22.1-4.module_el9+666+132dc76f.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/68a6c2280597e75c452a55b075a38e3ccfac069233e8f58202bfa7b5ce6d4489",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.x86_64",
|
|
sha256 = "6a6e8247840fdd4f8328f94701a7a3649903c8d8fd72aaec9b214a9dad690e5c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nginx-1.22.1-4.module_el9+666+132dc76f.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6a6e8247840fdd4f8328f94701a7a3649903c8d8fd72aaec9b214a9dad690e5c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-core-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.aarch64",
|
|
sha256 = "70009983e5f5cf026805ce8d584aa251f48f8f386e1d489def7902eb6714990c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/nginx-core-1.22.1-4.module_el9+666+132dc76f.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/70009983e5f5cf026805ce8d584aa251f48f8f386e1d489def7902eb6714990c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-core-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.s390x",
|
|
sha256 = "85ec7142eb8257fd55e809856dcaf6d8035a22c6abe18d7c360ef54715753c57",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/nginx-core-1.22.1-4.module_el9+666+132dc76f.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/85ec7142eb8257fd55e809856dcaf6d8035a22c6abe18d7c360ef54715753c57",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-core-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.x86_64",
|
|
sha256 = "67e61b35c5b95457264201f23ef8aef797b2564e7fb0ea9a68b2245d75464d5c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nginx-core-1.22.1-4.module_el9+666+132dc76f.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/67e61b35c5b95457264201f23ef8aef797b2564e7fb0ea9a68b2245d75464d5c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-filesystem-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.aarch64",
|
|
sha256 = "8e564ab711b4a60b769a970dc03fb7a32e6441bf9e761321e3f0a24080491eb2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/nginx-filesystem-1.22.1-4.module_el9+666+132dc76f.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/8e564ab711b4a60b769a970dc03fb7a32e6441bf9e761321e3f0a24080491eb2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-filesystem-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.s390x",
|
|
sha256 = "8e564ab711b4a60b769a970dc03fb7a32e6441bf9e761321e3f0a24080491eb2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/nginx-filesystem-1.22.1-4.module_el9+666+132dc76f.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/8e564ab711b4a60b769a970dc03fb7a32e6441bf9e761321e3f0a24080491eb2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "nginx-filesystem-1__1.22.1-4.module_el9__plus__666__plus__132dc76f.x86_64",
|
|
sha256 = "8e564ab711b4a60b769a970dc03fb7a32e6441bf9e761321e3f0a24080491eb2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/nginx-filesystem-1.22.1-4.module_el9+666+132dc76f.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/8e564ab711b4a60b769a970dc03fb7a32e6441bf9e761321e3f0a24080491eb2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "npth-0__1.6-8.el9.aarch64",
|
|
sha256 = "95bd797672d70a8752fb881c4ff04ccc14234842dfd9de6bc48373dd96c1ec81",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/npth-1.6-8.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/95bd797672d70a8752fb881c4ff04ccc14234842dfd9de6bc48373dd96c1ec81",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "npth-0__1.6-8.el9.s390x",
|
|
sha256 = "f66f12068208409067e6c342e6c0f4f0646fe527dbb7d5bc3d41adb4d9802b52",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/npth-1.6-8.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/f66f12068208409067e6c342e6c0f4f0646fe527dbb7d5bc3d41adb4d9802b52",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "npth-0__1.6-8.el9.x86_64",
|
|
sha256 = "a7da4ef003bc60045bc60dae299b703e7f1db326f25208fb922ce1b79e2882da",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/npth-1.6-8.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a7da4ef003bc60045bc60dae299b703e7f1db326f25208fb922ce1b79e2882da",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "numactl-libs-0__2.0.19-1.el9.aarch64",
|
|
sha256 = "40f7ef0c0fd573c86227a56b25352c731f41d75acd25d7c7a10c2167bb9aaf74",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/numactl-libs-2.0.19-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/40f7ef0c0fd573c86227a56b25352c731f41d75acd25d7c7a10c2167bb9aaf74",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "numactl-libs-0__2.0.19-1.el9.x86_64",
|
|
sha256 = "3abe41a330364e2e1bf905458de8c0314f0ac3082e6cc475149bd9b2ffdeb428",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/numactl-libs-2.0.19-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3abe41a330364e2e1bf905458de8c0314f0ac3082e6cc475149bd9b2ffdeb428",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openldap-0__2.6.8-4.el9.aarch64",
|
|
sha256 = "f1ed58d5d8f8571832d62b6e5c62995abc54e92f7fe0bc684e5514eb967e26cb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/openldap-2.6.8-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f1ed58d5d8f8571832d62b6e5c62995abc54e92f7fe0bc684e5514eb967e26cb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openldap-0__2.6.8-4.el9.s390x",
|
|
sha256 = "67a9f53b14250f7934faebcc7961b2f9c06875b9c8fb16d4ac19c0e110d0e446",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/openldap-2.6.8-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/67a9f53b14250f7934faebcc7961b2f9c06875b9c8fb16d4ac19c0e110d0e446",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openldap-0__2.6.8-4.el9.x86_64",
|
|
sha256 = "606794339fa964e9c68a94fe756566e0651c52da47ebe7df5fb66f700c6a0421",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/openldap-2.6.8-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/606794339fa964e9c68a94fe756566e0651c52da47ebe7df5fb66f700c6a0421",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openssl-1__3.5.0-1.el9.aarch64",
|
|
sha256 = "53572b5f56597594eb8036506404909348968309b60f0ad5aaa4229d7e1a4d89",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/openssl-3.5.0-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/53572b5f56597594eb8036506404909348968309b60f0ad5aaa4229d7e1a4d89",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openssl-1__3.5.0-1.el9.s390x",
|
|
sha256 = "2e534c38585848dcea6a7ca8699338c9a35c0fe739c2a375bb09dfa8b83ca088",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/openssl-3.5.0-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/2e534c38585848dcea6a7ca8699338c9a35c0fe739c2a375bb09dfa8b83ca088",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openssl-1__3.5.0-1.el9.x86_64",
|
|
sha256 = "facffaa11c895ccf7d39a3f7b63caec1ca8e56c0d707c947b7aa9e48dc189ce4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/openssl-3.5.0-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/facffaa11c895ccf7d39a3f7b63caec1ca8e56c0d707c947b7aa9e48dc189ce4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openssl-libs-1__3.0.1-18.el9.aarch64",
|
|
sha256 = "a69db31e7748b0e23c98520d632d6a76f2f3ea1bff4f7b71cde60adaed470c96",
|
|
urls = ["https://storage.googleapis.com/builddeps/a69db31e7748b0e23c98520d632d6a76f2f3ea1bff4f7b71cde60adaed470c96"],
|
|
)
|
|
|
|
rpm(
|
|
name = "openssl-libs-1__3.0.1-18.el9.x86_64",
|
|
sha256 = "cbe97622a4d4dbd00e2264a5f96087805af03717dfb842dbb6b6412be8f24e99",
|
|
urls = ["https://storage.googleapis.com/builddeps/cbe97622a4d4dbd00e2264a5f96087805af03717dfb842dbb6b6412be8f24e99"],
|
|
)
|
|
|
|
rpm(
|
|
name = "openssl-libs-1__3.5.0-1.el9.aarch64",
|
|
sha256 = "52ffef5d2a8fff38bc98da7d3ee8f3f073d88877b899c91489f1aadbbafb3454",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/openssl-libs-3.5.0-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/52ffef5d2a8fff38bc98da7d3ee8f3f073d88877b899c91489f1aadbbafb3454",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openssl-libs-1__3.5.0-1.el9.s390x",
|
|
sha256 = "36e1878c261f861e191e155282ce0344cc6d7b4e186d65e4e02e10dd52303f38",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/openssl-libs-3.5.0-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/36e1878c261f861e191e155282ce0344cc6d7b4e186d65e4e02e10dd52303f38",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "openssl-libs-1__3.5.0-1.el9.x86_64",
|
|
sha256 = "8bd246bb54e7d563e24c88b3ac94ec36fa368b7b1091fb92085c33def6517ad1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/openssl-libs-3.5.0-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/8bd246bb54e7d563e24c88b3ac94ec36fa368b7b1091fb92085c33def6517ad1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ovirt-imageio-client-0__2.5.0-1.el9.aarch64",
|
|
sha256 = "1c4052438bc21a3e27054f96f5fc8296839a965624a709d3ff77fc8a50bcea1c",
|
|
urls = [
|
|
"https://mirror.stream.centos.org/SIGs/9-stream/virt/aarch64/ovirt-45/Packages/o/ovirt-imageio-client-2.5.0-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1c4052438bc21a3e27054f96f5fc8296839a965624a709d3ff77fc8a50bcea1c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ovirt-imageio-client-0__2.5.1-0.202505141115.git4cde810.el9.x86_64",
|
|
sha256 = "431b16e8b62d473e19cdc0a2fa57467ae183d5b3004dd1ee3f3df4de9a888f3e",
|
|
urls = ["https://storage.googleapis.com/builddeps/431b16e8b62d473e19cdc0a2fa57467ae183d5b3004dd1ee3f3df4de9a888f3e"],
|
|
)
|
|
|
|
rpm(
|
|
name = "ovirt-imageio-common-0__2.5.0-1.el9.aarch64",
|
|
sha256 = "c019c42107de69e37331ea0493225e1eb5ffd55d70b45551b7d1b5456d2bdcfa",
|
|
urls = [
|
|
"https://mirror.stream.centos.org/SIGs/9-stream/virt/aarch64/ovirt-45/Packages/o/ovirt-imageio-common-2.5.0-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c019c42107de69e37331ea0493225e1eb5ffd55d70b45551b7d1b5456d2bdcfa",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "ovirt-imageio-common-0__2.5.1-0.202505141115.git4cde810.el9.x86_64",
|
|
sha256 = "d6deb00554fdb6d1b8696bd5fd190a717d9e868ee5e22209d364de6b26bdf543",
|
|
urls = ["https://storage.googleapis.com/builddeps/d6deb00554fdb6d1b8696bd5fd190a717d9e868ee5e22209d364de6b26bdf543"],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-0__0.24.1-2.el9.aarch64",
|
|
sha256 = "98e7f00d012549fa8fbaba21626388a0b07731f3f25a5801418247d66a5a985f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/p11-kit-0.24.1-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/98e7f00d012549fa8fbaba21626388a0b07731f3f25a5801418247d66a5a985f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-0__0.24.1-2.el9.x86_64",
|
|
sha256 = "da167e41efd19cf25fd1c708b6f123d0203824324b14dd32401d49f2aa0ef0a6",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/p11-kit-0.24.1-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/da167e41efd19cf25fd1c708b6f123d0203824324b14dd32401d49f2aa0ef0a6",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-0__0.25.3-3.el9.aarch64",
|
|
sha256 = "6a255062581be1ba36a33d1b22b46f129fc42d20e0e300c0e8f57639f2951266",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/p11-kit-0.25.3-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6a255062581be1ba36a33d1b22b46f129fc42d20e0e300c0e8f57639f2951266",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-0__0.25.3-3.el9.s390x",
|
|
sha256 = "11c4d8edac3f3944104ba989ee9460efc1ba6a8bf79a3bae49b395c0cc7fd5dc",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/p11-kit-0.25.3-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/11c4d8edac3f3944104ba989ee9460efc1ba6a8bf79a3bae49b395c0cc7fd5dc",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-0__0.25.3-3.el9.x86_64",
|
|
sha256 = "2d02f32cdb62fac32563c70fad44c7252f0173552ccabc58d2b5161207c291a3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/p11-kit-0.25.3-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/2d02f32cdb62fac32563c70fad44c7252f0173552ccabc58d2b5161207c291a3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-trust-0__0.24.1-2.el9.aarch64",
|
|
sha256 = "80e288a5b62f20f7794674c6fdf2f0765a322cd0e81df9359e37582fe950289c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/p11-kit-trust-0.24.1-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/80e288a5b62f20f7794674c6fdf2f0765a322cd0e81df9359e37582fe950289c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-trust-0__0.24.1-2.el9.x86_64",
|
|
sha256 = "ae9a633c58980328bef6358c6aa3c9ce0a65130c66fbfa4249922ddf5a3e2bb1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/p11-kit-trust-0.24.1-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ae9a633c58980328bef6358c6aa3c9ce0a65130c66fbfa4249922ddf5a3e2bb1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-trust-0__0.25.3-3.el9.aarch64",
|
|
sha256 = "6edd6a98ba08cf62dfe98fca9d16337808321504c778165cf8aff055b63dcd06",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/p11-kit-trust-0.25.3-3.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/6edd6a98ba08cf62dfe98fca9d16337808321504c778165cf8aff055b63dcd06",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-trust-0__0.25.3-3.el9.s390x",
|
|
sha256 = "7aa852f515edcc3056bbf35e208bd8f57f68577bff047e54337fa87e0505057a",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/p11-kit-trust-0.25.3-3.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/7aa852f515edcc3056bbf35e208bd8f57f68577bff047e54337fa87e0505057a",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "p11-kit-trust-0__0.25.3-3.el9.x86_64",
|
|
sha256 = "f3b18cc69d79899e17d7c7514a4e350bdd6166a37e979fee5dcfbdc7921a02fa",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/p11-kit-trust-0.25.3-3.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f3b18cc69d79899e17d7c7514a4e350bdd6166a37e979fee5dcfbdc7921a02fa",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pam-0__1.5.1-23.el9.aarch64",
|
|
sha256 = "29b59cfdd2eee4f243f32b623c03b66fdce44d2ab6ac6b72843e76ee94460946",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/pam-1.5.1-23.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/29b59cfdd2eee4f243f32b623c03b66fdce44d2ab6ac6b72843e76ee94460946",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pam-0__1.5.1-23.el9.s390x",
|
|
sha256 = "ac755ce4f02bcdc10724c7ab899a890bc056dcb9ce64ca152c070d49100defdf",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/pam-1.5.1-23.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/ac755ce4f02bcdc10724c7ab899a890bc056dcb9ce64ca152c070d49100defdf",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pam-0__1.5.1-23.el9.x86_64",
|
|
sha256 = "fba392096cbf59204549bca23d4060cdf8aaaa9ce35ade8194c111f519033e10",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/pam-1.5.1-23.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/fba392096cbf59204549bca23d4060cdf8aaaa9ce35ade8194c111f519033e10",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "passt-0__0__caret__20250320.g32f6212-1.el9.aarch64",
|
|
sha256 = "ff13a1c56d38a74edca051c32e257f12cd99a6c0f311268774ec37fc2324ecfb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/passt-0%5E20250320.g32f6212-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ff13a1c56d38a74edca051c32e257f12cd99a6c0f311268774ec37fc2324ecfb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "passt-0__0__caret__20250320.g32f6212-1.el9.s390x",
|
|
sha256 = "22b89a20ad0aeb1375a71ac03f1dfada884cf5b0fc0f62981e6fc737dafe2be3",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/passt-0%5E20250320.g32f6212-1.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/22b89a20ad0aeb1375a71ac03f1dfada884cf5b0fc0f62981e6fc737dafe2be3",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "passt-0__0__caret__20250320.g32f6212-1.el9.x86_64",
|
|
sha256 = "ddfe57e8fb8e7e289bc35233ba3f8977811c16821991d5b275fa6364e06043ab",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/passt-0%5E20250320.g32f6212-1.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ddfe57e8fb8e7e289bc35233ba3f8977811c16821991d5b275fa6364e06043ab",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre-0__8.44-3.el9.3.aarch64",
|
|
sha256 = "0331efd537704e75e26324ba6bb1568762d01bafe7fbce5b981ff0ee0d3ea80c",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/pcre-8.44-3.el9.3.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0331efd537704e75e26324ba6bb1568762d01bafe7fbce5b981ff0ee0d3ea80c",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre-0__8.44-3.el9.3.x86_64",
|
|
sha256 = "4a3cb61eb08c4f24e44756b6cb329812fe48d5c65c1fba546fadfa975045a8c5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/pcre-8.44-3.el9.3.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/4a3cb61eb08c4f24e44756b6cb329812fe48d5c65c1fba546fadfa975045a8c5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre-0__8.44-4.el9.aarch64",
|
|
sha256 = "dc5d71786a68cfa15f49aecd12e90de7af7489a2d0a4d102be38a9faf0c99ae8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/pcre-8.44-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/dc5d71786a68cfa15f49aecd12e90de7af7489a2d0a4d102be38a9faf0c99ae8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre-0__8.44-4.el9.s390x",
|
|
sha256 = "e42ebd2b71ed4d5ee34a5fbba116396c22ed4deb7d7ab6189f048a3f603e5dbb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/pcre-8.44-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/e42ebd2b71ed4d5ee34a5fbba116396c22ed4deb7d7ab6189f048a3f603e5dbb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre-0__8.44-4.el9.x86_64",
|
|
sha256 = "7d6be1d41cb4d0b159a764bfc7c8efecc0353224b46e5286cbbea7092b700690",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/pcre-8.44-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/7d6be1d41cb4d0b159a764bfc7c8efecc0353224b46e5286cbbea7092b700690",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-0__10.37-3.el9.1.aarch64",
|
|
sha256 = "82de22426c96c26e987befb1056e2a6ecd71ba6966736cd3810522e7da77a0f2",
|
|
urls = ["https://storage.googleapis.com/builddeps/82de22426c96c26e987befb1056e2a6ecd71ba6966736cd3810522e7da77a0f2"],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-0__10.37-3.el9.1.x86_64",
|
|
sha256 = "441e71f24e95b7c319f02264db53f88aa49778b2214f7dd5c75f1a3838e72dea",
|
|
urls = ["https://storage.googleapis.com/builddeps/441e71f24e95b7c319f02264db53f88aa49778b2214f7dd5c75f1a3838e72dea"],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-0__10.40-6.el9.aarch64",
|
|
sha256 = "c13e323c383bd5bbe3415701aa21a56b3fefc32d96e081e91c012ef692c78599",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/pcre2-10.40-6.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c13e323c383bd5bbe3415701aa21a56b3fefc32d96e081e91c012ef692c78599",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-0__10.40-6.el9.s390x",
|
|
sha256 = "f7c2df461b8fe6a9617a1c1089fc88576e4df16f6ff9aea83b05413d2e15b4d5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/pcre2-10.40-6.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/f7c2df461b8fe6a9617a1c1089fc88576e4df16f6ff9aea83b05413d2e15b4d5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-0__10.40-6.el9.x86_64",
|
|
sha256 = "bc1012f5417aab8393836d78ac8c5472b1a2d84a2f9fa2b00fff5f8ad3a5ec26",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/pcre2-10.40-6.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/bc1012f5417aab8393836d78ac8c5472b1a2d84a2f9fa2b00fff5f8ad3a5ec26",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-syntax-0__10.37-3.el9.1.aarch64",
|
|
sha256 = "55d7d2bc962334c236418b78199a496b05dea4efdc89e52453154bd1a5ad0e2e",
|
|
urls = ["https://storage.googleapis.com/builddeps/55d7d2bc962334c236418b78199a496b05dea4efdc89e52453154bd1a5ad0e2e"],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-syntax-0__10.37-3.el9.1.x86_64",
|
|
sha256 = "55d7d2bc962334c236418b78199a496b05dea4efdc89e52453154bd1a5ad0e2e",
|
|
urls = ["https://storage.googleapis.com/builddeps/55d7d2bc962334c236418b78199a496b05dea4efdc89e52453154bd1a5ad0e2e"],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-syntax-0__10.40-6.el9.aarch64",
|
|
sha256 = "be36a84f6e311a59190664d61a466471391ab01fb77bd1d2348e9a76414aded4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/pcre2-syntax-10.40-6.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/be36a84f6e311a59190664d61a466471391ab01fb77bd1d2348e9a76414aded4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-syntax-0__10.40-6.el9.s390x",
|
|
sha256 = "be36a84f6e311a59190664d61a466471391ab01fb77bd1d2348e9a76414aded4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/pcre2-syntax-10.40-6.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/be36a84f6e311a59190664d61a466471391ab01fb77bd1d2348e9a76414aded4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "pcre2-syntax-0__10.40-6.el9.x86_64",
|
|
sha256 = "be36a84f6e311a59190664d61a466471391ab01fb77bd1d2348e9a76414aded4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/pcre2-syntax-10.40-6.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/be36a84f6e311a59190664d61a466471391ab01fb77bd1d2348e9a76414aded4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-0__3.9.21-2.el9.aarch64",
|
|
sha256 = "91e1a87884c23995332a26133d50b133c1a001195ba0381de8149bf7e15bfbf8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/python3-3.9.21-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/91e1a87884c23995332a26133d50b133c1a001195ba0381de8149bf7e15bfbf8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-0__3.9.21-2.el9.s390x",
|
|
sha256 = "f769a241663f94179b28c139714dbba4d9366f77f15cb57f1d40d6df86c7a767",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/python3-3.9.21-2.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/f769a241663f94179b28c139714dbba4d9366f77f15cb57f1d40d6df86c7a767",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-0__3.9.21-2.el9.x86_64",
|
|
sha256 = "86c570c2497d8499be137b5051ad245100b6a19031e32e7ce14c3f1e891aa875",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-3.9.21-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/86c570c2497d8499be137b5051ad245100b6a19031e32e7ce14c3f1e891aa875",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-libs-0__3.9.21-2.el9.aarch64",
|
|
sha256 = "3519ee6de773b698816952a236d23371ae3dfdec9d50c8e8481b963fd2c0f92e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/python3-libs-3.9.21-2.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/3519ee6de773b698816952a236d23371ae3dfdec9d50c8e8481b963fd2c0f92e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-libs-0__3.9.21-2.el9.s390x",
|
|
sha256 = "82e326bd86d263ed0f33d026486e73b935f76f538d1ddd07b827f82d638830df",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/python3-libs-3.9.21-2.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/82e326bd86d263ed0f33d026486e73b935f76f538d1ddd07b827f82d638830df",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-libs-0__3.9.21-2.el9.x86_64",
|
|
sha256 = "768f9b7a1eab353288efa7e6f283a5f44020927a6790173471681fdc0d53a362",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-libs-3.9.21-2.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/768f9b7a1eab353288efa7e6f283a5f44020927a6790173471681fdc0d53a362",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-ovirt-engine-sdk4-0__4.6.2-1.el9.aarch64",
|
|
sha256 = "c7348b63dac8c3514f3811aa18760e13ce3a81d6fbf6bfcdbb69ed9b2c9b9f56",
|
|
urls = [
|
|
"https://mirror.stream.centos.org/SIGs/9-stream/virt/aarch64/ovirt-45/Packages/p/python3-ovirt-engine-sdk4-4.6.2-1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c7348b63dac8c3514f3811aa18760e13ce3a81d6fbf6bfcdbb69ed9b2c9b9f56",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-ovirt-engine-sdk4-0__4.6.3-0.1.master.20250514085004.el9.x86_64",
|
|
sha256 = "81a8a96a30163fb06c7b294d1d4b2bb52ede0b549af768d3fee38bb5a1016e96",
|
|
urls = [
|
|
"https://download.copr.fedorainfracloud.org/results/ovirt/ovirt-master-snapshot/centos-stream-9-x86_64/09035762-python-ovirt-engine-sdk4/python3-ovirt-engine-sdk4-4.6.3-0.1.master.20250514085004.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/81a8a96a30163fb06c7b294d1d4b2bb52ede0b549af768d3fee38bb5a1016e96",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-pip-wheel-0__21.3.1-1.el9.aarch64",
|
|
sha256 = "1c8096f1dd57c5d6db4d1391cafb15326431923ba139f3119015773a307f80d9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/python3-pip-wheel-21.3.1-1.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/1c8096f1dd57c5d6db4d1391cafb15326431923ba139f3119015773a307f80d9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-pip-wheel-0__21.3.1-1.el9.s390x",
|
|
sha256 = "1c8096f1dd57c5d6db4d1391cafb15326431923ba139f3119015773a307f80d9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/python3-pip-wheel-21.3.1-1.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/1c8096f1dd57c5d6db4d1391cafb15326431923ba139f3119015773a307f80d9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-pip-wheel-0__21.3.1-1.el9.x86_64",
|
|
sha256 = "1c8096f1dd57c5d6db4d1391cafb15326431923ba139f3119015773a307f80d9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-pip-wheel-21.3.1-1.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/1c8096f1dd57c5d6db4d1391cafb15326431923ba139f3119015773a307f80d9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-pycurl-0__7.43.0.6-8.el9.s390x",
|
|
sha256 = "8123a9e9ae677fea67e44edd76e00219be76b371ae62e4bd5f2a324f738aaebd",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/python3-pycurl-7.43.0.6-8.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/8123a9e9ae677fea67e44edd76e00219be76b371ae62e4bd5f2a324f738aaebd",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-pycurl-0__7.43.0.6-8.el9.x86_64",
|
|
sha256 = "250c5fc154b79c97e5f66514b5b2335d52e879f932c863df157094ac87fc4fd1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/python3-pycurl-7.43.0.6-8.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/250c5fc154b79c97e5f66514b5b2335d52e879f932c863df157094ac87fc4fd1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-pycurl-0__7.45.2-2.1.el9.aarch64",
|
|
sha256 = "73d128066d06d512547a42ed4d5bde098eb04b109de5112f1329444312a8c6ba",
|
|
urls = [
|
|
"https://mirror.stream.centos.org/SIGs/9-stream/virt/aarch64/ovirt-45/Packages/p/python3-pycurl-7.45.2-2.1.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/73d128066d06d512547a42ed4d5bde098eb04b109de5112f1329444312a8c6ba",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-setuptools-wheel-0__53.0.0-14.el9.aarch64",
|
|
sha256 = "f48fc3928f427b3675bc52a9259010b64d6c3f2db6ae5885c13b5ecc7f69ef81",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/python3-setuptools-wheel-53.0.0-14.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/f48fc3928f427b3675bc52a9259010b64d6c3f2db6ae5885c13b5ecc7f69ef81",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-setuptools-wheel-0__53.0.0-14.el9.s390x",
|
|
sha256 = "f48fc3928f427b3675bc52a9259010b64d6c3f2db6ae5885c13b5ecc7f69ef81",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/python3-setuptools-wheel-53.0.0-14.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/f48fc3928f427b3675bc52a9259010b64d6c3f2db6ae5885c13b5ecc7f69ef81",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-setuptools-wheel-0__53.0.0-14.el9.x86_64",
|
|
sha256 = "f48fc3928f427b3675bc52a9259010b64d6c3f2db6ae5885c13b5ecc7f69ef81",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-setuptools-wheel-53.0.0-14.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/f48fc3928f427b3675bc52a9259010b64d6c3f2db6ae5885c13b5ecc7f69ef81",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-six-0__1.15.0-9.el9.aarch64",
|
|
sha256 = "efecffed29602079a1ea1d41c819271ec705a97a68891b43e1d626b2fa0ea8a1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/python3-six-1.15.0-9.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/efecffed29602079a1ea1d41c819271ec705a97a68891b43e1d626b2fa0ea8a1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-six-0__1.15.0-9.el9.s390x",
|
|
sha256 = "efecffed29602079a1ea1d41c819271ec705a97a68891b43e1d626b2fa0ea8a1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/python3-six-1.15.0-9.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/efecffed29602079a1ea1d41c819271ec705a97a68891b43e1d626b2fa0ea8a1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-six-0__1.15.0-9.el9.x86_64",
|
|
sha256 = "efecffed29602079a1ea1d41c819271ec705a97a68891b43e1d626b2fa0ea8a1",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-six-1.15.0-9.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/efecffed29602079a1ea1d41c819271ec705a97a68891b43e1d626b2fa0ea8a1",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-systemd-0__234-19.el9.aarch64",
|
|
sha256 = "c5bc7ec403ee44fe1e479d392f87309c0ab0c86632c3515cc867882e82bbd679",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/python3-systemd-234-19.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c5bc7ec403ee44fe1e479d392f87309c0ab0c86632c3515cc867882e82bbd679",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-systemd-0__234-19.el9.s390x",
|
|
sha256 = "fb74b14bf11fa996a2ef540126119febcb8aa2eeb3a855dffb1eba481b07c878",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/python3-systemd-234-19.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/fb74b14bf11fa996a2ef540126119febcb8aa2eeb3a855dffb1eba481b07c878",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "python3-systemd-0__234-19.el9.x86_64",
|
|
sha256 = "10ce18f02053671942ae5dc165c95cb195a50c309b90159e006214da2c953ea0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/python3-systemd-234-19.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/10ce18f02053671942ae5dc165c95cb195a50c309b90159e006214da2c953ea0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "qemu-img-17__6.2.0-12.el9.aarch64",
|
|
sha256 = "af1a47580fc30e1b139f69e37ba37a03843b86cbe79d68403bdb3ace0978e18b",
|
|
urls = ["https://storage.googleapis.com/builddeps/af1a47580fc30e1b139f69e37ba37a03843b86cbe79d68403bdb3ace0978e18b"],
|
|
)
|
|
|
|
rpm(
|
|
name = "qemu-img-17__6.2.0-12.el9.x86_64",
|
|
sha256 = "895ec7a5139022b1601f1b7ce7235bac7131b9c9a77ab6c2638700e6ea268437",
|
|
urls = ["https://storage.googleapis.com/builddeps/895ec7a5139022b1601f1b7ce7235bac7131b9c9a77ab6c2638700e6ea268437"],
|
|
)
|
|
|
|
rpm(
|
|
name = "qemu-img-17__9.1.0-19.el9.aarch64",
|
|
sha256 = "eecb36dd4c18c7d60b6a24b6583d31cc068aa9639f8a3a2860276794963dd0a9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/qemu-img-9.1.0-19.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/eecb36dd4c18c7d60b6a24b6583d31cc068aa9639f8a3a2860276794963dd0a9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "qemu-img-17__9.1.0-19.el9.s390x",
|
|
sha256 = "81d0d805a6e43207691e2bc6042706c00a997edcf63b40159fdf69c9b9450dd0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/qemu-img-9.1.0-19.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/81d0d805a6e43207691e2bc6042706c00a997edcf63b40159fdf69c9b9450dd0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "qemu-img-17__9.1.0-19.el9.x86_64",
|
|
sha256 = "ce34587d1bd0d97788291595e8f768f287c91f173a40578d1ecf8b2f95d66db5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/qemu-img-9.1.0-19.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ce34587d1bd0d97788291595e8f768f287c91f173a40578d1ecf8b2f95d66db5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "readline-0__8.1-4.el9.aarch64",
|
|
sha256 = "2ecec47a882ff434cc869b691a7e1e8d7639bc1af44bcb214ff4921f675776aa",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/readline-8.1-4.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/2ecec47a882ff434cc869b691a7e1e8d7639bc1af44bcb214ff4921f675776aa",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "readline-0__8.1-4.el9.s390x",
|
|
sha256 = "7b4b6f641f65d99d33ccbefaf4fbfe25a146d80213d359940779be4ad29569a8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/readline-8.1-4.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/7b4b6f641f65d99d33ccbefaf4fbfe25a146d80213d359940779be4ad29569a8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "readline-0__8.1-4.el9.x86_64",
|
|
sha256 = "49945472925286ad89b0575657b43f9224777e36b442f0c88df67f0b61e26aee",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/readline-8.1-4.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/49945472925286ad89b0575657b43f9224777e36b442f0c88df67f0b61e26aee",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "sed-0__4.8-9.el9.aarch64",
|
|
sha256 = "cfdec0f026af984c11277ae613f16af7a86ea6170aac3da495a027599fdc8e3d",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/sed-4.8-9.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/cfdec0f026af984c11277ae613f16af7a86ea6170aac3da495a027599fdc8e3d",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "sed-0__4.8-9.el9.s390x",
|
|
sha256 = "7185b39912949fe56bc0a9bd6463b1c2dc1206efa00dadecfd6e37c9028e1575",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/sed-4.8-9.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/7185b39912949fe56bc0a9bd6463b1c2dc1206efa00dadecfd6e37c9028e1575",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "sed-0__4.8-9.el9.x86_64",
|
|
sha256 = "a2c5d9a7f569abb5a592df1c3aaff0441bf827c9d0e2df0ab42b6c443dbc475f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/sed-4.8-9.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a2c5d9a7f569abb5a592df1c3aaff0441bf827c9d0e2df0ab42b6c443dbc475f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "setup-0__2.13.7-10.el9.aarch64",
|
|
sha256 = "42a1c5a415c44e3b55551f49595c087e2ba55f0fd9ece8056b791983601b76d2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/setup-2.13.7-10.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/42a1c5a415c44e3b55551f49595c087e2ba55f0fd9ece8056b791983601b76d2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "setup-0__2.13.7-10.el9.s390x",
|
|
sha256 = "42a1c5a415c44e3b55551f49595c087e2ba55f0fd9ece8056b791983601b76d2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/setup-2.13.7-10.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/42a1c5a415c44e3b55551f49595c087e2ba55f0fd9ece8056b791983601b76d2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "setup-0__2.13.7-10.el9.x86_64",
|
|
sha256 = "42a1c5a415c44e3b55551f49595c087e2ba55f0fd9ece8056b791983601b76d2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/setup-2.13.7-10.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/42a1c5a415c44e3b55551f49595c087e2ba55f0fd9ece8056b791983601b76d2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "setup-0__2.13.7-6.el9.aarch64",
|
|
sha256 = "c0202712e8ec928cf61f3d777f23859ba6de2e85786e928ee5472fdde570aeee",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/setup-2.13.7-6.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/c0202712e8ec928cf61f3d777f23859ba6de2e85786e928ee5472fdde570aeee",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "setup-0__2.13.7-6.el9.x86_64",
|
|
sha256 = "c0202712e8ec928cf61f3d777f23859ba6de2e85786e928ee5472fdde570aeee",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/setup-2.13.7-6.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/c0202712e8ec928cf61f3d777f23859ba6de2e85786e928ee5472fdde570aeee",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "shadow-utils-2__4.9-12.el9.aarch64",
|
|
sha256 = "37f2e7bbe372bcceaa50f9d36bdc821e6ec13092a580f22c2e15d08a5c5c46ac",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/shadow-utils-4.9-12.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/37f2e7bbe372bcceaa50f9d36bdc821e6ec13092a580f22c2e15d08a5c5c46ac",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "shadow-utils-2__4.9-12.el9.s390x",
|
|
sha256 = "be7591a5fc1954e2328195a50c113c7ceb07d5bdc563dcd5d02956993ed65f6f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/shadow-utils-4.9-12.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/be7591a5fc1954e2328195a50c113c7ceb07d5bdc563dcd5d02956993ed65f6f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "shadow-utils-2__4.9-12.el9.x86_64",
|
|
sha256 = "23f14143a188cf9bf8a0315f930fbeeb0ad34c58357007a52d112c5f8b6029e0",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/shadow-utils-4.9-12.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/23f14143a188cf9bf8a0315f930fbeeb0ad34c58357007a52d112c5f8b6029e0",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "shadow-utils-subid-2__4.9-12.el9.aarch64",
|
|
sha256 = "a460664bb667d57cee63eadf73a992eed4b57dfe51243edddd3dd971d3cebea6",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/shadow-utils-subid-4.9-12.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/a460664bb667d57cee63eadf73a992eed4b57dfe51243edddd3dd971d3cebea6",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "shadow-utils-subid-2__4.9-12.el9.s390x",
|
|
sha256 = "29ff857469a525c29858210bf725dc6796277da4573b6db7cfdceca062f9b9c4",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/shadow-utils-subid-4.9-12.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/29ff857469a525c29858210bf725dc6796277da4573b6db7cfdceca062f9b9c4",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "shadow-utils-subid-2__4.9-12.el9.x86_64",
|
|
sha256 = "e3c061292fe65ae837230dd05522c04f28b4a85bfdecbe2c87adf201d4647761",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/shadow-utils-subid-4.9-12.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e3c061292fe65ae837230dd05522c04f28b4a85bfdecbe2c87adf201d4647761",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "sqlite-libs-0__3.34.1-7.el9.aarch64",
|
|
sha256 = "f8ffaf1f7ca932f6565754d4c6327f58f41ff4fa7239394b6ad593641dd6ce74",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/sqlite-libs-3.34.1-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f8ffaf1f7ca932f6565754d4c6327f58f41ff4fa7239394b6ad593641dd6ce74",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "sqlite-libs-0__3.34.1-7.el9.s390x",
|
|
sha256 = "00136bb1b209b112853b5e2217966276c1cf24c115028afa99f5eb1389984790",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/sqlite-libs-3.34.1-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/00136bb1b209b112853b5e2217966276c1cf24c115028afa99f5eb1389984790",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "sqlite-libs-0__3.34.1-7.el9.x86_64",
|
|
sha256 = "eddc9570ff3c2f672034888a57eac371e166671fee8300c3c4976324d502a00f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/sqlite-libs-3.34.1-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/eddc9570ff3c2f672034888a57eac371e166671fee8300c3c4976324d502a00f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-0__252-53.el9.aarch64",
|
|
sha256 = "522e7b48e01bd5b97db036327c2e02f246a362cf95a9cca780c704f2bc995d55",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/systemd-252-53.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/522e7b48e01bd5b97db036327c2e02f246a362cf95a9cca780c704f2bc995d55",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-0__252-53.el9.s390x",
|
|
sha256 = "ad328594663e92545aa5d83391610f5de3e7d85067b7ebe9ed760d97ae94aa9f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/systemd-252-53.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/ad328594663e92545aa5d83391610f5de3e7d85067b7ebe9ed760d97ae94aa9f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-0__252-53.el9.x86_64",
|
|
sha256 = "914c148a1b6f9bba358beb3b6a8158c3227e030e4bda10daaa29150c8a4dec14",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/systemd-252-53.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/914c148a1b6f9bba358beb3b6a8158c3227e030e4bda10daaa29150c8a4dec14",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-libs-0__250-4.el9.aarch64",
|
|
sha256 = "0afc6fc8e96fb76f2183774bf309efb5bef2c0f85b68f351bece3e0385f08106",
|
|
urls = ["https://storage.googleapis.com/builddeps/0afc6fc8e96fb76f2183774bf309efb5bef2c0f85b68f351bece3e0385f08106"],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-libs-0__250-4.el9.x86_64",
|
|
sha256 = "f0a57df3dcea7a138470ffb9a4e5201edf807ce4082730dd9f0e886435df7ced",
|
|
urls = ["https://storage.googleapis.com/builddeps/f0a57df3dcea7a138470ffb9a4e5201edf807ce4082730dd9f0e886435df7ced"],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-libs-0__252-53.el9.aarch64",
|
|
sha256 = "9bb3ecf74dfd855357be53e0cddadf2d776e305dce80fe83d6627e07f981baf6",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/systemd-libs-252-53.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/9bb3ecf74dfd855357be53e0cddadf2d776e305dce80fe83d6627e07f981baf6",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-libs-0__252-53.el9.s390x",
|
|
sha256 = "aa4fe4903d3642160c8f4e04e2301bc1334b8c105f240e752523063cf066fb82",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/systemd-libs-252-53.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/aa4fe4903d3642160c8f4e04e2301bc1334b8c105f240e752523063cf066fb82",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-libs-0__252-53.el9.x86_64",
|
|
sha256 = "0080a5aa77131cdf69316cd5fe416cad5dbae98b612dd957bd16f328f69301b5",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/systemd-libs-252-53.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/0080a5aa77131cdf69316cd5fe416cad5dbae98b612dd957bd16f328f69301b5",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-pam-0__252-53.el9.aarch64",
|
|
sha256 = "978eedb2909378caeae810043129a73bb2ae66c9f57ce0167bb636007ebaaf37",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/systemd-pam-252-53.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/978eedb2909378caeae810043129a73bb2ae66c9f57ce0167bb636007ebaaf37",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-pam-0__252-53.el9.s390x",
|
|
sha256 = "0ecb8cb190584cd689ca7f67ffdf67f469d217f0c4dc36b85bca7176355253d9",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/systemd-pam-252-53.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/0ecb8cb190584cd689ca7f67ffdf67f469d217f0c4dc36b85bca7176355253d9",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-pam-0__252-53.el9.x86_64",
|
|
sha256 = "9dd7d630e51b4d644d37cd2d472acb153b9ac3ac8b1d5adffdf724a3c3775008",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/systemd-pam-252-53.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/9dd7d630e51b4d644d37cd2d472acb153b9ac3ac8b1d5adffdf724a3c3775008",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-rpm-macros-0__252-53.el9.aarch64",
|
|
sha256 = "dbcc4bfc5e8b4580ad294c3774328f8daad6d1258173b522ef118654e9e1003e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/systemd-rpm-macros-252-53.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/dbcc4bfc5e8b4580ad294c3774328f8daad6d1258173b522ef118654e9e1003e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-rpm-macros-0__252-53.el9.s390x",
|
|
sha256 = "dbcc4bfc5e8b4580ad294c3774328f8daad6d1258173b522ef118654e9e1003e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/systemd-rpm-macros-252-53.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/dbcc4bfc5e8b4580ad294c3774328f8daad6d1258173b522ef118654e9e1003e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "systemd-rpm-macros-0__252-53.el9.x86_64",
|
|
sha256 = "dbcc4bfc5e8b4580ad294c3774328f8daad6d1258173b522ef118654e9e1003e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/systemd-rpm-macros-252-53.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/dbcc4bfc5e8b4580ad294c3774328f8daad6d1258173b522ef118654e9e1003e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "tar-2__1.34-7.el9.aarch64",
|
|
sha256 = "e3ee12a44a68c84627e43c2512ad8904a4778a82b274d0e8147ca46645f4a1fb",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/tar-1.34-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/e3ee12a44a68c84627e43c2512ad8904a4778a82b274d0e8147ca46645f4a1fb",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "tar-2__1.34-7.el9.s390x",
|
|
sha256 = "304bca9dd546a39a59bd50b8ec5fb3f42898138f92e49945be09cab503cdf1a2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/tar-1.34-7.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/304bca9dd546a39a59bd50b8ec5fb3f42898138f92e49945be09cab503cdf1a2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "tar-2__1.34-7.el9.x86_64",
|
|
sha256 = "b90b0e6f70433d3935b1dd45a3c10a40768950b5c9121545034179bd7b55159f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/tar-1.34-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/b90b0e6f70433d3935b1dd45a3c10a40768950b5c9121545034179bd7b55159f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "tzdata-0__2021e-1.el9.aarch64",
|
|
sha256 = "42d89577a0f887c4baa162250862dea2c1830b1ced56c45ced9645ad8e2a3671",
|
|
urls = ["https://storage.googleapis.com/builddeps/42d89577a0f887c4baa162250862dea2c1830b1ced56c45ced9645ad8e2a3671"],
|
|
)
|
|
|
|
rpm(
|
|
name = "tzdata-0__2021e-1.el9.x86_64",
|
|
sha256 = "42d89577a0f887c4baa162250862dea2c1830b1ced56c45ced9645ad8e2a3671",
|
|
urls = ["https://storage.googleapis.com/builddeps/42d89577a0f887c4baa162250862dea2c1830b1ced56c45ced9645ad8e2a3671"],
|
|
)
|
|
|
|
rpm(
|
|
name = "tzdata-0__2025b-1.el9.aarch64",
|
|
sha256 = "6d98a9bab563c68269f9c6f8f85e886d7f80b2053b10e5956ab0a9de161ae98e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/tzdata-2025b-1.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/6d98a9bab563c68269f9c6f8f85e886d7f80b2053b10e5956ab0a9de161ae98e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "tzdata-0__2025b-1.el9.s390x",
|
|
sha256 = "6d98a9bab563c68269f9c6f8f85e886d7f80b2053b10e5956ab0a9de161ae98e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/tzdata-2025b-1.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/6d98a9bab563c68269f9c6f8f85e886d7f80b2053b10e5956ab0a9de161ae98e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "tzdata-0__2025b-1.el9.x86_64",
|
|
sha256 = "6d98a9bab563c68269f9c6f8f85e886d7f80b2053b10e5956ab0a9de161ae98e",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/tzdata-2025b-1.el9.noarch.rpm",
|
|
"https://storage.googleapis.com/builddeps/6d98a9bab563c68269f9c6f8f85e886d7f80b2053b10e5956ab0a9de161ae98e",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "util-linux-0__2.37.4-21.el9.aarch64",
|
|
sha256 = "434fe9c8a283246524ced5b6637ef2f95ad0e1ab20cbeabc582592b30f69b0b8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/util-linux-2.37.4-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/434fe9c8a283246524ced5b6637ef2f95ad0e1ab20cbeabc582592b30f69b0b8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "util-linux-0__2.37.4-21.el9.s390x",
|
|
sha256 = "bc5501f5a26586828a30cc97870f2f907d44c6107d7974c620ff920718b4d6bd",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/util-linux-2.37.4-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/bc5501f5a26586828a30cc97870f2f907d44c6107d7974c620ff920718b4d6bd",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "util-linux-0__2.37.4-21.el9.x86_64",
|
|
sha256 = "77f5aa59c85c1231bde7f64a7e348bb7b4675a04e385e219275abbd748037075",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/util-linux-2.37.4-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/77f5aa59c85c1231bde7f64a7e348bb7b4675a04e385e219275abbd748037075",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "util-linux-core-0__2.37.2-1.el9.aarch64",
|
|
sha256 = "5bd360c94d20a11bac665b634569fc2597eab88280d88cd5b71be853e8331e14",
|
|
urls = ["https://storage.googleapis.com/builddeps/5bd360c94d20a11bac665b634569fc2597eab88280d88cd5b71be853e8331e14"],
|
|
)
|
|
|
|
rpm(
|
|
name = "util-linux-core-0__2.37.2-1.el9.x86_64",
|
|
sha256 = "0313682867c1d07785a6d02ff87e1899f484bd1ce6348fa5c673eca78c0da2bd",
|
|
urls = ["https://storage.googleapis.com/builddeps/0313682867c1d07785a6d02ff87e1899f484bd1ce6348fa5c673eca78c0da2bd"],
|
|
)
|
|
|
|
rpm(
|
|
name = "util-linux-core-0__2.37.4-21.el9.aarch64",
|
|
sha256 = "1066ec56c02d69030fb95b0749f8d21e7748449ffa95bba4fb0e12ec938ca1d8",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/util-linux-core-2.37.4-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1066ec56c02d69030fb95b0749f8d21e7748449ffa95bba4fb0e12ec938ca1d8",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "util-linux-core-0__2.37.4-21.el9.s390x",
|
|
sha256 = "62553c85f62156441de1b4e5da924182b3bafabef47fe803539396fd44fadb43",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/util-linux-core-2.37.4-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/62553c85f62156441de1b4e5da924182b3bafabef47fe803539396fd44fadb43",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "util-linux-core-0__2.37.4-21.el9.x86_64",
|
|
sha256 = "1858fbea657a9edce414fd98b8260b37ef521769f06830fccc7831094ec04154",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/util-linux-core-2.37.4-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1858fbea657a9edce414fd98b8260b37ef521769f06830fccc7831094ec04154",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "vim-minimal-2__8.2.2637-15.el9.aarch64",
|
|
sha256 = "14136f426b9425d7c66bc6a5cace746b84b0bcf436e58144d782d993998da7da",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/vim-minimal-8.2.2637-15.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/14136f426b9425d7c66bc6a5cace746b84b0bcf436e58144d782d993998da7da",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "vim-minimal-2__8.2.2637-15.el9.x86_64",
|
|
sha256 = "062a1b85ecad3a9ea41e39f268f5660c1e6262999339fc18e77c797101b96461",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/vim-minimal-8.2.2637-15.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/062a1b85ecad3a9ea41e39f268f5660c1e6262999339fc18e77c797101b96461",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "vim-minimal-2__8.2.2637-21.el9.aarch64",
|
|
sha256 = "2a06e6863cc4d8c699b727424f2e0a06c75f5c8265cb2bc576242054d1bff444",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/vim-minimal-8.2.2637-21.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/2a06e6863cc4d8c699b727424f2e0a06c75f5c8265cb2bc576242054d1bff444",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "vim-minimal-2__8.2.2637-21.el9.s390x",
|
|
sha256 = "a04988c53eea9735bb2eb5106e7e2215f5a355af2c33dfbe20c643c811b9176f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/vim-minimal-8.2.2637-21.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/a04988c53eea9735bb2eb5106e7e2215f5a355af2c33dfbe20c643c811b9176f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "vim-minimal-2__8.2.2637-21.el9.x86_64",
|
|
sha256 = "1b15304790e4b2e7d4ff378b7bf0363b6ecb1c852fc42f984267296538de0c16",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/vim-minimal-8.2.2637-21.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/1b15304790e4b2e7d4ff378b7bf0363b6ecb1c852fc42f984267296538de0c16",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "xz-libs-0__5.2.5-7.el9.aarch64",
|
|
sha256 = "49c5e788208a6e2e458d6bdaf8bde5b834eb32693810b90b4354c4c47695b453",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/xz-libs-5.2.5-7.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/49c5e788208a6e2e458d6bdaf8bde5b834eb32693810b90b4354c4c47695b453",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "xz-libs-0__5.2.5-7.el9.x86_64",
|
|
sha256 = "770819da28cce56e2e2b141b0eee1694d7f3dcf78a5700e1469436461399f001",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/xz-libs-5.2.5-7.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/770819da28cce56e2e2b141b0eee1694d7f3dcf78a5700e1469436461399f001",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "xz-libs-0__5.2.5-8.el9.aarch64",
|
|
sha256 = "99784163a31515239be42e68608478b8337fd168cdb12bcba31de9dd78e35a25",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/xz-libs-5.2.5-8.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/99784163a31515239be42e68608478b8337fd168cdb12bcba31de9dd78e35a25",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "xz-libs-0__5.2.5-8.el9.s390x",
|
|
sha256 = "f5df58b242361ae5aaf97d1149c4331cc762394cadb5ebd054db089a6e10ae24",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/xz-libs-5.2.5-8.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/f5df58b242361ae5aaf97d1149c4331cc762394cadb5ebd054db089a6e10ae24",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "xz-libs-0__5.2.5-8.el9.x86_64",
|
|
sha256 = "ff3c88297d75c51a5f8e9d2d69f8ad1eaf8347e20920b4335a3e0fc53269ad28",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/xz-libs-5.2.5-8.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/ff3c88297d75c51a5f8e9d2d69f8ad1eaf8347e20920b4335a3e0fc53269ad28",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "yajl-0__2.1.0-25.el9.aarch64",
|
|
sha256 = "d29c33e14aaa4b6685df599f6bd490010b1e270bbedf002ce6dd028ee9559c74",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/yajl-2.1.0-25.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/d29c33e14aaa4b6685df599f6bd490010b1e270bbedf002ce6dd028ee9559c74",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "yajl-0__2.1.0-25.el9.s390x",
|
|
sha256 = "e4e05c1fad6db9a4a6dae85c8b851e5249d0c969b9ab00389f5d94fbfeff3a4f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/Packages/yajl-2.1.0-25.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/e4e05c1fad6db9a4a6dae85c8b851e5249d0c969b9ab00389f5d94fbfeff3a4f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "yajl-0__2.1.0-25.el9.x86_64",
|
|
sha256 = "f15f09fad761093398f946d4c218738fc10184930061c24554c98e098c01f01f",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/yajl-2.1.0-25.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/f15f09fad761093398f946d4c218738fc10184930061c24554c98e098c01f01f",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "zlib-0__1.2.11-32.el9.aarch64",
|
|
sha256 = "1b99ee6c18e92f2a727c39668941273c67f25eef18f7e9fe4febd484e9a80dbd",
|
|
urls = ["https://storage.googleapis.com/builddeps/1b99ee6c18e92f2a727c39668941273c67f25eef18f7e9fe4febd484e9a80dbd"],
|
|
)
|
|
|
|
rpm(
|
|
name = "zlib-0__1.2.11-32.el9.x86_64",
|
|
sha256 = "59b0101c691ea180b992d338b372852c1d1607931c472c6ee22056e2fb099505",
|
|
urls = ["https://storage.googleapis.com/builddeps/59b0101c691ea180b992d338b372852c1d1607931c472c6ee22056e2fb099505"],
|
|
)
|
|
|
|
rpm(
|
|
name = "zlib-0__1.2.11-41.el9.aarch64",
|
|
sha256 = "c50e107cdd35460294852d99c954296e0e833d37852a1be1e2aaea2f1b48f9d2",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/Packages/zlib-1.2.11-41.el9.aarch64.rpm",
|
|
"https://storage.googleapis.com/builddeps/c50e107cdd35460294852d99c954296e0e833d37852a1be1e2aaea2f1b48f9d2",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "zlib-0__1.2.11-41.el9.s390x",
|
|
sha256 = "bbe95dadf7383694d5b13ea8ae89b76697ed7009b4be889220d4a7d23db28759",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/Packages/zlib-1.2.11-41.el9.s390x.rpm",
|
|
"https://storage.googleapis.com/builddeps/bbe95dadf7383694d5b13ea8ae89b76697ed7009b4be889220d4a7d23db28759",
|
|
],
|
|
)
|
|
|
|
rpm(
|
|
name = "zlib-0__1.2.11-41.el9.x86_64",
|
|
sha256 = "370951ea635bc16313f21ac2823ec815147ed1124b74865a34c54e94e4db9602",
|
|
urls = [
|
|
"http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/zlib-1.2.11-41.el9.x86_64.rpm",
|
|
"https://storage.googleapis.com/builddeps/370951ea635bc16313f21ac2823ec815147ed1124b74865a34c54e94e4db9602",
|
|
],
|
|
)
|