From 264b2df9026b02f44862d51fa80e253d3c6576e5 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:50:35 +0200 Subject: [PATCH] deps: upgrade to Fedora 38 (#1909) * image: upgrade mkosi distro version to Fedora 38 * image: remove downgrade of GCP kernel * ci: upgrade expected measurements for Fedora 38 * deps: upgrade bazeldnf packages to Fedora 38 * deps: upgrade container images to Fedora 38 --- .github/workflows/build-os-image.yml | 32 +- bazel/container/Containerfile | 30 +- .../debugd/logcollector/filebeat/Dockerfile | 2 +- .../debugd/logcollector/logstash/Dockerfile | 4 +- image/Makefile | 17 +- image/README.md | 24 +- image/mkosi.conf.d/mkosi.conf | 2 +- image/mkosi.conf.d/mkosi.gcp.conf | 6 +- rpm/BUILD.bazel | 1473 ++++--- rpm/repo.yaml | 8 +- rpm/rpms.bzl | 3662 ++++++++--------- tools/dnf-init.sh | 2 +- tools/dnf-tree.sh | 10 +- 13 files changed, 2407 insertions(+), 2865 deletions(-) diff --git a/.github/workflows/build-os-image.yml b/.github/workflows/build-os-image.yml index 79cc8358c..29aef20ef 100644 --- a/.github/workflows/build-os-image.yml +++ b/.github/workflows/build-os-image.yml @@ -334,7 +334,7 @@ jobs: - name: Collect hashes id: collect-hashes - working-directory: ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37 + working-directory: ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38 run: | { echo "image-raw-${{ matrix.csp }}-${{ matrix.attestation_variant }}-sha256=$(sha256sum image.raw | head -c 64)" @@ -351,27 +351,27 @@ jobs: uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: image-${{ matrix.csp }}-${{ matrix.attestation_variant }} - path: ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.raw + path: ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.raw - name: Upload individual OS parts as artifacts uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: parts-${{ matrix.csp }}-${{ matrix.attestation_variant }} path: | - ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.cmdline - ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.efi - ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.esp.raw - ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.root-x86-64.raw - ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.root-x86-64-verity.raw - ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.vmlinuz + ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.cmdline + ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.efi + ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.esp.raw + ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.root-x86-64.raw + ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.root-x86-64-verity.raw + ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.vmlinuz - name: Upload manifest as artifact uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: manifest-${{ matrix.csp }}-${{ matrix.attestation_variant }} path: | - ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.changelog - ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.manifest + ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.changelog + ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.manifest upload-os-image: name: "Upload OS image to CSP" @@ -399,10 +399,10 @@ jobs: - csp: openstack attestation_variant: qemu-vtpm env: - RAW_IMAGE_PATH: mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image.raw - JSON_OUTPUT: mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37/image-upload.json - AZURE_IMAGE_PATH: mkosi.output.azure_${{ matrix.attestation_variant }}/fedora~37/image.vhd - GCP_IMAGE_PATH: mkosi.output.gcp_${{ matrix.attestation_variant }}/fedora~37/image.tar.gz + RAW_IMAGE_PATH: mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image.raw + JSON_OUTPUT: mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38/image-upload.json + AZURE_IMAGE_PATH: mkosi.output.azure_${{ matrix.attestation_variant }}/fedora~38/image.vhd + GCP_IMAGE_PATH: mkosi.output.gcp_${{ matrix.attestation_variant }}/fedora~38/image.tar.gz SHORTNAME: ${{ needs.build-settings.outputs.imageNameShort }} ATTESTATION_VARIANT: ${{ matrix.attestation_variant }} steps: @@ -415,7 +415,7 @@ jobs: uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: name: image-${{ matrix.csp }}-${{ matrix.attestation_variant }} - path: ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~37 + path: ${{ github.workspace }}/image/mkosi.output.${{ matrix.csp }}_${{ matrix.attestation_variant }}/fedora~38 - name: Install tools shell: bash @@ -655,7 +655,7 @@ jobs: .measurements.6.warnOnly = true | .measurements.6.expected = "3d458cfe55cc03ea1f443f1562beec8df51c75e14a9fcf9a7234a13f198e7969" | .measurements.7.warnOnly = true | - .measurements.7.expected = "b1e9b305325c51b93da58cbf7f92512d8eebfa01143e4d8844e40e062e9b6cd5" | + .measurements.7.expected = "a1d193dbfc3da1a5e93fe7b1384427fb78feeffcb06675a0cf840ec99406f237" | .measurements.8.warnOnly = false | .measurements.9.warnOnly = false | .measurements.11.warnOnly = false | diff --git a/bazel/container/Containerfile b/bazel/container/Containerfile index 33f6150a3..bb9746482 100644 --- a/bazel/container/Containerfile +++ b/bazel/container/Containerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.5-labs -FROM fedora:37 +FROM fedora:38 ARG TARGETOS ARG TARGETARCH @@ -12,20 +12,20 @@ ADD --checksum=sha256:${BAZELISK_SHA256} \ /usr/local/bin/bazelisk RUN chmod +x /usr/local/bin/bazelisk && \ - ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel && \ - dnf install -y \ - git \ - diffutils \ - libxcrypt-compat \ - python3 \ - && \ - dnf clean all && \ - groupadd --gid 1000 builder && \ - useradd -rm -d /home/builder -s /bin/bash -g root -u 1000 --gid builder builder && \ - mkdir -p /home/builder/.cache && \ - mkdir -p /workspace && \ - chown -R builder:builder /home/builder/.cache /workspace && \ - git config --global --add safe.directory /workspace + ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel && \ + dnf install -y \ + git \ + diffutils \ + libxcrypt-compat \ + python3 \ + && \ + dnf clean all && \ + groupadd --gid 1000 builder && \ + useradd -rm -d /home/builder -s /bin/bash -g root -u 1000 --gid builder builder && \ + mkdir -p /home/builder/.cache && \ + mkdir -p /workspace && \ + chown -R builder:builder /home/builder/.cache /workspace && \ + git config --global --add safe.directory /workspace USER builder WORKDIR /workspace diff --git a/debugd/internal/debugd/logcollector/filebeat/Dockerfile b/debugd/internal/debugd/logcollector/filebeat/Dockerfile index d591ec82b..4229ad892 100644 --- a/debugd/internal/debugd/logcollector/filebeat/Dockerfile +++ b/debugd/internal/debugd/logcollector/filebeat/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:37@sha256:ab2fd8de428f5dbdb147d43135902a776a6c64d2243fd7ac99629df3b47c9256 AS release +FROM fedora:38@sha256:a29e3f593f5eb60a0a52d34bdc0147da22c97381d3667c5588dbe02ca35e1514 AS release RUN dnf install -y https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.6.2-x86_64.rpm diff --git a/debugd/internal/debugd/logcollector/logstash/Dockerfile b/debugd/internal/debugd/logcollector/logstash/Dockerfile index 2b23c574e..7e81c33d6 100644 --- a/debugd/internal/debugd/logcollector/logstash/Dockerfile +++ b/debugd/internal/debugd/logcollector/logstash/Dockerfile @@ -1,11 +1,11 @@ -FROM fedora:37@sha256:ab2fd8de428f5dbdb147d43135902a776a6c64d2243fd7ac99629df3b47c9256 AS build +FROM fedora:38@sha256:a29e3f593f5eb60a0a52d34bdc0147da22c97381d3667c5588dbe02ca35e1514 AS build ARG LOGSTASH_VER=8.6.1 RUN curl -fsSLO https://artifacts.opensearch.org/logstash/logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz RUN tar -zxvf logstash-oss-with-opensearch-output-plugin-$LOGSTASH_VER-linux-x64.tar.gz -FROM fedora:37@sha256:ab2fd8de428f5dbdb147d43135902a776a6c64d2243fd7ac99629df3b47c9256 AS release +FROM fedora:38@sha256:a29e3f593f5eb60a0a52d34bdc0147da22c97381d3667c5588dbe02ca35e1514 AS release COPY --from=build logstash-* /usr/share/logstash diff --git a/image/Makefile b/image/Makefile index e14ccebb7..95064f0f8 100644 --- a/image/Makefile +++ b/image/Makefile @@ -27,11 +27,10 @@ AZURE_FIXED_KERNEL_RPMS := kernel-6.1.18-200.fc37.x86_64.rpm kernel-core-6.1.18- GCP_FIXED_KERNEL_RPMS := kernel-6.1.18-200.fc37.x86_64.rpm kernel-core-6.1.18-200.fc37.x86_64.rpm kernel-modules-6.1.18-200.fc37.x86_64.rpm PREBUILD_RPMS_SYSTEMD := $(addprefix prebuilt/rpms/systemd/,$(SYSTEMD_FIXED_RPMS)) PREBUILT_RPMS_AZURE := $(addprefix prebuilt/rpms/azure/,$(AZURE_FIXED_KERNEL_RPMS)) -PREBUILT_RPMS_GCP := $(addprefix prebuilt/rpms/gcp/,$(GCP_FIXED_KERNEL_RPMS)) .PHONY: all clean inject-bins $(csps) $(variants) -.NOTPARALLEL: mkosi.output.%/fedora~37/image.raw clean-% +.NOTPARALLEL: mkosi.output.%/fedora~38/image.raw clean-% all: $(csps) @@ -41,27 +40,19 @@ gcp: gcp_gcp-sev-es gcp_gcp-sev-snp openstack: openstack_qemu-vtpm qemu: qemu_qemu-vtpm -$(variants): %: mkosi.output.%/fedora~37/image.raw +$(variants): %: mkosi.output.%/fedora~38/image.raw prebuilt/rpms/systemd/%.rpm: @echo "Downloading $*" @mkdir -p $(@D) @curl -fsSL -o $@ https://kojipkgs.fedoraproject.org/packages/systemd/251.11/2.fc37/x86_64/$*.rpm -# Currently, Azure and GCP use the same fixed kernels. -# They will likely derive soon again, but for now we can just copy the file from Azure to save traffic. -prebuilt/rpms/gcp/%.rpm: prebuilt/rpms/azure/%.rpm - @echo "Downloading $*" - @mkdir -p $(@D) - # @curl -fsSL -o $@ https://kojipkgs.fedoraproject.org/packages/kernel/6.1.18/200.fc37/x86_64/$*.rpm - cp prebuilt/rpms/azure/$*.rpm prebuilt/rpms/gcp/$*.rpm - prebuilt/rpms/azure/%.rpm: @echo "Downloading $*" @mkdir -p $(@D) @curl -fsSL -o $@ https://kojipkgs.fedoraproject.org/packages/kernel/6.1.18/200.fc37/x86_64/$*.rpm -mkosi.output.%/fedora~37/image.raw: inject-bins inject-certs +mkosi.output.%/fedora~38/image.raw: inject-bins inject-certs rm -rf .csp/ mkdir -p .csp/ $(eval csp := $(firstword $(subst _, ,$*))) @@ -85,7 +76,7 @@ mkosi.output.%/fedora~37/image.raw: inject-bins inject-certs rm -rf .csp/ @echo "Image is ready: $@" -inject-bins: $(PREBUILD_RPMS_SYSTEMD) $(PREBUILT_RPMS_AZURE) $(PREBUILT_RPMS_GCP) +inject-bins: $(PREBUILD_RPMS_SYSTEMD) $(PREBUILT_RPMS_AZURE) mkdir -p $(MKOSI_EXTRA)/usr/bin mkdir -p $(MKOSI_EXTRA)/usr/sbin cp $(UPGRADE_AGENT_BINARY) $(MKOSI_EXTRA)/usr/bin/upgrade-agent diff --git a/image/README.md b/image/README.md index 2f9619821..e3fc027b0 100644 --- a/image/README.md +++ b/image/README.md @@ -113,7 +113,7 @@ After that, you can build the image with: sudo make EXTRA_SEARCH_PATHS="${SYSTEMD_BIN}" -j $(nproc) ``` -Raw images will be placed in `mkosi.output./fedora~37/image.raw`. +Raw images will be placed in `mkosi.output./fedora~38/image.raw`. ## Prepare Secure Boot @@ -125,7 +125,7 @@ For QEMU and Azure, you can pre-generate the NVRAM variables for secure boot. Th libvirt / QEMU / KVM ```sh -secure-boot/generate_nvram_vars.sh mkosi.output.qemu/fedora~37/image.raw +secure-boot/generate_nvram_vars.sh mkosi.output.qemu/fedora~38/image.raw ``` @@ -147,10 +147,10 @@ export AZURE_REGION=northeurope export AZURE_REPLICATION_REGIONS= export AZURE_DISK_NAME=constellation-$(date +%s) export AZURE_SNAPSHOT_NAME=${AZURE_DISK_NAME} -export AZURE_RAW_IMAGE_PATH=${PWD}/mkosi.output.azure/fedora~37/image.raw -export AZURE_IMAGE_PATH=${PWD}/mkosi.output.azure/fedora~37/image.vhd +export AZURE_RAW_IMAGE_PATH=${PWD}/mkosi.output.azure/fedora~38/image.raw +export AZURE_IMAGE_PATH=${PWD}/mkosi.output.azure/fedora~38/image.vhd export AZURE_VMGS_FILENAME=${AZURE_SECURITY_TYPE}.vmgs -export AZURE_JSON_OUTPUT=${PWD}/mkosi.output.azure/fedora~37/image-upload.json +export AZURE_JSON_OUTPUT=${PWD}/mkosi.output.azure/fedora~38/image-upload.json export BLOBS_DIR=${PWD}/blobs upload/pack.sh azure "${AZURE_RAW_IMAGE_PATH}" "${AZURE_IMAGE_PATH}" upload/upload_azure.sh --disk-name "${AZURE_DISK_NAME}-setup-secure-boot" "" @@ -191,7 +191,7 @@ Warning! Never set `--version` to a value that is already used for a release ima ```sh # Warning! Never set `--version` to a value that is already used for a release image. # Instead, use a `ref` that corresponds to your branch name. -bazel run //image/upload -- aws --verbose --raw-image mkosi.output.aws/fedora~37/image.raw --variant "" --version ref/foo/stream/nightly/v2.7.0-pre-asdf +bazel run //image/upload -- aws --verbose --raw-image mkosi.output.aws/fedora~38/image.raw --variant "" --version ref/foo/stream/nightly/v2.7.0-pre-asdf ``` @@ -207,8 +207,8 @@ bazel run //image/upload -- aws --verbose --raw-image mkosi.output.aws/fedora~37 - `pki_prod` is used for release images ```sh -export GCP_RAW_IMAGE_PATH=${PWD}/mkosi.output.gcp/fedora~37/image.raw -export GCP_IMAGE_PATH=${PWD}/mkosi.output.gcp/fedora~37/image.tar.gz +export GCP_RAW_IMAGE_PATH=${PWD}/mkosi.output.gcp/fedora~38/image.raw +export GCP_IMAGE_PATH=${PWD}/mkosi.output.gcp/fedora~38/image.tar.gz upload/pack.sh gcp ${GCP_RAW_IMAGE_PATH} ${GCP_IMAGE_PATH} # Warning! Never set `--version` to a value that is already used for a release image. # Instead, use a `ref` that corresponds to your branch name. @@ -230,8 +230,8 @@ Note: - Optional (if Secure Boot should be enabled) [Prepare virtual machine guest state (VMGS) with customized NVRAM or use existing VMGS blob](#azure-secure-boot) ```sh -export AZURE_RAW_IMAGE_PATH=${PWD}/mkosi.output.azure/fedora~37/image.raw -export AZURE_IMAGE_PATH=${PWD}/mkosi.output.azure/fedora~37/image.vhd +export AZURE_RAW_IMAGE_PATH=${PWD}/mkosi.output.azure/fedora~38/image.raw +export AZURE_IMAGE_PATH=${PWD}/mkosi.output.azure/fedora~38/image.vhd upload/pack.sh azure "${AZURE_RAW_IMAGE_PATH}" "${AZURE_IMAGE_PATH}" # Warning! Never set `--version` to a value that is already used for a release image. # Instead, use a `ref` that corresponds to your branch name. @@ -254,7 +254,7 @@ Note: ```sh # Warning! Never set `--version` to a value that is already used for a release image. # Instead, use a `ref` that corresponds to your branch name. -bazel run //image/upload -- openstack --verbose --raw-image mkosi.output.openstack/fedora~37/image.raw --variant "sev" --version ref/foo/stream/nightly/v2.7.0-pre-asdf +bazel run //image/upload -- openstack --verbose --raw-image mkosi.output.openstack/fedora~38/image.raw --variant "sev" --version ref/foo/stream/nightly/v2.7.0-pre-asdf ``` @@ -268,7 +268,7 @@ bazel run //image/upload -- openstack --verbose --raw-image mkosi.output.opensta ```sh # Warning! Never set `--version` to a value that is already used for a release image. # Instead, use a `ref` that corresponds to your branch name. -bazel run //image/upload -- qemu --verbose --raw-image mkosi.output.qemu/fedora~37/image.raw --variant "default" --version ref/foo/stream/nightly/v2.7.0-pre-asdf +bazel run //image/upload -- qemu --verbose --raw-image mkosi.output.qemu/fedora~38/image.raw --variant "default" --version ref/foo/stream/nightly/v2.7.0-pre-asdf ``` diff --git a/image/mkosi.conf.d/mkosi.conf b/image/mkosi.conf.d/mkosi.conf index ad21c007b..94e6612b0 100644 --- a/image/mkosi.conf.d/mkosi.conf +++ b/image/mkosi.conf.d/mkosi.conf @@ -1,6 +1,6 @@ [Distribution] Distribution=fedora -Release=37 +Release=38 [Output] Format=disk diff --git a/image/mkosi.conf.d/mkosi.gcp.conf b/image/mkosi.conf.d/mkosi.gcp.conf index 093a2b3e6..2dce65ac7 100644 --- a/image/mkosi.conf.d/mkosi.gcp.conf +++ b/image/mkosi.conf.d/mkosi.gcp.conf @@ -3,6 +3,6 @@ PathExists=../.csp/gcp # replace kernel [Content] -Packages=prebuilt/rpms/gcp/kernel-6.1.18-200.fc37.x86_64.rpm - prebuilt/rpms/gcp/kernel-core-6.1.18-200.fc37.x86_64.rpm - prebuilt/rpms/gcp/kernel-modules-6.1.18-200.fc37.x86_64.rpm +Packages=kernel + kernel-core + kernel-modules diff --git a/rpm/BUILD.bazel b/rpm/BUILD.bazel index 3f5a420cc..cf3346c26 100644 --- a/rpm/BUILD.bazel +++ b/rpm/BUILD.bazel @@ -69,519 +69,516 @@ genrule( rpmtree( name = "containerized-libvirt", rpms = [ - "@SDL2-0__2.26.3-1.fc37.x86_64//rpm", - "@SDL2_image-0__2.6.3-1.fc37.x86_64//rpm", - "@adwaita-cursor-theme-0__43-1.fc37.x86_64//rpm", - "@adwaita-icon-theme-0__43-1.fc37.x86_64//rpm", - "@alsa-lib-0__1.2.8-2.fc37.x86_64//rpm", - "@alternatives-0__1.22-1.fc37.x86_64//rpm", - "@at-spi2-atk-0__2.38.0-5.fc37.x86_64//rpm", - "@at-spi2-core-0__2.44.1-2.fc37.x86_64//rpm", - "@atk-0__2.38.0-2.fc37.x86_64//rpm", - "@attr-0__2.5.1-5.fc37.x86_64//rpm", - "@audit-libs-0__3.1-2.fc37.x86_64//rpm", - "@authselect-0__1.4.2-1.fc37.x86_64//rpm", - "@authselect-libs-0__1.4.2-1.fc37.x86_64//rpm", - "@avahi-libs-0__0.8-18.fc37.x86_64//rpm", - "@basesystem-0__11-14.fc37.x86_64//rpm", - "@bash-0__5.2.15-1.fc37.x86_64//rpm", - "@boost-iostreams-0__1.78.0-9.fc37.x86_64//rpm", - "@boost-system-0__1.78.0-9.fc37.x86_64//rpm", - "@boost-thread-0__1.78.0-9.fc37.x86_64//rpm", - "@brlapi-0__0.8.4-7.fc37.x86_64//rpm", - "@bzip2-0__1.0.8-12.fc37.x86_64//rpm", - "@bzip2-libs-0__1.0.8-12.fc37.x86_64//rpm", - "@ca-certificates-0__2023.2.60-1.0.fc37.x86_64//rpm", - "@cairo-0__1.17.6-2.fc37.x86_64//rpm", - "@cairo-gobject-0__1.17.6-2.fc37.x86_64//rpm", - "@capstone-0__4.0.2-11.fc37.x86_64//rpm", - "@cdparanoia-libs-0__10.2-40.fc37.x86_64//rpm", - "@checkpolicy-0__3.5-1.fc37.x86_64//rpm", - "@colord-libs-0__1.4.6-2.fc37.x86_64//rpm", - "@coreutils-0__9.1-7.fc37.x86_64//rpm", - "@coreutils-common-0__9.1-7.fc37.x86_64//rpm", - "@corosynclib-0__3.1.7-1.fc37.x86_64//rpm", - "@cracklib-0__2.9.7-30.fc37.x86_64//rpm", - "@crypto-policies-0__20220815-1.gite4ed860.fc37.x86_64//rpm", - "@crypto-policies-scripts-0__20220815-1.gite4ed860.fc37.x86_64//rpm", - "@cryptsetup-libs-0__2.6.1-1.fc37.x86_64//rpm", - "@cups-libs-1__2.4.2-10.fc37.x86_64//rpm", - "@curl-minimal-0__7.85.0-8.fc37.x86_64//rpm", - "@cyrus-sasl-0__2.1.28-8.fc37.x86_64//rpm", - "@cyrus-sasl-gssapi-0__2.1.28-8.fc37.x86_64//rpm", - "@cyrus-sasl-lib-0__2.1.28-8.fc37.x86_64//rpm", - "@daxctl-libs-0__76.1-1.fc37.x86_64//rpm", - "@dbus-1__1.14.6-1.fc37.x86_64//rpm", - "@dbus-broker-0__33-1.fc37.x86_64//rpm", - "@dbus-common-1__1.14.6-1.fc37.x86_64//rpm", - "@dbus-libs-1__1.14.6-1.fc37.x86_64//rpm", - "@device-mapper-0__1.02.175-9.fc37.x86_64//rpm", - "@device-mapper-event-0__1.02.175-9.fc37.x86_64//rpm", - "@device-mapper-event-libs-0__1.02.175-9.fc37.x86_64//rpm", - "@device-mapper-libs-0__1.02.175-9.fc37.x86_64//rpm", - "@device-mapper-multipath-libs-0__0.9.0-4.fc37.x86_64//rpm", - "@device-mapper-persistent-data-0__0.9.0-8.fc37.x86_64//rpm", - "@diffutils-0__3.8-3.fc37.x86_64//rpm", - "@dmidecode-1__3.4-2.fc37.x86_64//rpm", - "@dnsmasq-0__2.89-1.fc37.x86_64//rpm", - "@e2fsprogs-libs-0__1.46.5-3.fc37.x86_64//rpm", - "@ebtables-legacy-0__2.0.11-12.fc37.x86_64//rpm", - "@edk2-ovmf-0__20230301gitf80f052277c8-1.fc37.x86_64//rpm", - "@elfutils-default-yama-scope-0__0.189-1.fc37.x86_64//rpm", - "@elfutils-libelf-0__0.189-1.fc37.x86_64//rpm", - "@elfutils-libs-0__0.189-1.fc37.x86_64//rpm", - "@expat-0__2.5.0-1.fc37.x86_64//rpm", - "@fedora-gpg-keys-0__37-2.x86_64//rpm", - "@fedora-release-common-0__37-16.x86_64//rpm", - "@fedora-release-container-0__37-16.x86_64//rpm", - "@fedora-release-identity-kinoite-0__37-16.x86_64//rpm", - "@fedora-repos-0__37-2.x86_64//rpm", - "@filesystem-0__3.18-2.fc37.x86_64//rpm", - "@findutils-1__4.9.0-2.fc37.x86_64//rpm", - "@flac-libs-0__1.3.4-2.fc37.x86_64//rpm", - "@fmt-0__9.1.0-1.fc37.x86_64//rpm", - "@fontconfig-0__2.14.1-2.fc37.x86_64//rpm", - "@fonts-filesystem-1__2.0.5-9.fc37.x86_64//rpm", - "@freetype-0__2.12.1-3.fc37.x86_64//rpm", - "@fribidi-0__1.0.12-2.fc37.x86_64//rpm", - "@fuse-0__2.9.9-15.fc37.x86_64//rpm", - "@fuse-common-0__3.10.5-5.fc37.x86_64//rpm", - "@fuse-libs-0__2.9.9-15.fc37.x86_64//rpm", - "@fuse3-libs-0__3.10.5-5.fc37.x86_64//rpm", - "@gawk-0__5.1.1-4.fc37.x86_64//rpm", - "@gdbm-libs-1__1.23-2.fc37.x86_64//rpm", - "@gdk-pixbuf2-0__2.42.10-1.fc37.x86_64//rpm", - "@gdk-pixbuf2-modules-0__2.42.10-1.fc37.x86_64//rpm", - "@gettext-envsubst-0__0.21.1-1.fc37.x86_64//rpm", - "@gettext-libs-0__0.21.1-1.fc37.x86_64//rpm", - "@gettext-runtime-0__0.21.1-1.fc37.x86_64//rpm", - "@glib2-0__2.74.6-1.fc37.x86_64//rpm", - "@glibc-0__2.36-9.fc37.x86_64//rpm", - "@glibc-common-0__2.36-9.fc37.x86_64//rpm", - "@glibc-langpack-ml-0__2.36-9.fc37.x86_64//rpm", - "@glibmm2.4-0__2.66.5-2.fc37.x86_64//rpm", - "@glusterfs-0__10.3-1.fc37.x86_64//rpm", - "@glusterfs-cli-0__10.3-1.fc37.x86_64//rpm", - "@glusterfs-client-xlators-0__10.3-1.fc37.x86_64//rpm", - "@glusterfs-fuse-0__10.3-1.fc37.x86_64//rpm", - "@gmp-1__6.2.1-3.fc37.x86_64//rpm", - "@gnutls-0__3.8.0-2.fc37.x86_64//rpm", - "@gnutls-dane-0__3.8.0-2.fc37.x86_64//rpm", - "@gnutls-utils-0__3.8.0-2.fc37.x86_64//rpm", - "@google-noto-fonts-common-0__20201206__caret__1.git0c78c8329-7.fc37.x86_64//rpm", - "@google-noto-sans-vf-fonts-0__20201206__caret__1.git0c78c8329-7.fc37.x86_64//rpm", - "@gperftools-libs-0__2.9.1-4.fc37.x86_64//rpm", - "@graphene-0__1.10.6-4.fc37.x86_64//rpm", - "@graphite2-0__1.3.14-10.fc37.x86_64//rpm", - "@grep-0__3.7-4.fc37.x86_64//rpm", - "@groff-base-0__1.22.4-10.fc37.x86_64//rpm", - "@gsm-0__1.0.22-1.fc37.x86_64//rpm", - "@gssproxy-0__0.9.1-4.fc37.x86_64//rpm", - "@gstreamer1-0__1.20.5-1.fc37.x86_64//rpm", - "@gstreamer1-plugins-base-0__1.20.5-1.fc37.x86_64//rpm", - "@gtk-update-icon-cache-0__3.24.37-1.fc37.x86_64//rpm", - "@gtk3-0__3.24.37-1.fc37.x86_64//rpm", - "@gzip-0__1.12-2.fc37.x86_64//rpm", - "@harfbuzz-0__5.2.0-1.fc37.x86_64//rpm", - "@hicolor-icon-theme-0__0.17-14.fc37.x86_64//rpm", - "@highway-0__1.0.4-1.fc37.x86_64//rpm", - "@hwdata-0__0.368-1.fc37.x86_64//rpm", - "@iproute-0__5.18.0-2.fc37.x86_64//rpm", - "@iproute-tc-0__5.18.0-2.fc37.x86_64//rpm", - "@iptables-legacy-0__1.8.8-4.fc37.x86_64//rpm", - "@iptables-legacy-libs-0__1.8.8-4.fc37.x86_64//rpm", - "@iptables-libs-0__1.8.8-4.fc37.x86_64//rpm", - "@ipxe-roms-qemu-0__20220210-2.git64113751.fc37.x86_64//rpm", - "@iscsi-initiator-utils-0__6.2.1.4-6.git2a8f9d8.fc37.x86_64//rpm", - "@iscsi-initiator-utils-iscsiuio-0__6.2.1.4-6.git2a8f9d8.fc37.x86_64//rpm", - "@isns-utils-libs-0__0.101-5.fc37.x86_64//rpm", - "@iso-codes-0__4.11.0-1.fc37.x86_64//rpm", - "@jack-audio-connection-kit-0__1.9.21-3.fc37.x86_64//rpm", - "@jbigkit-libs-0__2.1-24.fc37.x86_64//rpm", - "@json-c-0__0.16-3.fc37.x86_64//rpm", - "@json-glib-0__1.6.6-3.fc37.x86_64//rpm", - "@kbd-0__2.5.1-3.fc37.x86_64//rpm", - "@kbd-legacy-0__2.5.1-3.fc37.x86_64//rpm", - "@kbd-misc-0__2.5.1-3.fc37.x86_64//rpm", - "@keyutils-0__1.6.1-5.fc37.x86_64//rpm", - "@keyutils-libs-0__1.6.1-5.fc37.x86_64//rpm", - "@kmod-0__30-2.fc37.x86_64//rpm", - "@kmod-libs-0__30-2.fc37.x86_64//rpm", - "@krb5-libs-0__1.19.2-13.fc37.x86_64//rpm", - "@lame-libs-0__3.100-13.fc37.x86_64//rpm", - "@langpacks-core-font-en-0__3.0-26.fc37.x86_64//rpm", - "@lcms2-0__2.14-1.fc37.x86_64//rpm", - "@libX11-0__1.8.4-1.fc37.x86_64//rpm", - "@libX11-common-0__1.8.4-1.fc37.x86_64//rpm", - "@libX11-xcb-0__1.8.4-1.fc37.x86_64//rpm", - "@libXau-0__1.0.10-1.fc37.x86_64//rpm", - "@libXcomposite-0__0.4.5-8.fc37.x86_64//rpm", - "@libXcursor-0__1.2.1-2.fc37.x86_64//rpm", - "@libXdamage-0__1.1.5-8.fc37.x86_64//rpm", - "@libXext-0__1.3.4-9.fc37.x86_64//rpm", - "@libXfixes-0__6.0.0-4.fc37.x86_64//rpm", - "@libXft-0__2.3.4-3.fc37.x86_64//rpm", - "@libXi-0__1.8-3.fc37.x86_64//rpm", - "@libXinerama-0__1.1.4-11.fc37.x86_64//rpm", - "@libXrandr-0__1.5.2-9.fc37.x86_64//rpm", - "@libXrender-0__0.9.10-17.fc37.x86_64//rpm", - "@libXtst-0__1.2.3-17.fc37.x86_64//rpm", - "@libXv-0__1.0.11-17.fc37.x86_64//rpm", - "@libXxf86vm-0__1.1.4-19.fc37.x86_64//rpm", - "@libacl-0__2.3.1-4.fc37.x86_64//rpm", - "@libaio-0__0.3.111-14.fc37.x86_64//rpm", - "@libarchive-0__3.6.1-3.fc37.x86_64//rpm", - "@libargon2-0__20190702-1.fc37.x86_64//rpm", - "@libasyncns-0__0.8-23.fc37.x86_64//rpm", - "@libattr-0__2.5.1-5.fc37.x86_64//rpm", - "@libb2-0__0.98.1-7.fc37.x86_64//rpm", - "@libbasicobjects-0__0.1.1-52.fc37.x86_64//rpm", - "@libblkid-0__2.38.1-1.fc37.x86_64//rpm", - "@libbpf-2__0.8.0-2.fc37.x86_64//rpm", - "@libbrotli-0__1.0.9-9.fc37.x86_64//rpm", - "@libcacard-3__2.8.1-3.fc37.x86_64//rpm", - "@libcap-0__2.48-5.fc37.x86_64//rpm", - "@libcap-ng-0__0.8.3-3.fc37.x86_64//rpm", - "@libcloudproviders-0__0.3.1-6.fc37.x86_64//rpm", - "@libcollection-0__0.7.0-52.fc37.x86_64//rpm", - "@libcom_err-0__1.46.5-3.fc37.x86_64//rpm", - "@libconfig-0__1.7.3-4.fc37.x86_64//rpm", - "@libcurl-0__7.85.0-8.fc37.x86_64//rpm", - "@libdatrie-0__0.2.13-4.fc37.x86_64//rpm", - "@libdb-0__5.3.28-53.fc37.x86_64//rpm", - "@libdrm-0__2.4.114-1.fc37.x86_64//rpm", - "@libeconf-0__0.4.0-4.fc37.x86_64//rpm", - "@libedit-0__3.1-43.20221009cvs.fc37.x86_64//rpm", - "@libepoxy-0__1.5.10-2.fc37.x86_64//rpm", - "@libevent-0__2.1.12-7.fc37.x86_64//rpm", - "@libfdisk-0__2.38.1-1.fc37.x86_64//rpm", - "@libfdt-0__1.6.1-5.fc37.x86_64//rpm", - "@libffado-0__2.4.7-1.fc37.x86_64//rpm", - "@libffi-0__3.4.4-1.fc37.x86_64//rpm", - "@libgcc-0__12.2.1-4.fc37.x86_64//rpm", - "@libgcrypt-0__1.10.1-4.fc37.x86_64//rpm", - "@libgfapi0-0__10.3-1.fc37.x86_64//rpm", - "@libgfrpc0-0__10.3-1.fc37.x86_64//rpm", - "@libgfxdr0-0__10.3-1.fc37.x86_64//rpm", - "@libglusterd0-0__10.3-1.fc37.x86_64//rpm", - "@libglusterfs0-0__10.3-1.fc37.x86_64//rpm", - "@libglvnd-1__1.5.0-1.fc37.x86_64//rpm", - "@libglvnd-egl-1__1.5.0-1.fc37.x86_64//rpm", - "@libglvnd-glx-1__1.5.0-1.fc37.x86_64//rpm", - "@libgomp-0__12.2.1-4.fc37.x86_64//rpm", - "@libgpg-error-0__1.46-1.fc37.x86_64//rpm", - "@libgudev-0__237-3.fc37.x86_64//rpm", - "@libgusb-0__0.4.5-1.fc37.x86_64//rpm", - "@libibverbs-0__41.0-1.fc37.x86_64//rpm", - "@libicu-0__71.1-2.fc37.x86_64//rpm", - "@libidn2-0__2.3.4-1.fc37.x86_64//rpm", - "@libiec61883-0__1.2.0-30.fc37.x86_64//rpm", - "@libini_config-0__1.3.1-52.fc37.x86_64//rpm", - "@libiscsi-0__1.19.0-6.fc37.x86_64//rpm", - "@libjpeg-turbo-0__2.1.3-2.fc37.x86_64//rpm", - "@libjxl-1__0.7.0-5.fc37.x86_64//rpm", - "@libmnl-0__1.0.5-1.fc37.x86_64//rpm", - "@libmount-0__2.38.1-1.fc37.x86_64//rpm", - "@libnetfilter_conntrack-0__1.0.8-5.fc37.x86_64//rpm", - "@libnfnetlink-0__1.0.1-22.fc37.x86_64//rpm", - "@libnfs-0__4.0.0-7.fc37.x86_64//rpm", - "@libnfsidmap-1__2.6.2-2.rc6.fc37.x86_64//rpm", - "@libnghttp2-0__1.51.0-1.fc37.x86_64//rpm", - "@libnl3-0__3.7.0-2.fc37.x86_64//rpm", - "@libnsl2-0__2.0.0-4.fc37.x86_64//rpm", - "@libogg-2__1.3.5-4.fc37.x86_64//rpm", - "@libpath_utils-0__0.2.1-52.fc37.x86_64//rpm", - "@libpcap-14__1.10.3-1.fc37.x86_64//rpm", - "@libpciaccess-0__0.16-7.fc37.x86_64//rpm", - "@libpmem-0__1.12.0-1.fc37.x86_64//rpm", - "@libpmemobj-0__1.12.0-1.fc37.x86_64//rpm", - "@libpng-2__1.6.37-13.fc37.x86_64//rpm", - "@libpsl-0__0.21.1-6.fc37.x86_64//rpm", - "@libpwquality-0__1.4.5-3.fc37.x86_64//rpm", - "@libqb-0__2.0.6-3.fc37.x86_64//rpm", - "@librados2-2__17.2.5-1.fc37.x86_64//rpm", - "@libraw1394-0__2.1.2-16.fc37.x86_64//rpm", - "@librbd1-2__17.2.5-1.fc37.x86_64//rpm", - "@librdmacm-0__41.0-1.fc37.x86_64//rpm", - "@libref_array-0__0.1.5-52.fc37.x86_64//rpm", - "@libsamplerate-0__0.2.2-3.fc37.x86_64//rpm", - "@libseccomp-0__2.5.3-3.fc37.x86_64//rpm", - "@libselinux-0__3.5-1.fc37.x86_64//rpm", - "@libselinux-utils-0__3.5-1.fc37.x86_64//rpm", - "@libsemanage-0__3.5-1.fc37.x86_64//rpm", - "@libsepol-0__3.5-1.fc37.x86_64//rpm", - "@libsigc__plus____plus__20-0__2.10.8-2.fc37.x86_64//rpm", - "@libsigsegv-0__2.14-3.fc37.x86_64//rpm", - "@libslirp-0__4.7.0-2.fc37.x86_64//rpm", - "@libsmartcols-0__2.38.1-1.fc37.x86_64//rpm", - "@libsndfile-0__1.1.0-4.fc37.x86_64//rpm", - "@libsoup3-0__3.2.2-2.fc37.x86_64//rpm", - "@libssh-0__0.10.4-2.fc37.x86_64//rpm", - "@libssh-config-0__0.10.4-2.fc37.x86_64//rpm", - "@libssh2-0__1.10.0-5.fc37.x86_64//rpm", - "@libstdc__plus____plus__-0__12.2.1-4.fc37.x86_64//rpm", - "@libstemmer-0__0-19.585svn.fc37.x86_64//rpm", - "@libtasn1-0__4.19.0-1.fc37.x86_64//rpm", - "@libthai-0__0.1.29-3.fc37.x86_64//rpm", - "@libtheora-1__1.1.1-32.fc37.x86_64//rpm", - "@libtiff-0__4.4.0-4.fc37.x86_64//rpm", - "@libtirpc-0__1.3.3-0.fc37.x86_64//rpm", - "@libtpms-0__0.9.6-1.fc37.x86_64//rpm", - "@libtracker-sparql-0__3.4.2-1.fc37.x86_64//rpm", - "@libunistring-0__1.0-2.fc37.x86_64//rpm", - "@libunwind-0__1.6.2-5.fc37.x86_64//rpm", - "@liburing-0__2.3-1.fc37.x86_64//rpm", - "@libusb1-0__1.0.25-9.fc37.x86_64//rpm", - "@libutempter-0__1.2.1-7.fc37.x86_64//rpm", - "@libuuid-0__2.38.1-1.fc37.x86_64//rpm", - "@libverto-0__0.3.2-4.fc37.x86_64//rpm", - "@libverto-libevent-0__0.3.2-4.fc37.x86_64//rpm", - "@libvirt-client-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-config-network-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-interface-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-network-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-nodedev-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-nwfilter-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-qemu-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-secret-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-core-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-disk-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-gluster-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-iscsi-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-iscsi-direct-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-logical-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-mpath-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-rbd-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-scsi-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-sheepdog-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-driver-storage-zfs-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-daemon-kvm-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-libs-0__8.6.0-5.fc37.x86_64//rpm", - "@libvisual-1__0.4.0-36.fc37.x86_64//rpm", - "@libvorbis-1__1.3.7-6.fc37.x86_64//rpm", - "@libwayland-client-0__1.21.0-1.fc37.x86_64//rpm", - "@libwayland-cursor-0__1.21.0-1.fc37.x86_64//rpm", - "@libwayland-egl-0__1.21.0-1.fc37.x86_64//rpm", - "@libwayland-server-0__1.21.0-1.fc37.x86_64//rpm", - "@libwebp-0__1.3.0-1.fc37.x86_64//rpm", - "@libwsman1-0__2.7.1-7.fc37.x86_64//rpm", - "@libxcb-0__1.13.1-10.fc37.x86_64//rpm", - "@libxcrypt-0__4.4.33-4.fc37.x86_64//rpm", - "@libxkbcommon-0__1.4.1-2.fc37.x86_64//rpm", - "@libxml2-0__2.10.3-2.fc37.x86_64//rpm", - "@libxml__plus____plus__-0__2.42.2-1.fc37.x86_64//rpm", - "@libxshmfence-0__1.3-11.fc37.x86_64//rpm", - "@libzstd-0__1.5.4-1.fc37.x86_64//rpm", - "@linux-atm-libs-0__2.5.1-33.fc37.x86_64//rpm", - "@llvm-libs-0__15.0.7-1.fc37.x86_64//rpm", - "@lttng-ust-0__2.13.3-3.fc37.x86_64//rpm", - "@lua-libs-0__5.4.4-9.fc37.x86_64//rpm", - "@lvm2-0__2.03.11-9.fc37.x86_64//rpm", - "@lvm2-libs-0__2.03.11-9.fc37.x86_64//rpm", - "@lz4-libs-0__1.9.4-1.fc37.x86_64//rpm", - "@lzo-0__2.10-7.fc37.x86_64//rpm", - "@lzop-0__1.04-9.fc37.x86_64//rpm", - "@mdevctl-0__1.2.0-1.fc37.x86_64//rpm", - "@mesa-dri-drivers-0__22.3.7-1.fc37.x86_64//rpm", - "@mesa-filesystem-0__22.3.7-1.fc37.x86_64//rpm", - "@mesa-libEGL-0__22.3.7-1.fc37.x86_64//rpm", - "@mesa-libGL-0__22.3.7-1.fc37.x86_64//rpm", - "@mesa-libgbm-0__22.3.7-1.fc37.x86_64//rpm", - "@mesa-libglapi-0__22.3.7-1.fc37.x86_64//rpm", - "@mozjs102-0__102.9.0-1.fc37.x86_64//rpm", - "@mpdecimal-0__2.5.1-4.fc37.x86_64//rpm", - "@mpfr-0__4.1.0-10.fc37.x86_64//rpm", - "@mpg123-libs-0__1.31.3-1.fc37.x86_64//rpm", - "@ncurses-0__6.3-4.20220501.fc37.x86_64//rpm", - "@ncurses-base-0__6.3-4.20220501.fc37.x86_64//rpm", - "@ncurses-libs-0__6.3-4.20220501.fc37.x86_64//rpm", - "@ndctl-libs-0__76.1-1.fc37.x86_64//rpm", - "@nettle-0__3.8-2.fc37.x86_64//rpm", - "@nfs-utils-1__2.6.2-2.rc6.fc37.x86_64//rpm", - "@nspr-0__4.35.0-5.fc37.x86_64//rpm", - "@nss-0__3.89.0-1.fc37.x86_64//rpm", - "@nss-softokn-0__3.89.0-1.fc37.x86_64//rpm", - "@nss-softokn-freebl-0__3.89.0-1.fc37.x86_64//rpm", - "@nss-sysinit-0__3.89.0-1.fc37.x86_64//rpm", - "@nss-util-0__3.89.0-1.fc37.x86_64//rpm", - "@numactl-libs-0__2.0.14-6.fc37.x86_64//rpm", - "@numad-0__0.5-37.20150602git.fc37.x86_64//rpm", - "@openldap-0__2.6.4-1.fc37.x86_64//rpm", - "@openssl-libs-1__3.0.8-1.fc37.x86_64//rpm", - "@opus-0__1.3.1-11.fc37.x86_64//rpm", - "@orc-0__0.4.31-8.fc37.x86_64//rpm", - "@p11-kit-0__0.24.1-3.fc37.x86_64//rpm", - "@p11-kit-trust-0__0.24.1-3.fc37.x86_64//rpm", - "@pam-0__1.5.2-14.fc37.x86_64//rpm", - "@pam-libs-0__1.5.2-14.fc37.x86_64//rpm", - "@pango-0__1.50.14-1.fc37.x86_64//rpm", - "@parted-0__3.5-6.fc37.x86_64//rpm", - "@pcre-0__8.45-1.fc37.2.x86_64//rpm", - "@pcre2-0__10.40-1.fc37.1.x86_64//rpm", - "@pcre2-syntax-0__10.40-1.fc37.1.x86_64//rpm", - "@pcsc-lite-libs-0__1.9.9-1.fc37.x86_64//rpm", - "@perl-Carp-0__1.52-489.fc37.x86_64//rpm", - "@perl-Class-Struct-0__0.66-492.fc37.x86_64//rpm", - "@perl-DynaLoader-0__1.52-492.fc37.x86_64//rpm", - "@perl-Encode-4__3.19-492.fc37.x86_64//rpm", - "@perl-Errno-0__1.36-492.fc37.x86_64//rpm", - "@perl-Exporter-0__5.77-489.fc37.x86_64//rpm", - "@perl-Fcntl-0__1.15-492.fc37.x86_64//rpm", - "@perl-File-Basename-0__2.85-492.fc37.x86_64//rpm", - "@perl-File-Path-0__2.18-489.fc37.x86_64//rpm", - "@perl-File-Temp-1__0.231.100-489.fc37.x86_64//rpm", - "@perl-File-stat-0__1.12-492.fc37.x86_64//rpm", - "@perl-Getopt-Long-1__2.54-1.fc37.x86_64//rpm", - "@perl-Getopt-Std-0__1.13-492.fc37.x86_64//rpm", - "@perl-HTTP-Tiny-0__0.082-1.fc37.x86_64//rpm", - "@perl-IO-0__1.50-492.fc37.x86_64//rpm", - "@perl-IPC-Open3-0__1.22-492.fc37.x86_64//rpm", - "@perl-MIME-Base64-0__3.16-489.fc37.x86_64//rpm", - "@perl-POSIX-0__2.03-492.fc37.x86_64//rpm", - "@perl-PathTools-0__3.84-489.fc37.x86_64//rpm", - "@perl-Pod-Escapes-1__1.07-489.fc37.x86_64//rpm", - "@perl-Pod-Perldoc-0__3.28.01-490.fc37.x86_64//rpm", - "@perl-Pod-Simple-1__3.43-490.fc37.x86_64//rpm", - "@perl-Pod-Usage-4__2.03-3.fc37.x86_64//rpm", - "@perl-Scalar-List-Utils-5__1.63-489.fc37.x86_64//rpm", - "@perl-SelectSaver-0__1.02-492.fc37.x86_64//rpm", - "@perl-Socket-4__2.036-1.fc37.x86_64//rpm", - "@perl-Storable-1__3.26-489.fc37.x86_64//rpm", - "@perl-Symbol-0__1.09-492.fc37.x86_64//rpm", - "@perl-Term-ANSIColor-0__5.01-490.fc37.x86_64//rpm", - "@perl-Term-Cap-0__1.17-489.fc37.x86_64//rpm", - "@perl-Text-ParseWords-0__3.31-489.fc37.x86_64//rpm", - "@perl-Text-Tabs__plus__Wrap-0__2021.0814-489.fc37.x86_64//rpm", - "@perl-Time-Local-2__1.300-489.fc37.x86_64//rpm", - "@perl-constant-0__1.33-490.fc37.x86_64//rpm", - "@perl-if-0__0.61.000-492.fc37.x86_64//rpm", - "@perl-interpreter-4__5.36.0-492.fc37.x86_64//rpm", - "@perl-libs-4__5.36.0-492.fc37.x86_64//rpm", - "@perl-mro-0__1.26-492.fc37.x86_64//rpm", - "@perl-overload-0__1.35-492.fc37.x86_64//rpm", - "@perl-overloading-0__0.02-492.fc37.x86_64//rpm", - "@perl-parent-1__0.238-489.fc37.x86_64//rpm", - "@perl-podlators-1__4.14-489.fc37.x86_64//rpm", - "@perl-subs-0__1.04-492.fc37.x86_64//rpm", - "@perl-vars-0__1.05-492.fc37.x86_64//rpm", - "@pixman-0__0.40.0-6.fc37.x86_64//rpm", - "@policycoreutils-0__3.5-1.fc37.x86_64//rpm", - "@policycoreutils-python-utils-0__3.5-1.fc37.x86_64//rpm", - "@polkit-0__121-4.fc37.x86_64//rpm", - "@polkit-libs-0__121-4.fc37.x86_64//rpm", - "@polkit-pkla-compat-0__0.1-22.fc37.x86_64//rpm", - "@popt-0__1.19-1.fc37.x86_64//rpm", - "@protobuf-c-0__1.4.1-2.fc37.x86_64//rpm", - "@psmisc-0__23.4-4.fc37.x86_64//rpm", - "@publicsuffix-list-dafsa-0__20210518-5.fc37.x86_64//rpm", - "@pulseaudio-libs-0__16.1-4.fc37.x86_64//rpm", - "@python-pip-wheel-0__22.2.2-3.fc37.x86_64//rpm", - "@python-setuptools-wheel-0__62.6.0-2.fc37.x86_64//rpm", - "@python3-0__3.11.2-1.fc37.x86_64//rpm", - "@python3-audit-0__3.1-2.fc37.x86_64//rpm", - "@python3-distro-0__1.7.0-3.fc37.x86_64//rpm", - "@python3-libs-0__3.11.2-1.fc37.x86_64//rpm", - "@python3-libselinux-0__3.5-1.fc37.x86_64//rpm", - "@python3-libsemanage-0__3.5-1.fc37.x86_64//rpm", - "@python3-policycoreutils-0__3.5-1.fc37.x86_64//rpm", - "@python3-setools-0__4.4.0-9.fc37.x86_64//rpm", - "@python3-setuptools-0__62.6.0-2.fc37.x86_64//rpm", - "@qemu-audio-alsa-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-audio-dbus-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-audio-jack-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-audio-oss-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-audio-pa-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-audio-sdl-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-audio-spice-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-block-curl-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-block-dmg-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-block-gluster-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-block-iscsi-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-block-nfs-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-block-rbd-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-block-ssh-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-char-baum-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-char-spice-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-common-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-qxl-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-vhost-user-gpu-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-virtio-gpu-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-virtio-gpu-ccw-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-virtio-gpu-gl-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-virtio-gpu-pci-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-virtio-gpu-pci-gl-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-virtio-vga-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-display-virtio-vga-gl-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-usb-host-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-usb-redirect-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-device-usb-smartcard-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-img-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-kvm-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-pr-helper-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-system-x86-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-system-x86-core-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-ui-curses-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-ui-egl-headless-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-ui-gtk-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-ui-opengl-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-ui-sdl-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-ui-spice-app-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-ui-spice-core-2__7.0.0-14.fc37.x86_64//rpm", - "@qemu-virtiofsd-2__7.0.0-14.fc37.x86_64//rpm", - "@quota-1__4.06-8.fc37.x86_64//rpm", - "@quota-nls-1__4.06-8.fc37.x86_64//rpm", - "@readline-0__8.2-2.fc37.x86_64//rpm", - "@rpcbind-0__1.2.6-3.rc2.fc37.x86_64//rpm", - "@rpm-0__4.18.0-1.fc37.x86_64//rpm", - "@rpm-libs-0__4.18.0-1.fc37.x86_64//rpm", - "@rpm-plugin-selinux-0__4.18.0-1.fc37.x86_64//rpm", - "@seabios-bin-0__1.16.1-2.fc37.x86_64//rpm", - "@seavgabios-bin-0__1.16.1-2.fc37.x86_64//rpm", - "@sed-0__4.8-11.fc37.x86_64//rpm", - "@selinux-policy-0__37.19-1.fc37.x86_64//rpm", - "@selinux-policy-targeted-0__37.19-1.fc37.x86_64//rpm", - "@setup-0__2.14.1-2.fc37.x86_64//rpm", - "@sgabios-bin-1__0.20180715git-9.fc37.x86_64//rpm", - "@shadow-utils-2__4.12.3-5.fc37.x86_64//rpm", - "@shared-mime-info-0__2.2-2.fc37.x86_64//rpm", - "@sheepdog-0__1.0.1-18.fc37.x86_64//rpm", - "@snappy-0__1.1.9-5.fc37.x86_64//rpm", - "@spice-server-0__0.15.1-1.fc37.x86_64//rpm", - "@sqlite-libs-0__3.40.0-1.fc37.x86_64//rpm", - "@swtpm-0__0.7.3-2.20220427gitf2268ee.fc37.x86_64//rpm", - "@swtpm-libs-0__0.7.3-2.20220427gitf2268ee.fc37.x86_64//rpm", - "@swtpm-tools-0__0.7.3-2.20220427gitf2268ee.fc37.x86_64//rpm", - "@systemd-0__251.13-6.fc37.x86_64//rpm", - "@systemd-boot-unsigned-0__251.13-6.fc37.x86_64//rpm", - "@systemd-container-0__251.13-6.fc37.x86_64//rpm", - "@systemd-libs-0__251.13-6.fc37.x86_64//rpm", - "@systemd-pam-0__251.13-6.fc37.x86_64//rpm", - "@systemd-udev-0__251.13-6.fc37.x86_64//rpm", - "@trousers-0__0.3.15-7.fc37.x86_64//rpm", - "@trousers-lib-0__0.3.15-7.fc37.x86_64//rpm", - "@tzdata-0__2022g-1.fc37.x86_64//rpm", - "@unbound-libs-0__1.17.1-1.fc37.x86_64//rpm", - "@usbredir-0__0.13.0-1.fc37.x86_64//rpm", - "@userspace-rcu-0__0.13.0-5.fc37.x86_64//rpm", - "@util-linux-0__2.38.1-1.fc37.x86_64//rpm", - "@util-linux-core-0__2.38.1-1.fc37.x86_64//rpm", - "@virglrenderer-0__0.9.1-4.20210420git36391559.fc37.x86_64//rpm", - "@vte-profile-0__0.70.3-1.fc37.x86_64//rpm", - "@vte291-0__0.70.3-1.fc37.x86_64//rpm", - "@which-0__2.21-39.fc37.x86_64//rpm", - "@xen-libs-0__4.16.3-4.fc37.x86_64//rpm", - "@xen-licenses-0__4.16.3-4.fc37.x86_64//rpm", - "@xkeyboard-config-0__2.36-3.fc37.x86_64//rpm", - "@xml-common-0__0.6.3-59.fc37.x86_64//rpm", - "@xz-0__5.4.1-1.fc37.x86_64//rpm", - "@xz-libs-0__5.4.1-1.fc37.x86_64//rpm", - "@yajl-0__2.1.0-19.fc37.x86_64//rpm", - "@zfs-fuse-0__0.7.2.2-23.fc37.x86_64//rpm", - "@zita-alsa-pcmi-0__0.6.1-1.fc37.x86_64//rpm", - "@zita-resampler-0__1.8.0-5.fc37.x86_64//rpm", - "@zlib-0__1.2.12-5.fc37.x86_64//rpm", + "@SDL2-0__2.26.3-1.fc38.x86_64//rpm", + "@SDL2_image-0__2.6.3-1.fc38.x86_64//rpm", + "@adwaita-cursor-theme-0__44.0-1.fc38.x86_64//rpm", + "@adwaita-icon-theme-0__44.0-1.fc38.x86_64//rpm", + "@alsa-lib-0__1.2.9-1.fc38.x86_64//rpm", + "@alternatives-0__1.24-1.fc38.x86_64//rpm", + "@at-spi2-atk-0__2.48.3-1.fc38.x86_64//rpm", + "@at-spi2-core-0__2.48.3-1.fc38.x86_64//rpm", + "@atk-0__2.48.3-1.fc38.x86_64//rpm", + "@attr-0__2.5.1-6.fc38.x86_64//rpm", + "@audit-libs-0__3.1.1-1.fc38.x86_64//rpm", + "@authselect-0__1.4.2-2.fc38.x86_64//rpm", + "@authselect-libs-0__1.4.2-2.fc38.x86_64//rpm", + "@avahi-libs-0__0.8-22.fc38.x86_64//rpm", + "@basesystem-0__11-15.fc38.x86_64//rpm", + "@bash-0__5.2.15-3.fc38.x86_64//rpm", + "@boost-iostreams-0__1.78.0-11.fc38.x86_64//rpm", + "@boost-system-0__1.78.0-11.fc38.x86_64//rpm", + "@boost-thread-0__1.78.0-11.fc38.x86_64//rpm", + "@brlapi-0__0.8.4-10.fc38.x86_64//rpm", + "@bzip2-0__1.0.8-13.fc38.x86_64//rpm", + "@bzip2-libs-0__1.0.8-13.fc38.x86_64//rpm", + "@ca-certificates-0__2023.2.60-2.fc38.x86_64//rpm", + "@cairo-0__1.17.8-4.fc38.x86_64//rpm", + "@cairo-gobject-0__1.17.8-4.fc38.x86_64//rpm", + "@capstone-0__4.0.2-12.fc38.x86_64//rpm", + "@cdparanoia-libs-0__10.2-41.fc38.x86_64//rpm", + "@checkpolicy-0__3.5-1.fc38.x86_64//rpm", + "@colord-libs-0__1.4.6-4.fc38.x86_64//rpm", + "@coreutils-single-0__9.1-12.fc38.x86_64//rpm", + "@cracklib-0__2.9.7-31.fc38.x86_64//rpm", + "@crypto-policies-0__20230301-1.gita12f7b2.fc38.x86_64//rpm", + "@crypto-policies-scripts-0__20230301-1.gita12f7b2.fc38.x86_64//rpm", + "@cryptsetup-libs-0__2.6.1-1.fc38.x86_64//rpm", + "@cups-libs-1__2.4.4-1.fc38.x86_64//rpm", + "@curl-minimal-0__8.0.1-2.fc38.x86_64//rpm", + "@cyrus-sasl-0__2.1.28-9.fc38.x86_64//rpm", + "@cyrus-sasl-gssapi-0__2.1.28-9.fc38.x86_64//rpm", + "@cyrus-sasl-lib-0__2.1.28-9.fc38.x86_64//rpm", + "@daxctl-libs-0__77-1.fc38.x86_64//rpm", + "@dbus-1__1.14.8-1.fc38.x86_64//rpm", + "@dbus-broker-0__33-1.fc38.x86_64//rpm", + "@dbus-common-1__1.14.8-1.fc38.x86_64//rpm", + "@dbus-libs-1__1.14.8-1.fc38.x86_64//rpm", + "@device-mapper-0__1.02.189-2.fc38.x86_64//rpm", + "@device-mapper-event-0__1.02.189-2.fc38.x86_64//rpm", + "@device-mapper-event-libs-0__1.02.189-2.fc38.x86_64//rpm", + "@device-mapper-libs-0__1.02.189-2.fc38.x86_64//rpm", + "@device-mapper-multipath-libs-0__0.9.4-2.fc38.x86_64//rpm", + "@device-mapper-persistent-data-0__0.9.0-10.fc38.x86_64//rpm", + "@diffutils-0__3.9-1.fc38.x86_64//rpm", + "@dmidecode-1__3.4-3.fc38.x86_64//rpm", + "@dnsmasq-0__2.89-5.fc38.x86_64//rpm", + "@duktape-0__2.7.0-2.fc38.x86_64//rpm", + "@e2fsprogs-libs-0__1.46.5-4.fc38.x86_64//rpm", + "@ebtables-legacy-0__2.0.11-13.fc38.x86_64//rpm", + "@edk2-ovmf-0__20230301gitf80f052277c8-26.fc38.x86_64//rpm", + "@elfutils-default-yama-scope-0__0.189-2.fc38.x86_64//rpm", + "@elfutils-libelf-0__0.189-2.fc38.x86_64//rpm", + "@elfutils-libs-0__0.189-2.fc38.x86_64//rpm", + "@expat-0__2.5.0-2.fc38.x86_64//rpm", + "@fedora-gpg-keys-0__38-1.x86_64//rpm", + "@fedora-release-common-0__38-36.x86_64//rpm", + "@fedora-release-container-0__38-36.x86_64//rpm", + "@fedora-release-identity-basic-0__38-36.x86_64//rpm", + "@fedora-repos-0__38-1.x86_64//rpm", + "@filesystem-0__3.18-3.fc38.x86_64//rpm", + "@findutils-1__4.9.0-3.fc38.x86_64//rpm", + "@flac-libs-0__1.4.2-2.fc38.x86_64//rpm", + "@fmt-0__9.1.0-2.fc38.x86_64//rpm", + "@fontconfig-0__2.14.2-1.fc38.x86_64//rpm", + "@fonts-filesystem-1__2.0.5-11.fc38.x86_64//rpm", + "@freetype-0__2.13.0-2.fc38.x86_64//rpm", + "@fribidi-0__1.0.12-3.fc38.x86_64//rpm", + "@fuse-0__2.9.9-16.fc38.x86_64//rpm", + "@fuse-common-0__3.14.1-1.fc38.x86_64//rpm", + "@fuse-libs-0__2.9.9-16.fc38.x86_64//rpm", + "@fuse3-libs-0__3.14.1-1.fc38.x86_64//rpm", + "@gawk-0__5.1.1-5.fc38.x86_64//rpm", + "@gdbm-libs-1__1.23-3.fc38.x86_64//rpm", + "@gdk-pixbuf2-0__2.42.10-2.fc38.x86_64//rpm", + "@gdk-pixbuf2-modules-0__2.42.10-2.fc38.x86_64//rpm", + "@gettext-envsubst-0__0.21.1-2.fc38.x86_64//rpm", + "@gettext-libs-0__0.21.1-2.fc38.x86_64//rpm", + "@gettext-runtime-0__0.21.1-2.fc38.x86_64//rpm", + "@glib2-0__2.76.3-1.fc38.x86_64//rpm", + "@glibc-0__2.37-4.fc38.x86_64//rpm", + "@glibc-common-0__2.37-4.fc38.x86_64//rpm", + "@glibc-langpack-fa-0__2.37-4.fc38.x86_64//rpm", + "@glibmm2.4-0__2.66.6-1.fc38.x86_64//rpm", + "@glusterfs-0__11.0-2.fc38.x86_64//rpm", + "@glusterfs-cli-0__11.0-2.fc38.x86_64//rpm", + "@glusterfs-client-xlators-0__11.0-2.fc38.x86_64//rpm", + "@glusterfs-fuse-0__11.0-2.fc38.x86_64//rpm", + "@gmp-1__6.2.1-4.fc38.x86_64//rpm", + "@gnutls-0__3.8.0-2.fc38.x86_64//rpm", + "@gnutls-dane-0__3.8.0-2.fc38.x86_64//rpm", + "@gnutls-utils-0__3.8.0-2.fc38.x86_64//rpm", + "@google-noto-fonts-common-0__20230201-1.fc38.x86_64//rpm", + "@google-noto-sans-vf-fonts-0__20230201-1.fc38.x86_64//rpm", + "@gperftools-libs-0__2.9.1-5.fc38.x86_64//rpm", + "@graphene-0__1.10.6-5.fc38.x86_64//rpm", + "@graphite2-0__1.3.14-11.fc38.x86_64//rpm", + "@grep-0__3.8-3.fc38.x86_64//rpm", + "@groff-base-0__1.22.4-11.fc38.x86_64//rpm", + "@gsm-0__1.0.22-2.fc38.x86_64//rpm", + "@gssproxy-0__0.9.1-5.fc38.x86_64//rpm", + "@gstreamer1-0__1.22.3-2.fc38.x86_64//rpm", + "@gstreamer1-plugins-base-0__1.22.3-1.fc38.x86_64//rpm", + "@gtk-update-icon-cache-0__3.24.38-1.fc38.x86_64//rpm", + "@gtk3-0__3.24.38-1.fc38.x86_64//rpm", + "@gzip-0__1.12-3.fc38.x86_64//rpm", + "@harfbuzz-0__7.1.0-1.fc38.x86_64//rpm", + "@hicolor-icon-theme-0__0.17-15.fc38.x86_64//rpm", + "@highway-0__1.0.4-1.fc38.x86_64//rpm", + "@hwdata-0__0.371-1.fc38.x86_64//rpm", + "@iproute-0__6.1.0-1.fc38.x86_64//rpm", + "@iproute-tc-0__6.1.0-1.fc38.x86_64//rpm", + "@iptables-legacy-0__1.8.9-4.fc38.x86_64//rpm", + "@iptables-legacy-libs-0__1.8.9-4.fc38.x86_64//rpm", + "@iptables-libs-0__1.8.9-4.fc38.x86_64//rpm", + "@ipxe-roms-qemu-0__20220210-3.git64113751.fc38.x86_64//rpm", + "@iscsi-initiator-utils-0__6.2.1.4-10.git2a8f9d8.fc38.x86_64//rpm", + "@iscsi-initiator-utils-iscsiuio-0__6.2.1.4-10.git2a8f9d8.fc38.x86_64//rpm", + "@isns-utils-libs-0__0.101-6.fc38.x86_64//rpm", + "@iso-codes-0__4.13.0-1.fc38.x86_64//rpm", + "@jack-audio-connection-kit-0__1.9.22-1.fc38.x86_64//rpm", + "@jbigkit-libs-0__2.1-25.fc38.x86_64//rpm", + "@json-c-0__0.16-4.fc38.x86_64//rpm", + "@json-glib-0__1.6.6-4.fc38.x86_64//rpm", + "@kbd-0__2.5.1-5.fc38.x86_64//rpm", + "@kbd-legacy-0__2.5.1-5.fc38.x86_64//rpm", + "@kbd-misc-0__2.5.1-5.fc38.x86_64//rpm", + "@keyutils-0__1.6.1-6.fc38.x86_64//rpm", + "@keyutils-libs-0__1.6.1-6.fc38.x86_64//rpm", + "@kmod-0__30-4.fc38.x86_64//rpm", + "@kmod-libs-0__30-4.fc38.x86_64//rpm", + "@krb5-libs-0__1.20.1-8.fc38.x86_64//rpm", + "@lame-libs-0__3.100-14.fc38.x86_64//rpm", + "@langpacks-core-font-en-0__3.0-32.fc38.x86_64//rpm", + "@lcms2-0__2.15-1.fc38.x86_64//rpm", + "@libX11-0__1.8.4-1.fc38.x86_64//rpm", + "@libX11-common-0__1.8.4-1.fc38.x86_64//rpm", + "@libX11-xcb-0__1.8.4-1.fc38.x86_64//rpm", + "@libXau-0__1.0.11-2.fc38.x86_64//rpm", + "@libXcomposite-0__0.4.5-9.fc38.x86_64//rpm", + "@libXcursor-0__1.2.1-3.fc38.x86_64//rpm", + "@libXdamage-0__1.1.5-9.fc38.x86_64//rpm", + "@libXext-0__1.3.5-2.fc38.x86_64//rpm", + "@libXfixes-0__6.0.0-5.fc38.x86_64//rpm", + "@libXft-0__2.3.8-2.fc38.x86_64//rpm", + "@libXi-0__1.8.1-1.fc38.x86_64//rpm", + "@libXinerama-0__1.1.5-2.fc38.x86_64//rpm", + "@libXrandr-0__1.5.2-10.fc38.x86_64//rpm", + "@libXrender-0__0.9.11-2.fc38.x86_64//rpm", + "@libXtst-0__1.2.4-2.fc38.x86_64//rpm", + "@libXv-0__1.0.11-18.fc38.x86_64//rpm", + "@libXxf86vm-0__1.1.5-2.fc38.x86_64//rpm", + "@libacl-0__2.3.1-6.fc38.x86_64//rpm", + "@libaio-0__0.3.111-15.fc38.x86_64//rpm", + "@libarchive-0__3.6.1-4.fc38.x86_64//rpm", + "@libargon2-0__20190702-2.fc38.x86_64//rpm", + "@libasyncns-0__0.8-24.fc38.x86_64//rpm", + "@libattr-0__2.5.1-6.fc38.x86_64//rpm", + "@libb2-0__0.98.1-8.fc38.x86_64//rpm", + "@libbasicobjects-0__0.1.1-53.fc38.x86_64//rpm", + "@libblkid-0__2.38.1-4.fc38.x86_64//rpm", + "@libblkio-0__1.2.2-3.fc38.x86_64//rpm", + "@libbpf-2__1.1.0-2.fc38.x86_64//rpm", + "@libbrotli-0__1.0.9-11.fc38.x86_64//rpm", + "@libcacard-3__2.8.1-4.fc38.x86_64//rpm", + "@libcap-0__2.48-6.fc38.x86_64//rpm", + "@libcap-ng-0__0.8.3-5.fc38.x86_64//rpm", + "@libcloudproviders-0__0.3.1-7.fc38.x86_64//rpm", + "@libcollection-0__0.7.0-53.fc38.x86_64//rpm", + "@libcom_err-0__1.46.5-4.fc38.x86_64//rpm", + "@libconfig-0__1.7.3-5.fc38.x86_64//rpm", + "@libcurl-minimal-0__8.0.1-2.fc38.x86_64//rpm", + "@libdatrie-0__0.2.13-5.fc38.x86_64//rpm", + "@libdb-0__5.3.28-55.fc38.x86_64//rpm", + "@libdrm-0__2.4.114-2.fc38.x86_64//rpm", + "@libeconf-0__0.4.0-5.fc38.x86_64//rpm", + "@libedit-0__3.1-45.20221030cvs.fc38.x86_64//rpm", + "@libepoxy-0__1.5.10-3.fc38.x86_64//rpm", + "@libevent-0__2.1.12-8.fc38.x86_64//rpm", + "@libfdisk-0__2.38.1-4.fc38.x86_64//rpm", + "@libfdt-0__1.6.1-7.fc38.x86_64//rpm", + "@libffado-0__2.4.7-1.fc38.x86_64//rpm", + "@libffi-0__3.4.4-2.fc38.x86_64//rpm", + "@libgcc-0__13.1.1-2.fc38.x86_64//rpm", + "@libgcrypt-0__1.10.2-1.fc38.x86_64//rpm", + "@libgfapi0-0__11.0-2.fc38.x86_64//rpm", + "@libgfrpc0-0__11.0-2.fc38.x86_64//rpm", + "@libgfxdr0-0__11.0-2.fc38.x86_64//rpm", + "@libglusterfs0-0__11.0-2.fc38.x86_64//rpm", + "@libglvnd-1__1.6.0-2.fc38.x86_64//rpm", + "@libglvnd-egl-1__1.6.0-2.fc38.x86_64//rpm", + "@libglvnd-glx-1__1.6.0-2.fc38.x86_64//rpm", + "@libgomp-0__13.1.1-2.fc38.x86_64//rpm", + "@libgpg-error-0__1.47-1.fc38.x86_64//rpm", + "@libgudev-0__237-4.fc38.x86_64//rpm", + "@libgusb-0__0.4.5-1.fc38.x86_64//rpm", + "@libibverbs-0__44.0-3.fc38.x86_64//rpm", + "@libicu-0__72.1-2.fc38.x86_64//rpm", + "@libidn2-0__2.3.4-2.fc38.x86_64//rpm", + "@libiec61883-0__1.2.0-31.fc38.x86_64//rpm", + "@libini_config-0__1.3.1-53.fc38.x86_64//rpm", + "@libiscsi-0__1.19.0-7.fc38.x86_64//rpm", + "@libjpeg-turbo-0__2.1.4-2.fc38.x86_64//rpm", + "@libjxl-1__0.7.0-6.fc38.x86_64//rpm", + "@libmnl-0__1.0.5-2.fc38.x86_64//rpm", + "@libmount-0__2.38.1-4.fc38.x86_64//rpm", + "@libnetfilter_conntrack-0__1.0.8-7.fc38.x86_64//rpm", + "@libnfnetlink-0__1.0.1-23.fc38.x86_64//rpm", + "@libnfs-0__4.0.0-8.fc38.x86_64//rpm", + "@libnfsidmap-1__2.6.3-0.fc38.x86_64//rpm", + "@libnghttp2-0__1.52.0-1.fc38.x86_64//rpm", + "@libnl3-0__3.7.0-3.fc38.x86_64//rpm", + "@libnsl2-0__2.0.0-5.fc38.x86_64//rpm", + "@libogg-2__1.3.5-5.fc38.x86_64//rpm", + "@libpath_utils-0__0.2.1-53.fc38.x86_64//rpm", + "@libpcap-14__1.10.4-1.fc38.x86_64//rpm", + "@libpciaccess-0__0.16-8.fc38.x86_64//rpm", + "@libpmem-0__1.12.1-3.fc38.x86_64//rpm", + "@libpmemobj-0__1.12.1-3.fc38.x86_64//rpm", + "@libpng-2__1.6.37-14.fc38.x86_64//rpm", + "@libpsl-0__0.21.2-2.fc38.x86_64//rpm", + "@libpwquality-0__1.4.5-3.fc38.x86_64//rpm", + "@librados2-2__17.2.6-3.fc38.x86_64//rpm", + "@libraw1394-0__2.1.2-17.fc38.x86_64//rpm", + "@librbd1-2__17.2.6-3.fc38.x86_64//rpm", + "@librdmacm-0__44.0-3.fc38.x86_64//rpm", + "@libref_array-0__0.1.5-53.fc38.x86_64//rpm", + "@libsamplerate-0__0.2.2-4.fc38.x86_64//rpm", + "@libseccomp-0__2.5.3-4.fc38.x86_64//rpm", + "@libselinux-0__3.5-1.fc38.x86_64//rpm", + "@libselinux-utils-0__3.5-1.fc38.x86_64//rpm", + "@libsemanage-0__3.5-2.fc38.x86_64//rpm", + "@libsepol-0__3.5-1.fc38.x86_64//rpm", + "@libsigc__plus____plus__20-0__2.10.8-3.fc38.x86_64//rpm", + "@libsigsegv-0__2.14-4.fc38.x86_64//rpm", + "@libslirp-0__4.7.0-3.fc38.x86_64//rpm", + "@libsmartcols-0__2.38.1-4.fc38.x86_64//rpm", + "@libsndfile-0__1.1.0-6.fc38.x86_64//rpm", + "@libsoup3-0__3.4.2-2.fc38.x86_64//rpm", + "@libssh-0__0.10.5-1.fc38.x86_64//rpm", + "@libssh-config-0__0.10.5-1.fc38.x86_64//rpm", + "@libssh2-0__1.10.0-7.fc38.x86_64//rpm", + "@libstdc__plus____plus__-0__13.1.1-2.fc38.x86_64//rpm", + "@libstemmer-0__2.2.0-5.fc38.x86_64//rpm", + "@libtasn1-0__4.19.0-2.fc38.x86_64//rpm", + "@libthai-0__0.1.29-4.fc38.x86_64//rpm", + "@libtheora-1__1.1.1-33.fc38.x86_64//rpm", + "@libtiff-0__4.4.0-5.fc38.x86_64//rpm", + "@libtirpc-0__1.3.3-1.rc1.fc38.x86_64//rpm", + "@libtpms-0__0.9.6-1.fc38.x86_64//rpm", + "@libtracker-sparql-0__3.5.3-1.fc38.x86_64//rpm", + "@libunistring-0__1.1-3.fc38.x86_64//rpm", + "@libunistring1.0-0__1.0-1.fc38.x86_64//rpm", + "@libunwind-0__1.6.2-7.fc38.x86_64//rpm", + "@liburing-0__2.3-2.fc38.x86_64//rpm", + "@libusb1-0__1.0.26-2.fc38.x86_64//rpm", + "@libutempter-0__1.2.1-8.fc38.x86_64//rpm", + "@libuuid-0__2.38.1-4.fc38.x86_64//rpm", + "@libva-0__2.18.0-1.fc38.x86_64//rpm", + "@libverto-0__0.3.2-5.fc38.x86_64//rpm", + "@libverto-libevent-0__0.3.2-5.fc38.x86_64//rpm", + "@libvirt-client-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-config-network-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-interface-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-network-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-nodedev-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-nwfilter-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-qemu-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-secret-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-core-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-disk-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-gluster-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-iscsi-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-iscsi-direct-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-logical-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-mpath-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-rbd-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-scsi-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-driver-storage-zfs-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-daemon-kvm-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-libs-0__9.0.0-3.fc38.x86_64//rpm", + "@libvisual-1__0.4.1-1.fc38.x86_64//rpm", + "@libvorbis-1__1.3.7-7.fc38.x86_64//rpm", + "@libwayland-client-0__1.22.0-1.fc38.x86_64//rpm", + "@libwayland-cursor-0__1.22.0-1.fc38.x86_64//rpm", + "@libwayland-egl-0__1.22.0-1.fc38.x86_64//rpm", + "@libwayland-server-0__1.22.0-1.fc38.x86_64//rpm", + "@libwebp-0__1.3.0-2.fc38.x86_64//rpm", + "@libwsman1-0__2.7.1-10.fc38.x86_64//rpm", + "@libxcb-0__1.13.1-11.fc38.x86_64//rpm", + "@libxcrypt-0__4.4.35-1.fc38.x86_64//rpm", + "@libxkbcommon-0__1.5.0-2.fc38.x86_64//rpm", + "@libxml2-0__2.10.4-1.fc38.x86_64//rpm", + "@libxml__plus____plus__-0__2.42.2-2.fc38.x86_64//rpm", + "@libxshmfence-0__1.3-12.fc38.x86_64//rpm", + "@libzstd-0__1.5.5-1.fc38.x86_64//rpm", + "@linux-atm-libs-0__2.5.1-34.fc38.x86_64//rpm", + "@llvm-libs-0__16.0.5-1.fc38.x86_64//rpm", + "@lm_sensors-libs-0__3.6.0-13.fc38.x86_64//rpm", + "@lttng-ust-0__2.13.5-2.fc38.x86_64//rpm", + "@lua-libs-0__5.4.4-9.fc38.x86_64//rpm", + "@lvm2-0__2.03.18-2.fc38.x86_64//rpm", + "@lvm2-libs-0__2.03.18-2.fc38.x86_64//rpm", + "@lz4-libs-0__1.9.4-2.fc38.x86_64//rpm", + "@lzo-0__2.10-8.fc38.x86_64//rpm", + "@lzop-0__1.04-10.fc38.x86_64//rpm", + "@mdevctl-0__1.2.0-3.fc38.x86_64//rpm", + "@mesa-dri-drivers-0__23.1.2-1.fc38.x86_64//rpm", + "@mesa-filesystem-0__23.1.2-1.fc38.x86_64//rpm", + "@mesa-libEGL-0__23.1.2-1.fc38.x86_64//rpm", + "@mesa-libGL-0__23.1.2-1.fc38.x86_64//rpm", + "@mesa-libgbm-0__23.1.2-1.fc38.x86_64//rpm", + "@mesa-libglapi-0__23.1.2-1.fc38.x86_64//rpm", + "@mpdecimal-0__2.5.1-6.fc38.x86_64//rpm", + "@mpfr-0__4.1.1-3.fc38.x86_64//rpm", + "@mpg123-libs-0__1.31.3-1.fc38.x86_64//rpm", + "@ncurses-0__6.4-3.20230114.fc38.x86_64//rpm", + "@ncurses-base-0__6.4-3.20230114.fc38.x86_64//rpm", + "@ncurses-libs-0__6.4-3.20230114.fc38.x86_64//rpm", + "@ndctl-libs-0__77-1.fc38.x86_64//rpm", + "@nettle-0__3.8-3.fc38.x86_64//rpm", + "@nfs-utils-1__2.6.3-0.fc38.x86_64//rpm", + "@nspr-0__4.35.0-7.fc38.x86_64//rpm", + "@nss-0__3.90.0-1.fc38.x86_64//rpm", + "@nss-softokn-0__3.90.0-1.fc38.x86_64//rpm", + "@nss-softokn-freebl-0__3.90.0-1.fc38.x86_64//rpm", + "@nss-sysinit-0__3.90.0-1.fc38.x86_64//rpm", + "@nss-util-0__3.90.0-1.fc38.x86_64//rpm", + "@numactl-libs-0__2.0.16-2.fc38.x86_64//rpm", + "@numad-0__0.5-38.20150602git.fc38.x86_64//rpm", + "@openldap-0__2.6.4-1.fc38.x86_64//rpm", + "@openssl-libs-1__3.0.9-1.fc38.x86_64//rpm", + "@opus-0__1.3.1-12.fc38.x86_64//rpm", + "@orc-0__0.4.33-2.fc38.x86_64//rpm", + "@p11-kit-0__0.24.1-6.fc38.x86_64//rpm", + "@p11-kit-trust-0__0.24.1-6.fc38.x86_64//rpm", + "@pam-0__1.5.2-16.fc38.x86_64//rpm", + "@pam-libs-0__1.5.2-16.fc38.x86_64//rpm", + "@pango-0__1.50.14-1.fc38.x86_64//rpm", + "@parted-0__3.5-11.fc38.x86_64//rpm", + "@pcre2-0__10.42-1.fc38.1.x86_64//rpm", + "@pcre2-syntax-0__10.42-1.fc38.1.x86_64//rpm", + "@pcsc-lite-libs-0__1.9.9-3.fc38.x86_64//rpm", + "@perl-Carp-0__1.52-490.fc38.x86_64//rpm", + "@perl-Class-Struct-0__0.66-497.fc38.x86_64//rpm", + "@perl-DynaLoader-0__1.52-497.fc38.x86_64//rpm", + "@perl-Encode-4__3.19-493.fc38.x86_64//rpm", + "@perl-Errno-0__1.36-497.fc38.x86_64//rpm", + "@perl-Exporter-0__5.77-490.fc38.x86_64//rpm", + "@perl-Fcntl-0__1.15-497.fc38.x86_64//rpm", + "@perl-File-Basename-0__2.85-497.fc38.x86_64//rpm", + "@perl-File-Path-0__2.18-490.fc38.x86_64//rpm", + "@perl-File-Temp-1__0.231.100-490.fc38.x86_64//rpm", + "@perl-File-stat-0__1.12-497.fc38.x86_64//rpm", + "@perl-Getopt-Long-1__2.54-2.fc38.x86_64//rpm", + "@perl-Getopt-Std-0__1.13-497.fc38.x86_64//rpm", + "@perl-HTTP-Tiny-0__0.082-2.fc38.x86_64//rpm", + "@perl-IO-0__1.50-497.fc38.x86_64//rpm", + "@perl-IPC-Open3-0__1.22-497.fc38.x86_64//rpm", + "@perl-MIME-Base64-0__3.16-490.fc38.x86_64//rpm", + "@perl-POSIX-0__2.03-497.fc38.x86_64//rpm", + "@perl-PathTools-0__3.84-490.fc38.x86_64//rpm", + "@perl-Pod-Escapes-1__1.07-490.fc38.x86_64//rpm", + "@perl-Pod-Perldoc-0__3.28.01-491.fc38.x86_64//rpm", + "@perl-Pod-Simple-1__3.43-491.fc38.x86_64//rpm", + "@perl-Pod-Usage-4__2.03-4.fc38.x86_64//rpm", + "@perl-Scalar-List-Utils-5__1.63-490.fc38.x86_64//rpm", + "@perl-SelectSaver-0__1.02-497.fc38.x86_64//rpm", + "@perl-Socket-4__2.036-2.fc38.x86_64//rpm", + "@perl-Storable-1__3.26-490.fc38.x86_64//rpm", + "@perl-Symbol-0__1.09-497.fc38.x86_64//rpm", + "@perl-Term-ANSIColor-0__5.01-491.fc38.x86_64//rpm", + "@perl-Term-Cap-0__1.18-1.fc38.x86_64//rpm", + "@perl-Text-ParseWords-0__3.31-490.fc38.x86_64//rpm", + "@perl-Text-Tabs__plus__Wrap-0__2023.0511-1.fc38.x86_64//rpm", + "@perl-Time-Local-2__1.300-490.fc38.x86_64//rpm", + "@perl-constant-0__1.33-491.fc38.x86_64//rpm", + "@perl-if-0__0.61.000-497.fc38.x86_64//rpm", + "@perl-interpreter-4__5.36.1-497.fc38.x86_64//rpm", + "@perl-libs-4__5.36.1-497.fc38.x86_64//rpm", + "@perl-locale-0__1.10-497.fc38.x86_64//rpm", + "@perl-mro-0__1.26-497.fc38.x86_64//rpm", + "@perl-overload-0__1.35-497.fc38.x86_64//rpm", + "@perl-overloading-0__0.02-497.fc38.x86_64//rpm", + "@perl-parent-1__0.241-1.fc38.x86_64//rpm", + "@perl-podlators-1__5.01-2.fc38.x86_64//rpm", + "@perl-vars-0__1.05-497.fc38.x86_64//rpm", + "@pixman-0__0.42.2-1.fc38.x86_64//rpm", + "@policycoreutils-0__3.5-1.fc38.x86_64//rpm", + "@policycoreutils-python-utils-0__3.5-1.fc38.x86_64//rpm", + "@polkit-0__122-3.fc38.1.x86_64//rpm", + "@polkit-libs-0__122-3.fc38.1.x86_64//rpm", + "@polkit-pkla-compat-0__0.1-23.fc38.x86_64//rpm", + "@popt-0__1.19-2.fc38.x86_64//rpm", + "@protobuf-c-0__1.4.1-4.fc38.x86_64//rpm", + "@psmisc-0__23.6-2.fc38.x86_64//rpm", + "@publicsuffix-list-dafsa-0__20230318-1.fc38.x86_64//rpm", + "@pulseaudio-libs-0__16.1-4.fc38.x86_64//rpm", + "@python-pip-wheel-0__22.3.1-2.fc38.x86_64//rpm", + "@python-setuptools-wheel-0__65.5.1-2.fc38.x86_64//rpm", + "@python3-0__3.11.3-2.fc38.x86_64//rpm", + "@python3-audit-0__3.1.1-1.fc38.x86_64//rpm", + "@python3-distro-0__1.8.0-2.fc38.x86_64//rpm", + "@python3-libs-0__3.11.3-2.fc38.x86_64//rpm", + "@python3-libselinux-0__3.5-1.fc38.x86_64//rpm", + "@python3-libsemanage-0__3.5-2.fc38.x86_64//rpm", + "@python3-policycoreutils-0__3.5-1.fc38.x86_64//rpm", + "@python3-setools-0__4.4.2-1.fc38.x86_64//rpm", + "@python3-setuptools-0__65.5.1-2.fc38.x86_64//rpm", + "@qemu-audio-alsa-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-audio-dbus-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-audio-jack-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-audio-oss-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-audio-pa-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-audio-sdl-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-audio-spice-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-block-blkio-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-block-curl-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-block-dmg-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-block-gluster-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-block-iscsi-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-block-nfs-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-block-rbd-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-block-ssh-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-char-baum-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-char-spice-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-common-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-qxl-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-vhost-user-gpu-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-virtio-gpu-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-virtio-gpu-ccw-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-virtio-gpu-gl-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-virtio-gpu-pci-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-virtio-gpu-pci-gl-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-virtio-vga-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-display-virtio-vga-gl-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-usb-host-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-usb-redirect-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-device-usb-smartcard-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-img-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-kvm-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-pr-helper-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-system-x86-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-system-x86-core-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-ui-curses-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-ui-egl-headless-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-ui-gtk-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-ui-opengl-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-ui-sdl-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-ui-spice-app-2__7.2.1-2.fc38.x86_64//rpm", + "@qemu-ui-spice-core-2__7.2.1-2.fc38.x86_64//rpm", + "@quota-1__4.09-2.fc38.x86_64//rpm", + "@quota-nls-1__4.09-2.fc38.x86_64//rpm", + "@readline-0__8.2-3.fc38.x86_64//rpm", + "@rpcbind-0__1.2.6-4.rc2.fc38.x86_64//rpm", + "@rpm-0__4.18.1-3.fc38.x86_64//rpm", + "@rpm-libs-0__4.18.1-3.fc38.x86_64//rpm", + "@rpm-plugin-selinux-0__4.18.1-3.fc38.x86_64//rpm", + "@rpm-sequoia-0__1.4.0-3.fc38.x86_64//rpm", + "@seabios-bin-0__1.16.2-1.fc38.x86_64//rpm", + "@seavgabios-bin-0__1.16.2-1.fc38.x86_64//rpm", + "@sed-0__4.8-12.fc38.x86_64//rpm", + "@selinux-policy-0__38.15-1.fc38.x86_64//rpm", + "@selinux-policy-minimum-0__38.15-1.fc38.x86_64//rpm", + "@setup-0__2.14.3-2.fc38.x86_64//rpm", + "@sgabios-bin-1__0.20180715git-10.fc38.x86_64//rpm", + "@shadow-utils-2__4.13-6.fc38.x86_64//rpm", + "@shared-mime-info-0__2.2-3.fc38.x86_64//rpm", + "@snappy-0__1.1.9-7.fc38.x86_64//rpm", + "@spice-server-0__0.15.1-2.fc38.x86_64//rpm", + "@sqlite-libs-0__3.40.1-2.fc38.x86_64//rpm", + "@swtpm-0__0.8.0-3.fc38.x86_64//rpm", + "@swtpm-libs-0__0.8.0-3.fc38.x86_64//rpm", + "@swtpm-tools-0__0.8.0-3.fc38.x86_64//rpm", + "@systemd-0__253.5-1.fc38.x86_64//rpm", + "@systemd-container-0__253.5-1.fc38.x86_64//rpm", + "@systemd-libs-0__253.5-1.fc38.x86_64//rpm", + "@systemd-pam-0__253.5-1.fc38.x86_64//rpm", + "@systemd-udev-0__253.5-1.fc38.x86_64//rpm", + "@trousers-0__0.3.15-8.fc38.x86_64//rpm", + "@trousers-lib-0__0.3.15-8.fc38.x86_64//rpm", + "@tzdata-0__2023c-1.fc38.x86_64//rpm", + "@unbound-libs-0__1.17.1-2.fc38.x86_64//rpm", + "@usbredir-0__0.13.0-2.fc38.x86_64//rpm", + "@userspace-rcu-0__0.13.2-2.fc38.x86_64//rpm", + "@util-linux-0__2.38.1-4.fc38.x86_64//rpm", + "@util-linux-core-0__2.38.1-4.fc38.x86_64//rpm", + "@virglrenderer-0__0.10.4-2.20230104git88b9fe3b.fc38.x86_64//rpm", + "@virtiofsd-0__1.5.1-1.fc38.x86_64//rpm", + "@vte-profile-0__0.72.2-1.fc38.x86_64//rpm", + "@vte291-0__0.72.2-1.fc38.x86_64//rpm", + "@which-0__2.21-39.fc38.x86_64//rpm", + "@xen-libs-0__4.17.1-2.fc38.x86_64//rpm", + "@xen-licenses-0__4.17.1-2.fc38.x86_64//rpm", + "@xkeyboard-config-0__2.38-1.fc38.x86_64//rpm", + "@xml-common-0__0.6.3-60.fc38.x86_64//rpm", + "@xprop-0__1.2.5-3.fc38.x86_64//rpm", + "@xz-0__5.4.1-1.fc38.x86_64//rpm", + "@xz-libs-0__5.4.1-1.fc38.x86_64//rpm", + "@yajl-0__2.1.0-20.fc38.x86_64//rpm", + "@zfs-fuse-0__0.7.2.2-24.fc38.x86_64//rpm", + "@zlib-0__1.2.13-3.fc38.x86_64//rpm", ], symlinks = { "/usr/sbin/ip6tables": "/usr/sbin/ip6tables-legacy", @@ -598,93 +595,93 @@ rpmtree( rpmtree( name = "cryptsetup-devel", rpms = [ - "@alternatives-0__1.22-1.fc37.x86_64//rpm", - "@audit-libs-0__3.1-2.fc37.x86_64//rpm", - "@basesystem-0__11-14.fc37.x86_64//rpm", - "@bash-0__5.2.15-1.fc37.x86_64//rpm", - "@bzip2-libs-0__1.0.8-12.fc37.x86_64//rpm", - "@ca-certificates-0__2023.2.60-1.0.fc37.x86_64//rpm", - "@cmake-filesystem-0__3.26.1-1.fc37.x86_64//rpm", - "@coreutils-0__9.1-7.fc37.x86_64//rpm", - "@coreutils-common-0__9.1-7.fc37.x86_64//rpm", - "@crypto-policies-0__20220815-1.gite4ed860.fc37.x86_64//rpm", - "@cryptsetup-devel-0__2.6.1-1.fc37.x86_64//rpm", - "@cryptsetup-libs-0__2.6.1-1.fc37.x86_64//rpm", - "@dbus-1__1.14.6-1.fc37.x86_64//rpm", - "@dbus-broker-0__33-1.fc37.x86_64//rpm", - "@dbus-common-1__1.14.6-1.fc37.x86_64//rpm", - "@device-mapper-0__1.02.175-9.fc37.x86_64//rpm", - "@device-mapper-devel-0__1.02.175-9.fc37.x86_64//rpm", - "@device-mapper-libs-0__1.02.175-9.fc37.x86_64//rpm", - "@expat-0__2.5.0-1.fc37.x86_64//rpm", - "@fedora-gpg-keys-0__37-2.x86_64//rpm", - "@fedora-release-common-0__37-16.x86_64//rpm", - "@fedora-release-container-0__37-16.x86_64//rpm", - "@fedora-release-identity-i3-0__37-16.x86_64//rpm", - "@fedora-repos-0__37-2.x86_64//rpm", - "@filesystem-0__3.18-2.fc37.x86_64//rpm", - "@glibc-0__2.36-9.fc37.x86_64//rpm", - "@glibc-common-0__2.36-9.fc37.x86_64//rpm", - "@glibc-langpack-ce-0__2.36-9.fc37.x86_64//rpm", - "@gmp-1__6.2.1-3.fc37.x86_64//rpm", - "@grep-0__3.7-4.fc37.x86_64//rpm", - "@json-c-0__0.16-3.fc37.x86_64//rpm", - "@json-c-devel-0__0.16-3.fc37.x86_64//rpm", - "@kmod-libs-0__30-2.fc37.x86_64//rpm", - "@libacl-0__2.3.1-4.fc37.x86_64//rpm", - "@libargon2-0__20190702-1.fc37.x86_64//rpm", - "@libargon2-devel-0__20190702-1.fc37.x86_64//rpm", - "@libattr-0__2.5.1-5.fc37.x86_64//rpm", - "@libblkid-0__2.38.1-1.fc37.x86_64//rpm", - "@libblkid-devel-0__2.38.1-1.fc37.x86_64//rpm", - "@libcap-0__2.48-5.fc37.x86_64//rpm", - "@libcap-ng-0__0.8.3-3.fc37.x86_64//rpm", - "@libeconf-0__0.4.0-4.fc37.x86_64//rpm", - "@libfdisk-0__2.38.1-1.fc37.x86_64//rpm", - "@libffi-0__3.4.4-1.fc37.x86_64//rpm", - "@libgcc-0__12.2.1-4.fc37.x86_64//rpm", - "@libmount-0__2.38.1-1.fc37.x86_64//rpm", - "@libpkgconf-0__1.8.0-3.fc37.x86_64//rpm", - "@libseccomp-0__2.5.3-3.fc37.x86_64//rpm", - "@libselinux-0__3.5-1.fc37.x86_64//rpm", - "@libselinux-devel-0__3.5-1.fc37.x86_64//rpm", - "@libsemanage-0__3.5-1.fc37.x86_64//rpm", - "@libsepol-0__3.5-1.fc37.x86_64//rpm", - "@libsepol-devel-0__3.5-1.fc37.x86_64//rpm", - "@libsmartcols-0__2.38.1-1.fc37.x86_64//rpm", - "@libtasn1-0__4.19.0-1.fc37.x86_64//rpm", - "@libuuid-0__2.38.1-1.fc37.x86_64//rpm", - "@libuuid-devel-0__2.38.1-1.fc37.x86_64//rpm", - "@libxcrypt-0__4.4.33-4.fc37.x86_64//rpm", - "@libzstd-0__1.5.4-1.fc37.x86_64//rpm", - "@lz4-libs-0__1.9.4-1.fc37.x86_64//rpm", - "@ncurses-base-0__6.3-4.20220501.fc37.x86_64//rpm", - "@ncurses-libs-0__6.3-4.20220501.fc37.x86_64//rpm", - "@openssl-devel-1__3.0.8-1.fc37.x86_64//rpm", - "@openssl-libs-1__3.0.8-1.fc37.x86_64//rpm", - "@p11-kit-0__0.24.1-3.fc37.x86_64//rpm", - "@p11-kit-trust-0__0.24.1-3.fc37.x86_64//rpm", - "@pam-libs-0__1.5.2-14.fc37.x86_64//rpm", - "@pcre-0__8.45-1.fc37.2.x86_64//rpm", - "@pcre2-0__10.40-1.fc37.1.x86_64//rpm", - "@pcre2-devel-0__10.40-1.fc37.1.x86_64//rpm", - "@pcre2-syntax-0__10.40-1.fc37.1.x86_64//rpm", - "@pcre2-utf16-0__10.40-1.fc37.1.x86_64//rpm", - "@pcre2-utf32-0__10.40-1.fc37.1.x86_64//rpm", - "@pkgconf-0__1.8.0-3.fc37.x86_64//rpm", - "@pkgconf-m4-0__1.8.0-3.fc37.x86_64//rpm", - "@pkgconf-pkg-config-0__1.8.0-3.fc37.x86_64//rpm", - "@sed-0__4.8-11.fc37.x86_64//rpm", - "@setup-0__2.14.1-2.fc37.x86_64//rpm", - "@shadow-utils-2__4.12.3-5.fc37.x86_64//rpm", - "@systemd-0__251.13-6.fc37.x86_64//rpm", - "@systemd-devel-0__251.13-6.fc37.x86_64//rpm", - "@systemd-libs-0__251.13-6.fc37.x86_64//rpm", - "@systemd-pam-0__251.13-6.fc37.x86_64//rpm", - "@tzdata-0__2022g-1.fc37.x86_64//rpm", - "@util-linux-core-0__2.38.1-1.fc37.x86_64//rpm", - "@xz-libs-0__5.4.1-1.fc37.x86_64//rpm", - "@zlib-0__1.2.12-5.fc37.x86_64//rpm", + "@alternatives-0__1.24-1.fc38.x86_64//rpm", + "@audit-libs-0__3.1.1-1.fc38.x86_64//rpm", + "@basesystem-0__11-15.fc38.x86_64//rpm", + "@bash-0__5.2.15-3.fc38.x86_64//rpm", + "@bzip2-libs-0__1.0.8-13.fc38.x86_64//rpm", + "@ca-certificates-0__2023.2.60-2.fc38.x86_64//rpm", + "@cmake-filesystem-0__3.26.4-4.fc38.x86_64//rpm", + "@coreutils-0__9.1-12.fc38.x86_64//rpm", + "@coreutils-common-0__9.1-12.fc38.x86_64//rpm", + "@crypto-policies-0__20230301-1.gita12f7b2.fc38.x86_64//rpm", + "@cryptsetup-devel-0__2.6.1-1.fc38.x86_64//rpm", + "@cryptsetup-libs-0__2.6.1-1.fc38.x86_64//rpm", + "@dbus-1__1.14.8-1.fc38.x86_64//rpm", + "@dbus-broker-0__33-1.fc38.x86_64//rpm", + "@dbus-common-1__1.14.8-1.fc38.x86_64//rpm", + "@device-mapper-0__1.02.189-2.fc38.x86_64//rpm", + "@device-mapper-devel-0__1.02.189-2.fc38.x86_64//rpm", + "@device-mapper-libs-0__1.02.189-2.fc38.x86_64//rpm", + "@expat-0__2.5.0-2.fc38.x86_64//rpm", + "@fedora-gpg-keys-0__38-1.x86_64//rpm", + "@fedora-release-common-0__38-36.x86_64//rpm", + "@fedora-release-container-0__38-36.x86_64//rpm", + "@fedora-release-identity-container-0__38-36.x86_64//rpm", + "@fedora-repos-0__38-1.x86_64//rpm", + "@filesystem-0__3.18-3.fc38.x86_64//rpm", + "@glibc-0__2.37-4.fc38.x86_64//rpm", + "@glibc-common-0__2.37-4.fc38.x86_64//rpm", + "@glibc-minimal-langpack-0__2.37-4.fc38.x86_64//rpm", + "@gmp-1__6.2.1-4.fc38.x86_64//rpm", + "@grep-0__3.8-3.fc38.x86_64//rpm", + "@json-c-0__0.16-4.fc38.x86_64//rpm", + "@json-c-devel-0__0.16-4.fc38.x86_64//rpm", + "@kmod-libs-0__30-4.fc38.x86_64//rpm", + "@libacl-0__2.3.1-6.fc38.x86_64//rpm", + "@libargon2-0__20190702-2.fc38.x86_64//rpm", + "@libargon2-devel-0__20190702-2.fc38.x86_64//rpm", + "@libattr-0__2.5.1-6.fc38.x86_64//rpm", + "@libblkid-0__2.38.1-4.fc38.x86_64//rpm", + "@libblkid-devel-0__2.38.1-4.fc38.x86_64//rpm", + "@libcap-0__2.48-6.fc38.x86_64//rpm", + "@libcap-ng-0__0.8.3-5.fc38.x86_64//rpm", + "@libeconf-0__0.4.0-5.fc38.x86_64//rpm", + "@libfdisk-0__2.38.1-4.fc38.x86_64//rpm", + "@libffi-0__3.4.4-2.fc38.x86_64//rpm", + "@libgcc-0__13.1.1-2.fc38.x86_64//rpm", + "@libmount-0__2.38.1-4.fc38.x86_64//rpm", + "@libpkgconf-0__1.8.0-6.fc38.x86_64//rpm", + "@libseccomp-0__2.5.3-4.fc38.x86_64//rpm", + "@libselinux-0__3.5-1.fc38.x86_64//rpm", + "@libselinux-devel-0__3.5-1.fc38.x86_64//rpm", + "@libsemanage-0__3.5-2.fc38.x86_64//rpm", + "@libsepol-0__3.5-1.fc38.x86_64//rpm", + "@libsepol-devel-0__3.5-1.fc38.x86_64//rpm", + "@libsmartcols-0__2.38.1-4.fc38.x86_64//rpm", + "@libtasn1-0__4.19.0-2.fc38.x86_64//rpm", + "@libuuid-0__2.38.1-4.fc38.x86_64//rpm", + "@libuuid-devel-0__2.38.1-4.fc38.x86_64//rpm", + "@libxcrypt-0__4.4.35-1.fc38.x86_64//rpm", + "@libzstd-0__1.5.5-1.fc38.x86_64//rpm", + "@lz4-libs-0__1.9.4-2.fc38.x86_64//rpm", + "@ncurses-base-0__6.4-3.20230114.fc38.x86_64//rpm", + "@ncurses-libs-0__6.4-3.20230114.fc38.x86_64//rpm", + "@openssl-libs-1__3.0.9-1.fc38.x86_64//rpm", + "@openssl1.1-1__1.1.1q-4.fc38.x86_64//rpm", + "@openssl1.1-devel-1__1.1.1q-4.fc38.x86_64//rpm", + "@p11-kit-0__0.24.1-6.fc38.x86_64//rpm", + "@p11-kit-trust-0__0.24.1-6.fc38.x86_64//rpm", + "@pam-libs-0__1.5.2-16.fc38.x86_64//rpm", + "@pcre2-0__10.42-1.fc38.1.x86_64//rpm", + "@pcre2-devel-0__10.42-1.fc38.1.x86_64//rpm", + "@pcre2-syntax-0__10.42-1.fc38.1.x86_64//rpm", + "@pcre2-utf16-0__10.42-1.fc38.1.x86_64//rpm", + "@pcre2-utf32-0__10.42-1.fc38.1.x86_64//rpm", + "@pkgconf-0__1.8.0-6.fc38.x86_64//rpm", + "@pkgconf-m4-0__1.8.0-6.fc38.x86_64//rpm", + "@pkgconf-pkg-config-0__1.8.0-6.fc38.x86_64//rpm", + "@sed-0__4.8-12.fc38.x86_64//rpm", + "@setup-0__2.14.3-2.fc38.x86_64//rpm", + "@shadow-utils-2__4.13-6.fc38.x86_64//rpm", + "@systemd-0__253.5-1.fc38.x86_64//rpm", + "@systemd-devel-0__253.5-1.fc38.x86_64//rpm", + "@systemd-libs-0__253.5-1.fc38.x86_64//rpm", + "@systemd-pam-0__253.5-1.fc38.x86_64//rpm", + "@tzdata-0__2023c-1.fc38.x86_64//rpm", + "@util-linux-core-0__2.38.1-4.fc38.x86_64//rpm", + "@xz-libs-0__5.4.1-1.fc38.x86_64//rpm", + "@zlib-0__1.2.13-3.fc38.x86_64//rpm", ], visibility = ["//visibility:public"], ) @@ -692,22 +689,22 @@ rpmtree( rpmtree( name = "glibc", rpms = [ - "@basesystem-0__11-14.fc37.x86_64//rpm", - "@bash-0__5.2.15-1.fc37.x86_64//rpm", - "@fedora-gpg-keys-0__37-2.x86_64//rpm", - "@fedora-release-common-0__37-16.x86_64//rpm", - "@fedora-release-container-0__37-16.x86_64//rpm", - "@fedora-release-identity-cinnamon-0__37-16.x86_64//rpm", - "@fedora-repos-0__37-2.x86_64//rpm", - "@filesystem-0__3.18-2.fc37.x86_64//rpm", - "@glibc-0__2.36-9.fc37.x86_64//rpm", - "@glibc-common-0__2.36-9.fc37.x86_64//rpm", - "@glibc-langpack-mt-0__2.36-9.fc37.x86_64//rpm", - "@libgcc-0__12.2.1-4.fc37.x86_64//rpm", - "@ncurses-base-0__6.3-4.20220501.fc37.x86_64//rpm", - "@ncurses-libs-0__6.3-4.20220501.fc37.x86_64//rpm", - "@setup-0__2.14.1-2.fc37.x86_64//rpm", - "@tzdata-0__2022g-1.fc37.x86_64//rpm", + "@basesystem-0__11-15.fc38.x86_64//rpm", + "@bash-0__5.2.15-3.fc38.x86_64//rpm", + "@fedora-gpg-keys-0__38-1.x86_64//rpm", + "@fedora-release-common-0__38-36.x86_64//rpm", + "@fedora-release-container-0__38-36.x86_64//rpm", + "@fedora-release-identity-basic-0__38-36.x86_64//rpm", + "@fedora-repos-0__38-1.x86_64//rpm", + "@filesystem-0__3.18-3.fc38.x86_64//rpm", + "@glibc-0__2.37-4.fc38.x86_64//rpm", + "@glibc-common-0__2.37-4.fc38.x86_64//rpm", + "@glibc-langpack-ga-0__2.37-4.fc38.x86_64//rpm", + "@libgcc-0__13.1.1-2.fc38.x86_64//rpm", + "@ncurses-base-0__6.4-3.20230114.fc38.x86_64//rpm", + "@ncurses-libs-0__6.4-3.20230114.fc38.x86_64//rpm", + "@setup-0__2.14.3-2.fc38.x86_64//rpm", + "@tzdata-0__2023c-1.fc38.x86_64//rpm", ], visibility = ["//visibility:public"], ) @@ -715,108 +712,108 @@ rpmtree( rpmtree( name = "libvirt-devel", rpms = [ - "@alternatives-0__1.22-1.fc37.x86_64//rpm", - "@audit-libs-0__3.1-2.fc37.x86_64//rpm", - "@authselect-0__1.4.2-1.fc37.x86_64//rpm", - "@authselect-libs-0__1.4.2-1.fc37.x86_64//rpm", - "@basesystem-0__11-14.fc37.x86_64//rpm", - "@bash-0__5.2.15-1.fc37.x86_64//rpm", - "@bzip2-libs-0__1.0.8-12.fc37.x86_64//rpm", - "@ca-certificates-0__2023.2.60-1.0.fc37.x86_64//rpm", - "@coreutils-single-0__9.1-7.fc37.x86_64//rpm", - "@cracklib-0__2.9.7-30.fc37.x86_64//rpm", - "@crypto-policies-0__20220815-1.gite4ed860.fc37.x86_64//rpm", - "@cyrus-sasl-0__2.1.28-8.fc37.x86_64//rpm", - "@cyrus-sasl-gssapi-0__2.1.28-8.fc37.x86_64//rpm", - "@cyrus-sasl-lib-0__2.1.28-8.fc37.x86_64//rpm", - "@fedora-gpg-keys-0__37-2.x86_64//rpm", - "@fedora-release-common-0__37-16.x86_64//rpm", - "@fedora-release-container-0__37-16.x86_64//rpm", - "@fedora-release-identity-server-0__37-16.x86_64//rpm", - "@fedora-repos-0__37-2.x86_64//rpm", - "@filesystem-0__3.18-2.fc37.x86_64//rpm", - "@gawk-0__5.1.1-4.fc37.x86_64//rpm", - "@gdbm-libs-1__1.23-2.fc37.x86_64//rpm", - "@glib2-0__2.74.6-1.fc37.x86_64//rpm", - "@glibc-0__2.36-9.fc37.x86_64//rpm", - "@glibc-common-0__2.36-9.fc37.x86_64//rpm", - "@glibc-langpack-lb-0__2.36-9.fc37.x86_64//rpm", - "@gmp-1__6.2.1-3.fc37.x86_64//rpm", - "@gnutls-0__3.8.0-2.fc37.x86_64//rpm", - "@grep-0__3.7-4.fc37.x86_64//rpm", - "@gzip-0__1.12-2.fc37.x86_64//rpm", - "@keyutils-libs-0__1.6.1-5.fc37.x86_64//rpm", - "@krb5-libs-0__1.19.2-13.fc37.x86_64//rpm", - "@libacl-0__2.3.1-4.fc37.x86_64//rpm", - "@libattr-0__2.5.1-5.fc37.x86_64//rpm", - "@libblkid-0__2.38.1-1.fc37.x86_64//rpm", - "@libcap-0__2.48-5.fc37.x86_64//rpm", - "@libcap-ng-0__0.8.3-3.fc37.x86_64//rpm", - "@libcom_err-0__1.46.5-3.fc37.x86_64//rpm", - "@libcurl-minimal-0__7.85.0-8.fc37.x86_64//rpm", - "@libdb-0__5.3.28-53.fc37.x86_64//rpm", - "@libeconf-0__0.4.0-4.fc37.x86_64//rpm", - "@libevent-0__2.1.12-7.fc37.x86_64//rpm", - "@libfdisk-0__2.38.1-1.fc37.x86_64//rpm", - "@libffi-0__3.4.4-1.fc37.x86_64//rpm", - "@libgcc-0__12.2.1-4.fc37.x86_64//rpm", - "@libidn2-0__2.3.4-1.fc37.x86_64//rpm", - "@libmount-0__2.38.1-1.fc37.x86_64//rpm", - "@libnghttp2-0__1.51.0-1.fc37.x86_64//rpm", - "@libnl3-0__3.7.0-2.fc37.x86_64//rpm", - "@libnsl2-0__2.0.0-4.fc37.x86_64//rpm", - "@libpkgconf-0__1.8.0-3.fc37.x86_64//rpm", - "@libpwquality-0__1.4.5-3.fc37.x86_64//rpm", - "@libselinux-0__3.5-1.fc37.x86_64//rpm", - "@libsemanage-0__3.5-1.fc37.x86_64//rpm", - "@libsepol-0__3.5-1.fc37.x86_64//rpm", - "@libsigsegv-0__2.14-3.fc37.x86_64//rpm", - "@libsmartcols-0__2.38.1-1.fc37.x86_64//rpm", - "@libssh-0__0.10.4-2.fc37.x86_64//rpm", - "@libssh-config-0__0.10.4-2.fc37.x86_64//rpm", - "@libssh2-0__1.10.0-5.fc37.x86_64//rpm", - "@libtasn1-0__4.19.0-1.fc37.x86_64//rpm", - "@libtirpc-0__1.3.3-0.fc37.x86_64//rpm", - "@libunistring-0__1.0-2.fc37.x86_64//rpm", - "@libutempter-0__1.2.1-7.fc37.x86_64//rpm", - "@libuuid-0__2.38.1-1.fc37.x86_64//rpm", - "@libverto-0__0.3.2-4.fc37.x86_64//rpm", - "@libvirt-devel-0__8.6.0-5.fc37.x86_64//rpm", - "@libvirt-libs-0__8.6.0-5.fc37.x86_64//rpm", - "@libwsman1-0__2.7.1-7.fc37.x86_64//rpm", - "@libxcrypt-0__4.4.33-4.fc37.x86_64//rpm", - "@libxml2-0__2.10.3-2.fc37.x86_64//rpm", - "@libzstd-0__1.5.4-1.fc37.x86_64//rpm", - "@lz4-libs-0__1.9.4-1.fc37.x86_64//rpm", - "@mpfr-0__4.1.0-10.fc37.x86_64//rpm", - "@ncurses-base-0__6.3-4.20220501.fc37.x86_64//rpm", - "@ncurses-libs-0__6.3-4.20220501.fc37.x86_64//rpm", - "@nettle-0__3.8-2.fc37.x86_64//rpm", - "@numactl-libs-0__2.0.14-6.fc37.x86_64//rpm", - "@openldap-0__2.6.4-1.fc37.x86_64//rpm", - "@openssl-libs-1__3.0.8-1.fc37.x86_64//rpm", - "@p11-kit-0__0.24.1-3.fc37.x86_64//rpm", - "@p11-kit-trust-0__0.24.1-3.fc37.x86_64//rpm", - "@pam-0__1.5.2-14.fc37.x86_64//rpm", - "@pam-libs-0__1.5.2-14.fc37.x86_64//rpm", - "@pcre-0__8.45-1.fc37.2.x86_64//rpm", - "@pcre2-0__10.40-1.fc37.1.x86_64//rpm", - "@pcre2-syntax-0__10.40-1.fc37.1.x86_64//rpm", - "@pkgconf-0__1.8.0-3.fc37.x86_64//rpm", - "@pkgconf-m4-0__1.8.0-3.fc37.x86_64//rpm", - "@pkgconf-pkg-config-0__1.8.0-3.fc37.x86_64//rpm", - "@popt-0__1.19-1.fc37.x86_64//rpm", - "@readline-0__8.2-2.fc37.x86_64//rpm", - "@sed-0__4.8-11.fc37.x86_64//rpm", - "@setup-0__2.14.1-2.fc37.x86_64//rpm", - "@shadow-utils-2__4.12.3-5.fc37.x86_64//rpm", - "@systemd-libs-0__251.13-6.fc37.x86_64//rpm", - "@tzdata-0__2022g-1.fc37.x86_64//rpm", - "@util-linux-0__2.38.1-1.fc37.x86_64//rpm", - "@util-linux-core-0__2.38.1-1.fc37.x86_64//rpm", - "@xz-libs-0__5.4.1-1.fc37.x86_64//rpm", - "@yajl-0__2.1.0-19.fc37.x86_64//rpm", - "@zlib-0__1.2.12-5.fc37.x86_64//rpm", + "@alternatives-0__1.24-1.fc38.x86_64//rpm", + "@audit-libs-0__3.1.1-1.fc38.x86_64//rpm", + "@authselect-0__1.4.2-2.fc38.x86_64//rpm", + "@authselect-libs-0__1.4.2-2.fc38.x86_64//rpm", + "@basesystem-0__11-15.fc38.x86_64//rpm", + "@bash-0__5.2.15-3.fc38.x86_64//rpm", + "@bzip2-libs-0__1.0.8-13.fc38.x86_64//rpm", + "@ca-certificates-0__2023.2.60-2.fc38.x86_64//rpm", + "@coreutils-single-0__9.1-12.fc38.x86_64//rpm", + "@cracklib-0__2.9.7-31.fc38.x86_64//rpm", + "@crypto-policies-0__20230301-1.gita12f7b2.fc38.x86_64//rpm", + "@cyrus-sasl-0__2.1.28-9.fc38.x86_64//rpm", + "@cyrus-sasl-gssapi-0__2.1.28-9.fc38.x86_64//rpm", + "@cyrus-sasl-lib-0__2.1.28-9.fc38.x86_64//rpm", + "@fedora-gpg-keys-0__38-1.x86_64//rpm", + "@fedora-release-common-0__38-36.x86_64//rpm", + "@fedora-release-container-0__38-36.x86_64//rpm", + "@fedora-release-identity-basic-0__38-36.x86_64//rpm", + "@fedora-repos-0__38-1.x86_64//rpm", + "@filesystem-0__3.18-3.fc38.x86_64//rpm", + "@gawk-0__5.1.1-5.fc38.x86_64//rpm", + "@gdbm-libs-1__1.23-3.fc38.x86_64//rpm", + "@glib2-0__2.76.3-1.fc38.x86_64//rpm", + "@glibc-0__2.37-4.fc38.x86_64//rpm", + "@glibc-common-0__2.37-4.fc38.x86_64//rpm", + "@glibc-langpack-sl-0__2.37-4.fc38.x86_64//rpm", + "@gmp-1__6.2.1-4.fc38.x86_64//rpm", + "@gnutls-0__3.8.0-2.fc38.x86_64//rpm", + "@grep-0__3.8-3.fc38.x86_64//rpm", + "@gzip-0__1.12-3.fc38.x86_64//rpm", + "@keyutils-libs-0__1.6.1-6.fc38.x86_64//rpm", + "@krb5-libs-0__1.20.1-8.fc38.x86_64//rpm", + "@libacl-0__2.3.1-6.fc38.x86_64//rpm", + "@libattr-0__2.5.1-6.fc38.x86_64//rpm", + "@libblkid-0__2.38.1-4.fc38.x86_64//rpm", + "@libcap-0__2.48-6.fc38.x86_64//rpm", + "@libcap-ng-0__0.8.3-5.fc38.x86_64//rpm", + "@libcom_err-0__1.46.5-4.fc38.x86_64//rpm", + "@libcurl-minimal-0__8.0.1-2.fc38.x86_64//rpm", + "@libdb-0__5.3.28-55.fc38.x86_64//rpm", + "@libeconf-0__0.4.0-5.fc38.x86_64//rpm", + "@libevent-0__2.1.12-8.fc38.x86_64//rpm", + "@libfdisk-0__2.38.1-4.fc38.x86_64//rpm", + "@libffi-0__3.4.4-2.fc38.x86_64//rpm", + "@libgcc-0__13.1.1-2.fc38.x86_64//rpm", + "@libidn2-0__2.3.4-2.fc38.x86_64//rpm", + "@libmount-0__2.38.1-4.fc38.x86_64//rpm", + "@libnghttp2-0__1.52.0-1.fc38.x86_64//rpm", + "@libnl3-0__3.7.0-3.fc38.x86_64//rpm", + "@libnsl2-0__2.0.0-5.fc38.x86_64//rpm", + "@libpkgconf-0__1.8.0-6.fc38.x86_64//rpm", + "@libpwquality-0__1.4.5-3.fc38.x86_64//rpm", + "@libselinux-0__3.5-1.fc38.x86_64//rpm", + "@libsemanage-0__3.5-2.fc38.x86_64//rpm", + "@libsepol-0__3.5-1.fc38.x86_64//rpm", + "@libsigsegv-0__2.14-4.fc38.x86_64//rpm", + "@libsmartcols-0__2.38.1-4.fc38.x86_64//rpm", + "@libssh-0__0.10.5-1.fc38.x86_64//rpm", + "@libssh-config-0__0.10.5-1.fc38.x86_64//rpm", + "@libssh2-0__1.10.0-7.fc38.x86_64//rpm", + "@libtasn1-0__4.19.0-2.fc38.x86_64//rpm", + "@libtirpc-0__1.3.3-1.rc1.fc38.x86_64//rpm", + "@libunistring-0__1.1-3.fc38.x86_64//rpm", + "@libunistring1.0-0__1.0-1.fc38.x86_64//rpm", + "@libutempter-0__1.2.1-8.fc38.x86_64//rpm", + "@libuuid-0__2.38.1-4.fc38.x86_64//rpm", + "@libverto-0__0.3.2-5.fc38.x86_64//rpm", + "@libvirt-devel-0__9.0.0-3.fc38.x86_64//rpm", + "@libvirt-libs-0__9.0.0-3.fc38.x86_64//rpm", + "@libwsman1-0__2.7.1-10.fc38.x86_64//rpm", + "@libxcrypt-0__4.4.35-1.fc38.x86_64//rpm", + "@libxml2-0__2.10.4-1.fc38.x86_64//rpm", + "@libzstd-0__1.5.5-1.fc38.x86_64//rpm", + "@lz4-libs-0__1.9.4-2.fc38.x86_64//rpm", + "@mpfr-0__4.1.1-3.fc38.x86_64//rpm", + "@ncurses-base-0__6.4-3.20230114.fc38.x86_64//rpm", + "@ncurses-libs-0__6.4-3.20230114.fc38.x86_64//rpm", + "@nettle-0__3.8-3.fc38.x86_64//rpm", + "@numactl-libs-0__2.0.16-2.fc38.x86_64//rpm", + "@openldap-0__2.6.4-1.fc38.x86_64//rpm", + "@openssl-libs-1__3.0.9-1.fc38.x86_64//rpm", + "@p11-kit-0__0.24.1-6.fc38.x86_64//rpm", + "@p11-kit-trust-0__0.24.1-6.fc38.x86_64//rpm", + "@pam-0__1.5.2-16.fc38.x86_64//rpm", + "@pam-libs-0__1.5.2-16.fc38.x86_64//rpm", + "@pcre2-0__10.42-1.fc38.1.x86_64//rpm", + "@pcre2-syntax-0__10.42-1.fc38.1.x86_64//rpm", + "@pkgconf-0__1.8.0-6.fc38.x86_64//rpm", + "@pkgconf-m4-0__1.8.0-6.fc38.x86_64//rpm", + "@pkgconf-pkg-config-0__1.8.0-6.fc38.x86_64//rpm", + "@popt-0__1.19-2.fc38.x86_64//rpm", + "@readline-0__8.2-3.fc38.x86_64//rpm", + "@sed-0__4.8-12.fc38.x86_64//rpm", + "@setup-0__2.14.3-2.fc38.x86_64//rpm", + "@shadow-utils-2__4.13-6.fc38.x86_64//rpm", + "@systemd-libs-0__253.5-1.fc38.x86_64//rpm", + "@tzdata-0__2023c-1.fc38.x86_64//rpm", + "@util-linux-0__2.38.1-4.fc38.x86_64//rpm", + "@util-linux-core-0__2.38.1-4.fc38.x86_64//rpm", + "@xz-libs-0__5.4.1-1.fc38.x86_64//rpm", + "@yajl-0__2.1.0-20.fc38.x86_64//rpm", + "@zlib-0__1.2.13-3.fc38.x86_64//rpm", ], visibility = ["//visibility:public"], ) @@ -832,7 +829,7 @@ tar2files( "libblkid.so.1.1.0", "libc.so.6", "libcrypto.so.3", - "libcrypto.so.3.0.8", + "libcrypto.so.3.0.9", "libcryptsetup.so.12", "libcryptsetup.so.12.9.0", "libdevmapper.so.1.02", @@ -841,13 +838,13 @@ tar2files( "libm.so.6", "libselinux.so.1", "libssl.so.3", - "libssl.so.3.0.8", + "libssl.so.3.0.9", "libudev.so.1", - "libudev.so.1.7.4", + "libudev.so.1.7.6", "libuuid.so.1", "libuuid.so.1.3.0", "libz.so.1", - "libz.so.1.2.12", + "libz.so.1.2.13", ], }, tar = ":cryptsetup-devel", @@ -902,25 +899,25 @@ tar2files( "libcrypt.so.2", "libcrypt.so.2.0.0", "libcrypto.so.3", - "libcrypto.so.3.0.8", + "libcrypto.so.3.0.9", "libcurl.so.4", "libcurl.so.4.8.0", "libffi.so.8", "libffi.so.8.1.2", - "libgcc_s-12-20221121.so.1", + "libgcc_s-13-20230511.so.1", "libgcc_s.so.1", "libgio-2.0.so.0", - "libgio-2.0.so.0.7400.6", + "libgio-2.0.so.0.7600.3", "libglib-2.0.so.0", - "libglib-2.0.so.0.7400.6", + "libglib-2.0.so.0.7600.3", "libgmodule-2.0.so.0", - "libgmodule-2.0.so.0.7400.6", + "libgmodule-2.0.so.0.7600.3", "libgmp.so.10", "libgmp.so.10.4.1", "libgnutls.so.30", "libgnutls.so.30.35.0", "libgobject-2.0.so.0", - "libgobject-2.0.so.0.7400.6", + "libgobject-2.0.so.0.7600.3", "libgssapi_krb5.so.2", "libgssapi_krb5.so.2.2", "libhogweed.so.6", @@ -953,29 +950,29 @@ tar2files( "libp11-kit.so.0", "libp11-kit.so.0.3.0", "libpcre2-8.so.0", - "libpcre2-8.so.0.11.0", + "libpcre2-8.so.0.11.2", "libresolv.so.2", "libsasl2.so.3", "libsasl2.so.3.0.0", "libselinux.so.1", "libssh.so.4", - "libssh.so.4.9.4", + "libssh.so.4.9.5", "libssh2.so.1", "libssh2.so.1.0.1", "libssl.so.3", - "libssl.so.3.0.8", + "libssl.so.3.0.9", "libtasn1.so.6", "libtasn1.so.6.6.3", "libtirpc.so.3", "libtirpc.so.3.0.0", - "libunistring.so.2", - "libunistring.so.2.2.0", + "libunistring.so.5", + "libunistring.so.5.0.0", "libvirt-lxc.so.0", - "libvirt-lxc.so.0.8006.0", + "libvirt-lxc.so.0.9000.0", "libvirt-qemu.so.0", - "libvirt-qemu.so.0.8006.0", + "libvirt-qemu.so.0.9000.0", "libvirt.so.0", - "libvirt.so.0.8006.0", + "libvirt.so.0.9000.0", "libwsman.so.1", "libwsman.so.1.0.0", "libwsman_client.so.5", @@ -983,11 +980,11 @@ tar2files( "libwsman_curl_client_transport.so.1", "libwsman_curl_client_transport.so.1.0.0", "libxml2.so.2", - "libxml2.so.2.10.3", + "libxml2.so.2.10.4", "libyajl.so.2", "libyajl.so.2.1.0", "libz.so.1", - "libz.so.1.2.12", + "libz.so.1.2.13", ], }, tar = ":libvirt-devel", diff --git a/rpm/repo.yaml b/rpm/repo.yaml index 9bd0cb555..b1ab41fee 100644 --- a/rpm/repo.yaml +++ b/rpm/repo.yaml @@ -1,7 +1,7 @@ repositories: - arch: x86_64 - metalink: https://mirrors.fedoraproject.org/metalink?repo=fedora-37&arch=x86_64 - name: 37-x86_64-primary-repo + metalink: https://mirrors.fedoraproject.org/metalink?repo=fedora-38&arch=x86_64 + name: 38-x86_64-primary-repo - arch: x86_64 - metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f37&arch=x86_64 - name: 37-x86_64-update-repo + metalink: https://mirrors.fedoraproject.org/metalink?repo=updates-released-f38&arch=x86_64 + name: 38-x86_64-update-repo diff --git a/rpm/rpms.bzl b/rpm/rpms.bzl index 296ae1cd0..44ee325a1 100644 --- a/rpm/rpms.bzl +++ b/rpm/rpms.bzl @@ -5,4321 +5,3875 @@ load("@bazeldnf//:deps.bzl", "rpm") def rpms(): """ Provides a list of RPMs that are used by the project. """ rpm( - name = "SDL2-0__2.26.3-1.fc37.x86_64", - sha256 = "d4e46f65f06a8c29392af58fac78fe4793badcda538abec7f379d2fd74c898dd", + name = "SDL2-0__2.26.3-1.fc38.x86_64", + sha256 = "d18288c462ab008a8a44d21132b29e53facce60f64c0670f2296b56490fc1492", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d4e46f65f06a8c29392af58fac78fe4793badcda538abec7f379d2fd74c898dd", + "https://cdn.confidential.cloud/constellation/cas/sha256/d18288c462ab008a8a44d21132b29e53facce60f64c0670f2296b56490fc1492", ], ) - rpm( - name = "SDL2_image-0__2.6.3-1.fc37.x86_64", - sha256 = "7d47cfa4e23b019f96299f6eb896848d8e3efe752bc6fcfca2081e34c53b8f3b", + name = "SDL2_image-0__2.6.3-1.fc38.x86_64", + sha256 = "98e37b9f8b4e75d9049214f525ce1ed870e96a0e4cf5d796a68effa93c5ea19c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7d47cfa4e23b019f96299f6eb896848d8e3efe752bc6fcfca2081e34c53b8f3b", + "https://cdn.confidential.cloud/constellation/cas/sha256/98e37b9f8b4e75d9049214f525ce1ed870e96a0e4cf5d796a68effa93c5ea19c", ], ) - rpm( - name = "adwaita-cursor-theme-0__43-1.fc37.x86_64", - sha256 = "0e183c26fbfc38276474bfaa55ac6ec8ce5f06a91c840bd4a4c5137f8f75cabe", + name = "adwaita-cursor-theme-0__44.0-1.fc38.x86_64", + sha256 = "32fc0f5270f410ef51096196066412e115284a57c3c425dcaf3234c9181f5e6b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0e183c26fbfc38276474bfaa55ac6ec8ce5f06a91c840bd4a4c5137f8f75cabe", + "https://cdn.confidential.cloud/constellation/cas/sha256/32fc0f5270f410ef51096196066412e115284a57c3c425dcaf3234c9181f5e6b", ], ) - rpm( - name = "adwaita-icon-theme-0__43-1.fc37.x86_64", - sha256 = "ae157313e647a1561a55a0ef5b5836cf15912c43f921fd6bc0835a7b02737bba", + name = "adwaita-icon-theme-0__44.0-1.fc38.x86_64", + sha256 = "eb20c37c61812727f3792b675dbbfe3f74c23dd3d0d2379c1c518151095fb48d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ae157313e647a1561a55a0ef5b5836cf15912c43f921fd6bc0835a7b02737bba", + "https://cdn.confidential.cloud/constellation/cas/sha256/eb20c37c61812727f3792b675dbbfe3f74c23dd3d0d2379c1c518151095fb48d", ], ) - rpm( - name = "alsa-lib-0__1.2.8-2.fc37.x86_64", - sha256 = "ad653de273d11bb6459e334dec4ef7c5b094a7b2ef53b54decb6b93e8eab7cb5", + name = "alsa-lib-0__1.2.9-1.fc38.x86_64", + sha256 = "af25e531f21c532dd306fdce6091a568e057477f6a5e6bbf132a5a7a8cd55aa4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ad653de273d11bb6459e334dec4ef7c5b094a7b2ef53b54decb6b93e8eab7cb5", + "https://cdn.confidential.cloud/constellation/cas/sha256/af25e531f21c532dd306fdce6091a568e057477f6a5e6bbf132a5a7a8cd55aa4", ], ) rpm( - name = "alternatives-0__1.22-1.fc37.x86_64", - sha256 = "cf161bb87d597d013444180f4aa26c38e4e85b30f998ad77f2adc25143314055", + name = "alternatives-0__1.24-1.fc38.x86_64", + sha256 = "96a7e71271d334497b5f108f8aaadb4210e488948947b108375eb8636e7118f5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/cf161bb87d597d013444180f4aa26c38e4e85b30f998ad77f2adc25143314055", + "https://cdn.confidential.cloud/constellation/cas/sha256/96a7e71271d334497b5f108f8aaadb4210e488948947b108375eb8636e7118f5", ], ) - rpm( - name = "at-spi2-atk-0__2.38.0-5.fc37.x86_64", - sha256 = "c328259b305cb69ed5ad83188cd3a29d31ac7fc9b79c14ac37c1637418c043dc", + name = "at-spi2-atk-0__2.48.3-1.fc38.x86_64", + sha256 = "3824b264d786eb406c0562f0cfae13c89edd8f24a7eae0b1c91f05a5fca012da", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c328259b305cb69ed5ad83188cd3a29d31ac7fc9b79c14ac37c1637418c043dc", + "https://cdn.confidential.cloud/constellation/cas/sha256/3824b264d786eb406c0562f0cfae13c89edd8f24a7eae0b1c91f05a5fca012da", ], ) - rpm( - name = "at-spi2-core-0__2.44.1-2.fc37.x86_64", - sha256 = "0d197507fe9f985b520341e22455664c52755adde5e6af0ba1b5c44716511a5f", + name = "at-spi2-core-0__2.48.3-1.fc38.x86_64", + sha256 = "7be7133917226dfc59c94f033f3bb5ae737f1e3fb7f490f59d5235a4b5153295", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0d197507fe9f985b520341e22455664c52755adde5e6af0ba1b5c44716511a5f", + "https://cdn.confidential.cloud/constellation/cas/sha256/7be7133917226dfc59c94f033f3bb5ae737f1e3fb7f490f59d5235a4b5153295", ], ) - rpm( - name = "atk-0__2.38.0-2.fc37.x86_64", - sha256 = "8e64b25736a8875fe2f0832cf558d4a4c50065889c9eec89e6ca8d421a2940d3", + name = "atk-0__2.48.3-1.fc38.x86_64", + sha256 = "38e3aedfca8d5e9dfb89b6b5bdb16f61f6b7554d0bf602e612a5346e95827949", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8e64b25736a8875fe2f0832cf558d4a4c50065889c9eec89e6ca8d421a2940d3", + "https://cdn.confidential.cloud/constellation/cas/sha256/38e3aedfca8d5e9dfb89b6b5bdb16f61f6b7554d0bf602e612a5346e95827949", ], ) - rpm( - name = "attr-0__2.5.1-5.fc37.x86_64", - sha256 = "c5efe6b45e60fe8ca0fc84796865463355da8ffa66f43c277c4dab5934c395f0", + name = "attr-0__2.5.1-6.fc38.x86_64", + sha256 = "b2e82f496c904742a643cf3a82aa800662d1bb40cec2901fbe4eed5d0c01faed", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c5efe6b45e60fe8ca0fc84796865463355da8ffa66f43c277c4dab5934c395f0", + "https://cdn.confidential.cloud/constellation/cas/sha256/b2e82f496c904742a643cf3a82aa800662d1bb40cec2901fbe4eed5d0c01faed", ], ) rpm( - name = "audit-libs-0__3.1-2.fc37.x86_64", - sha256 = "c58f2c9982f16cc492bba42e7618bbc932a0521b27179e17f6828fcf28c266aa", + name = "audit-libs-0__3.1.1-1.fc38.x86_64", + sha256 = "49e693f6812e04450b0c98a108f302a799f5ee21f8000675f59d47e097ad24c7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c58f2c9982f16cc492bba42e7618bbc932a0521b27179e17f6828fcf28c266aa", + "https://cdn.confidential.cloud/constellation/cas/sha256/49e693f6812e04450b0c98a108f302a799f5ee21f8000675f59d47e097ad24c7", ], ) rpm( - name = "authselect-0__1.4.2-1.fc37.x86_64", - sha256 = "c356d05e80f2b57ea2598b45b168fff6da189038e3f3ef0305dd90cfdd2a045f", + name = "authselect-0__1.4.2-2.fc38.x86_64", + sha256 = "66604d04522a860a1c755a9629b0cb1e25a2c24747945f1f69b41ab8522787b3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c356d05e80f2b57ea2598b45b168fff6da189038e3f3ef0305dd90cfdd2a045f", + "https://cdn.confidential.cloud/constellation/cas/sha256/66604d04522a860a1c755a9629b0cb1e25a2c24747945f1f69b41ab8522787b3", ], ) rpm( - name = "authselect-libs-0__1.4.2-1.fc37.x86_64", - sha256 = "275c282a240a3b7225e98b540a91af3419a9fa527623c5f152c48f8209779146", + name = "authselect-libs-0__1.4.2-2.fc38.x86_64", + sha256 = "4dc70c4a90ddede4f38d96e8184da5d3113f9404d3cd4b98b45ffd40cc503249", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/275c282a240a3b7225e98b540a91af3419a9fa527623c5f152c48f8209779146", + "https://cdn.confidential.cloud/constellation/cas/sha256/4dc70c4a90ddede4f38d96e8184da5d3113f9404d3cd4b98b45ffd40cc503249", ], ) - rpm( - name = "avahi-libs-0__0.8-18.fc37.x86_64", - sha256 = "a5e954bc4aab9a5d44fbeec0379313fc89abfde2dab2bb5594a7ea6e6e6106c5", + name = "avahi-libs-0__0.8-22.fc38.x86_64", + sha256 = "44dd623c85e410086a59340563e083656794d6435e3050288afb5bea5d301df4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a5e954bc4aab9a5d44fbeec0379313fc89abfde2dab2bb5594a7ea6e6e6106c5", + "https://cdn.confidential.cloud/constellation/cas/sha256/44dd623c85e410086a59340563e083656794d6435e3050288afb5bea5d301df4", ], ) rpm( - name = "basesystem-0__11-14.fc37.x86_64", - sha256 = "38d1877d647bb5f4047d22982a51899c95bdfea1d7b2debbff37c66f0fc0ed44", + name = "basesystem-0__11-15.fc38.x86_64", + sha256 = "718d95c40b41c2f0ecc8dc2290ebb91b529ba3be7accbad9c30c88e9ce408349", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/38d1877d647bb5f4047d22982a51899c95bdfea1d7b2debbff37c66f0fc0ed44", + "https://cdn.confidential.cloud/constellation/cas/sha256/718d95c40b41c2f0ecc8dc2290ebb91b529ba3be7accbad9c30c88e9ce408349", ], ) rpm( - name = "bash-0__5.2.15-1.fc37.x86_64", - sha256 = "e50ddbdb35ecec1a9bf4e19fd87c6216382be313c3b671704d444053a1cfd183", + name = "bash-0__5.2.15-3.fc38.x86_64", + sha256 = "961883b6ac18ca54b525209adce0c593f81fd8a7e71bb75bc07724e4ef72bc5f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e50ddbdb35ecec1a9bf4e19fd87c6216382be313c3b671704d444053a1cfd183", + "https://cdn.confidential.cloud/constellation/cas/sha256/961883b6ac18ca54b525209adce0c593f81fd8a7e71bb75bc07724e4ef72bc5f", ], ) - rpm( - name = "boost-iostreams-0__1.78.0-9.fc37.x86_64", - sha256 = "af80d2358cd9636316e8c5c2ea5d382306c89b38081e1940cc16192dd54b7e2a", + name = "boost-iostreams-0__1.78.0-11.fc38.x86_64", + sha256 = "5c1782f961be1d0ad4bbb3cdc5f2850b286963567c17d93bc95088d749edc3fd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/af80d2358cd9636316e8c5c2ea5d382306c89b38081e1940cc16192dd54b7e2a", + "https://cdn.confidential.cloud/constellation/cas/sha256/5c1782f961be1d0ad4bbb3cdc5f2850b286963567c17d93bc95088d749edc3fd", ], ) - rpm( - name = "boost-system-0__1.78.0-9.fc37.x86_64", - sha256 = "b50218f5f53a98dbaccb0fbb58f0d3086bad8b8b62a9ed19a2f5fcdb6d0b4d91", + name = "boost-system-0__1.78.0-11.fc38.x86_64", + sha256 = "32a7b56036b3c145a5dc37ffc7ec515f7ad14dd6973d525d96a5d6e9c417ca65", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b50218f5f53a98dbaccb0fbb58f0d3086bad8b8b62a9ed19a2f5fcdb6d0b4d91", + "https://cdn.confidential.cloud/constellation/cas/sha256/32a7b56036b3c145a5dc37ffc7ec515f7ad14dd6973d525d96a5d6e9c417ca65", ], ) - rpm( - name = "boost-thread-0__1.78.0-9.fc37.x86_64", - sha256 = "9568d5e462be0a6dcb97580f97432e60eacd2b076df93ed298db3688e5ed5df0", + name = "boost-thread-0__1.78.0-11.fc38.x86_64", + sha256 = "4430d65ead46bfbde8dda6f30f206971c8f0bd20bfb0f0c578de2a7639f3e77c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9568d5e462be0a6dcb97580f97432e60eacd2b076df93ed298db3688e5ed5df0", + "https://cdn.confidential.cloud/constellation/cas/sha256/4430d65ead46bfbde8dda6f30f206971c8f0bd20bfb0f0c578de2a7639f3e77c", ], ) - rpm( - name = "brlapi-0__0.8.4-7.fc37.x86_64", - sha256 = "1a9905e955a3e1556a97ff9a99d630491a7095f33c232a7a3be439b4f23fc23f", + name = "brlapi-0__0.8.4-10.fc38.x86_64", + sha256 = "42c68010e1c335fe798984db55064176348234a8febf512dba3ed12d8ed51784", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1a9905e955a3e1556a97ff9a99d630491a7095f33c232a7a3be439b4f23fc23f", + "https://cdn.confidential.cloud/constellation/cas/sha256/42c68010e1c335fe798984db55064176348234a8febf512dba3ed12d8ed51784", ], ) - rpm( - name = "bzip2-0__1.0.8-12.fc37.x86_64", - sha256 = "da9c23df152e8e0ab0aa1cbf9dae111575ba1d796a799557a435902acd947dc3", + name = "bzip2-0__1.0.8-13.fc38.x86_64", + sha256 = "8afb9acec0a418447eebab454e992d46369e2379c31ef0d431c15ffb58c3371a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/da9c23df152e8e0ab0aa1cbf9dae111575ba1d796a799557a435902acd947dc3", + "https://cdn.confidential.cloud/constellation/cas/sha256/8afb9acec0a418447eebab454e992d46369e2379c31ef0d431c15ffb58c3371a", ], ) rpm( - name = "bzip2-libs-0__1.0.8-12.fc37.x86_64", - sha256 = "6e74a8ed5b472cf811f9bf429a999ed3f362e2c88566a461517a12c058abd401", + name = "bzip2-libs-0__1.0.8-13.fc38.x86_64", + sha256 = "95273426afa05a81e6cf77f941e1156f6a0a3305a7768a02c04a4164280cf876", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6e74a8ed5b472cf811f9bf429a999ed3f362e2c88566a461517a12c058abd401", + "https://cdn.confidential.cloud/constellation/cas/sha256/95273426afa05a81e6cf77f941e1156f6a0a3305a7768a02c04a4164280cf876", ], ) rpm( - name = "ca-certificates-0__2023.2.60-1.0.fc37.x86_64", - sha256 = "b2dcac3e49cbf75841d41ee1c53f1a91ffa78ba03dab8febb3153dbf76b2c5b2", + name = "ca-certificates-0__2023.2.60-2.fc38.x86_64", + sha256 = "738f573c50a537b556e2fbb8fa4a2c0d22fc2ce4a67344f89d478989cc323ab3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b2dcac3e49cbf75841d41ee1c53f1a91ffa78ba03dab8febb3153dbf76b2c5b2", + "https://cdn.confidential.cloud/constellation/cas/sha256/738f573c50a537b556e2fbb8fa4a2c0d22fc2ce4a67344f89d478989cc323ab3", ], ) - rpm( - name = "cairo-0__1.17.6-2.fc37.x86_64", - sha256 = "98d99c9027f969940939a1ae5fea4bd4b6aa1139cdc9af6d3523dd8bc03aa135", + name = "cairo-0__1.17.8-4.fc38.x86_64", + sha256 = "684fa6dfb42f2ec09b8763afa246bb24e136619dc2bd6049f3af70ac0a4e40e1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/98d99c9027f969940939a1ae5fea4bd4b6aa1139cdc9af6d3523dd8bc03aa135", + "https://cdn.confidential.cloud/constellation/cas/sha256/684fa6dfb42f2ec09b8763afa246bb24e136619dc2bd6049f3af70ac0a4e40e1", ], ) - rpm( - name = "cairo-gobject-0__1.17.6-2.fc37.x86_64", - sha256 = "3bcf98fd61b70b1108581dbd04673099a31092b831352b65ab1db7944500866b", + name = "cairo-gobject-0__1.17.8-4.fc38.x86_64", + sha256 = "5b7934b0334aa4745632a3ff784a562313cfa2ebb50def151f852a9e783d6542", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3bcf98fd61b70b1108581dbd04673099a31092b831352b65ab1db7944500866b", + "https://cdn.confidential.cloud/constellation/cas/sha256/5b7934b0334aa4745632a3ff784a562313cfa2ebb50def151f852a9e783d6542", ], ) - rpm( - name = "capstone-0__4.0.2-11.fc37.x86_64", - sha256 = "5faaf0c29c0e76456c42b3a8e62b4fdf43150501187653da27974e6384655248", + name = "capstone-0__4.0.2-12.fc38.x86_64", + sha256 = "69ea882d0a26be6a1ac87586c83791db5d9652c101608984eb02aee624942bee", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5faaf0c29c0e76456c42b3a8e62b4fdf43150501187653da27974e6384655248", + "https://cdn.confidential.cloud/constellation/cas/sha256/69ea882d0a26be6a1ac87586c83791db5d9652c101608984eb02aee624942bee", ], ) - rpm( - name = "cdparanoia-libs-0__10.2-40.fc37.x86_64", - sha256 = "2ab8a872b99ce73dcf6e8890f9fbd8089ec565b3d8be746347ea448686264cef", + name = "cdparanoia-libs-0__10.2-41.fc38.x86_64", + sha256 = "7488183158be4f1a994f3da27ce6205c1b5bc135bda730e6d07e81c2eb6f371c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2ab8a872b99ce73dcf6e8890f9fbd8089ec565b3d8be746347ea448686264cef", + "https://cdn.confidential.cloud/constellation/cas/sha256/7488183158be4f1a994f3da27ce6205c1b5bc135bda730e6d07e81c2eb6f371c", ], ) - rpm( - name = "checkpolicy-0__3.5-1.fc37.x86_64", - sha256 = "1bd6036081fb219541cdbf1f23ef05381665356f3f45c4af8bb72ff0295f82ce", + name = "checkpolicy-0__3.5-1.fc38.x86_64", + sha256 = "b55c44ac029b80862c3d3a7d4d106644b4dda59e012abfe821a2cd14fa6d2738", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1bd6036081fb219541cdbf1f23ef05381665356f3f45c4af8bb72ff0295f82ce", + "https://cdn.confidential.cloud/constellation/cas/sha256/b55c44ac029b80862c3d3a7d4d106644b4dda59e012abfe821a2cd14fa6d2738", ], ) rpm( - name = "cmake-filesystem-0__3.26.1-1.fc37.x86_64", - sha256 = "c19584266e4ceb5cf255c73d2e95f41f5c98aff8e6f98bf5da5fb36154c7b874", + name = "cmake-filesystem-0__3.26.4-4.fc38.x86_64", + sha256 = "997a5bf1283189176c6debd9700dd3baf3bb2289499bb0c9da7258037a271675", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c19584266e4ceb5cf255c73d2e95f41f5c98aff8e6f98bf5da5fb36154c7b874", + "https://cdn.confidential.cloud/constellation/cas/sha256/997a5bf1283189176c6debd9700dd3baf3bb2289499bb0c9da7258037a271675", ], ) - rpm( - name = "colord-libs-0__1.4.6-2.fc37.x86_64", - sha256 = "4ee12a45efd84250f10d9dfb4096e37ea9caa6485f88d2705616002a75b7b1a2", + name = "colord-libs-0__1.4.6-4.fc38.x86_64", + sha256 = "f2f2fdbf903c193c34a5dd6432e508af0751859b1e8c9c0fcc1e143296da0bd0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4ee12a45efd84250f10d9dfb4096e37ea9caa6485f88d2705616002a75b7b1a2", + "https://cdn.confidential.cloud/constellation/cas/sha256/f2f2fdbf903c193c34a5dd6432e508af0751859b1e8c9c0fcc1e143296da0bd0", ], ) rpm( - name = "coreutils-0__9.1-7.fc37.x86_64", - sha256 = "cd4f2bee79ba95edb4dd529a5a8488769c4538e91180495f1d81701ea1a5115d", + name = "coreutils-0__9.1-12.fc38.x86_64", + sha256 = "ea77373517525f6e976fe9c062274b176e86eb378ed82e72a76854c741b2c25e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/cd4f2bee79ba95edb4dd529a5a8488769c4538e91180495f1d81701ea1a5115d", + "https://cdn.confidential.cloud/constellation/cas/sha256/ea77373517525f6e976fe9c062274b176e86eb378ed82e72a76854c741b2c25e", ], ) rpm( - name = "coreutils-common-0__9.1-7.fc37.x86_64", - sha256 = "34e657305d9356b075c0fa58cdbfbb699bbf4b54c9a2c69534a1718faa8717d2", + name = "coreutils-common-0__9.1-12.fc38.x86_64", + sha256 = "e873cefdeee846f6d1d7e8f00c60bd1714cb2b9d26572d9bf43ea0ce15fd0d75", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/34e657305d9356b075c0fa58cdbfbb699bbf4b54c9a2c69534a1718faa8717d2", + "https://cdn.confidential.cloud/constellation/cas/sha256/e873cefdeee846f6d1d7e8f00c60bd1714cb2b9d26572d9bf43ea0ce15fd0d75", ], ) rpm( - name = "coreutils-single-0__9.1-7.fc37.x86_64", - sha256 = "414bda840560471cb3d7380923ab00585ee78ca2db4b0d52155e9319a32151bc", + name = "coreutils-single-0__9.1-12.fc38.x86_64", + sha256 = "1100feca307bb7159a00f336fa5303fd52ded761fc25c77fdc5f095e2add29b3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/414bda840560471cb3d7380923ab00585ee78ca2db4b0d52155e9319a32151bc", + "https://cdn.confidential.cloud/constellation/cas/sha256/1100feca307bb7159a00f336fa5303fd52ded761fc25c77fdc5f095e2add29b3", ], ) rpm( - name = "corosynclib-0__3.1.7-1.fc37.x86_64", - sha256 = "ff826d7e1b951c4601cc12ca6c21e549b29edba14d2309ec6452fcb8b73bf0d6", + name = "cracklib-0__2.9.7-31.fc38.x86_64", + sha256 = "1262de076983a540ed42a33160a61cd2723a662c1680935379ccdb0894f60cee", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ff826d7e1b951c4601cc12ca6c21e549b29edba14d2309ec6452fcb8b73bf0d6", + "https://cdn.confidential.cloud/constellation/cas/sha256/1262de076983a540ed42a33160a61cd2723a662c1680935379ccdb0894f60cee", ], ) rpm( - name = "cracklib-0__2.9.7-30.fc37.x86_64", - sha256 = "3847abdc8ff973aeb0fb7e681bdf7c37b19cd49e5df17e8bf6bc35f34615c88f", + name = "crypto-policies-0__20230301-1.gita12f7b2.fc38.x86_64", + sha256 = "6809fe060dc93dfed723bd8faca0f5d65e4f6c62aebd2f9f39f679413b260539", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3847abdc8ff973aeb0fb7e681bdf7c37b19cd49e5df17e8bf6bc35f34615c88f", + "https://cdn.confidential.cloud/constellation/cas/sha256/6809fe060dc93dfed723bd8faca0f5d65e4f6c62aebd2f9f39f679413b260539", ], ) - rpm( - name = "crypto-policies-0__20220815-1.gite4ed860.fc37.x86_64", - sha256 = "486a11feeaad706c68b05de60a906cc57059454cbce436aeba45f88b84578c0c", + name = "crypto-policies-scripts-0__20230301-1.gita12f7b2.fc38.x86_64", + sha256 = "d1880b8f3e8a5fa943ba033c96dc964fac3e07c34cbd0bb8ac2b0fdcb57abcbc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/486a11feeaad706c68b05de60a906cc57059454cbce436aeba45f88b84578c0c", + "https://cdn.confidential.cloud/constellation/cas/sha256/d1880b8f3e8a5fa943ba033c96dc964fac3e07c34cbd0bb8ac2b0fdcb57abcbc", ], ) rpm( - name = "crypto-policies-scripts-0__20220815-1.gite4ed860.fc37.x86_64", - sha256 = "108dcc63b7aa387c1fbf2d3153b98447645c313132fea16e855b4549864f96cf", + name = "cryptsetup-devel-0__2.6.1-1.fc38.x86_64", + sha256 = "b65cb15aeddb8dc5836b491a73692cea5ced80aad375d744b6498ce613c3f07d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/108dcc63b7aa387c1fbf2d3153b98447645c313132fea16e855b4549864f96cf", + "https://cdn.confidential.cloud/constellation/cas/sha256/b65cb15aeddb8dc5836b491a73692cea5ced80aad375d744b6498ce613c3f07d", ], ) rpm( - name = "cryptsetup-devel-0__2.6.1-1.fc37.x86_64", - sha256 = "9074d1eefc27c1c551725fff48e77f6ed09a70be9303585161625163b3106fb8", + name = "cryptsetup-libs-0__2.6.1-1.fc38.x86_64", + sha256 = "070d86aca4548e9148901881a4ef64d98c5dfd4ea158e9208c650c7f4b225c47", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9074d1eefc27c1c551725fff48e77f6ed09a70be9303585161625163b3106fb8", + "https://cdn.confidential.cloud/constellation/cas/sha256/070d86aca4548e9148901881a4ef64d98c5dfd4ea158e9208c650c7f4b225c47", ], ) - rpm( - name = "cryptsetup-libs-0__2.6.1-1.fc37.x86_64", - sha256 = "8ea172dc9edc25482c09a0a09cd87384f001ce9bd80575f580439584d0dc15a6", + name = "cups-libs-1__2.4.4-1.fc38.x86_64", + sha256 = "4e37c5621a97e13c98087e509bf4b9aa425237efeee9efad25c9bd3def253982", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8ea172dc9edc25482c09a0a09cd87384f001ce9bd80575f580439584d0dc15a6", + "https://cdn.confidential.cloud/constellation/cas/sha256/4e37c5621a97e13c98087e509bf4b9aa425237efeee9efad25c9bd3def253982", ], ) - rpm( - name = "cups-libs-1__2.4.2-10.fc37.x86_64", - sha256 = "f729c09320df821e46c21e7a57fbc09c15d2ed6426d602955a0a83866ddc1709", + name = "curl-minimal-0__8.0.1-2.fc38.x86_64", + sha256 = "3d163e5d195dbd6b7b5bbb6e2f36289bf8499c5f498a40f8716bc7264e2c05f7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f729c09320df821e46c21e7a57fbc09c15d2ed6426d602955a0a83866ddc1709", + "https://cdn.confidential.cloud/constellation/cas/sha256/3d163e5d195dbd6b7b5bbb6e2f36289bf8499c5f498a40f8716bc7264e2c05f7", ], ) rpm( - name = "curl-minimal-0__7.85.0-8.fc37.x86_64", - sha256 = "d331d0c957c9b3c6f4f0bf23959f3654415f55968908864bd70d3cc183821295", + name = "cyrus-sasl-0__2.1.28-9.fc38.x86_64", + sha256 = "a138c4b2f5083cb7481a9b90c2892af696a062ad89d97c5f493a32ddaa94b26e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d331d0c957c9b3c6f4f0bf23959f3654415f55968908864bd70d3cc183821295", + "https://cdn.confidential.cloud/constellation/cas/sha256/a138c4b2f5083cb7481a9b90c2892af696a062ad89d97c5f493a32ddaa94b26e", ], ) rpm( - name = "cyrus-sasl-0__2.1.28-8.fc37.x86_64", - sha256 = "1ede74bf11c2a8b3539a53176975f76531ceaf5bb525036b4740749e8a309484", + name = "cyrus-sasl-gssapi-0__2.1.28-9.fc38.x86_64", + sha256 = "a0ddee89f79caf7f9927b57179ab4f5ddbcd87f5849ad47535c7a20d4882f77b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1ede74bf11c2a8b3539a53176975f76531ceaf5bb525036b4740749e8a309484", + "https://cdn.confidential.cloud/constellation/cas/sha256/a0ddee89f79caf7f9927b57179ab4f5ddbcd87f5849ad47535c7a20d4882f77b", ], ) rpm( - name = "cyrus-sasl-gssapi-0__2.1.28-8.fc37.x86_64", - sha256 = "b1dd9f0a836c47adf0628eef6dac3dee1059959e8f22e9c857d0a1f0ee3ff415", + name = "cyrus-sasl-lib-0__2.1.28-9.fc38.x86_64", + sha256 = "b570b4857289cf32ed57d0d84cb861677a649cef7c5cc2498a249d6593eb3614", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b1dd9f0a836c47adf0628eef6dac3dee1059959e8f22e9c857d0a1f0ee3ff415", + "https://cdn.confidential.cloud/constellation/cas/sha256/b570b4857289cf32ed57d0d84cb861677a649cef7c5cc2498a249d6593eb3614", ], ) - rpm( - name = "cyrus-sasl-lib-0__2.1.28-8.fc37.x86_64", - sha256 = "4e0e8656faf1f4f5227e4e40cdb4e662a1d78b19e74b90ba2f39f3cdf73e0083", + name = "daxctl-libs-0__77-1.fc38.x86_64", + sha256 = "fe2a75c8c678eb56d8f5c12ef7da0317c99f16c522d01de090a813f5dafda064", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4e0e8656faf1f4f5227e4e40cdb4e662a1d78b19e74b90ba2f39f3cdf73e0083", + "https://cdn.confidential.cloud/constellation/cas/sha256/fe2a75c8c678eb56d8f5c12ef7da0317c99f16c522d01de090a813f5dafda064", ], ) rpm( - name = "daxctl-libs-0__76.1-1.fc37.x86_64", - sha256 = "d0d4954b1a540de7a3536a5eba0c33fc5dd539c2f2d2dc547b33fa3508a3b7db", + name = "dbus-1__1.14.8-1.fc38.x86_64", + sha256 = "c3a909c1fd2267e1d523f1b046e6329dea43c939405c6d23afd3bd89bbc0a71a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d0d4954b1a540de7a3536a5eba0c33fc5dd539c2f2d2dc547b33fa3508a3b7db", + "https://cdn.confidential.cloud/constellation/cas/sha256/c3a909c1fd2267e1d523f1b046e6329dea43c939405c6d23afd3bd89bbc0a71a", ], ) rpm( - name = "dbus-1__1.14.6-1.fc37.x86_64", - sha256 = "671e7cb382f4cab02530739fd9c57463f6d2649571834e6874c8050abf556e68", + name = "dbus-broker-0__33-1.fc38.x86_64", + sha256 = "6652f5d40acfaeda20555bdd63e964f123e8ab4a52f8c8890e749e06b6bae3e0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/671e7cb382f4cab02530739fd9c57463f6d2649571834e6874c8050abf556e68", + "https://cdn.confidential.cloud/constellation/cas/sha256/6652f5d40acfaeda20555bdd63e964f123e8ab4a52f8c8890e749e06b6bae3e0", ], ) rpm( - name = "dbus-broker-0__33-1.fc37.x86_64", - sha256 = "069f79144219815854e47cda0bf47c5f5e361d48cbfa652405ac68c0d24d29ee", + name = "dbus-common-1__1.14.8-1.fc38.x86_64", + sha256 = "2697f6469e610a979b46af75a504d96d3bc4eaae2f3169961433bc312462cddb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/069f79144219815854e47cda0bf47c5f5e361d48cbfa652405ac68c0d24d29ee", + "https://cdn.confidential.cloud/constellation/cas/sha256/2697f6469e610a979b46af75a504d96d3bc4eaae2f3169961433bc312462cddb", ], ) - rpm( - name = "dbus-common-1__1.14.6-1.fc37.x86_64", - sha256 = "2f5d8c77a752f02e4fc98f5ac53ca7ca2811831c8e805907dfce05007be95027", + name = "dbus-libs-1__1.14.8-1.fc38.x86_64", + sha256 = "53232b41a42b8f990cc94eb487e5fdc95f1672f48edcd048ae9d27c784e6a6de", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2f5d8c77a752f02e4fc98f5ac53ca7ca2811831c8e805907dfce05007be95027", + "https://cdn.confidential.cloud/constellation/cas/sha256/53232b41a42b8f990cc94eb487e5fdc95f1672f48edcd048ae9d27c784e6a6de", ], ) rpm( - name = "dbus-libs-1__1.14.6-1.fc37.x86_64", - sha256 = "fa28aafdcc799e059650b44bcad03f2112b3e382877c2030a4f37f39176fc662", + name = "device-mapper-0__1.02.189-2.fc38.x86_64", + sha256 = "695aab11fda4b6a396c3ca141fb3ccc48af757a70f36ea3a1be2292e90c40d6f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fa28aafdcc799e059650b44bcad03f2112b3e382877c2030a4f37f39176fc662", + "https://cdn.confidential.cloud/constellation/cas/sha256/695aab11fda4b6a396c3ca141fb3ccc48af757a70f36ea3a1be2292e90c40d6f", ], ) - rpm( - name = "device-mapper-0__1.02.175-9.fc37.x86_64", - sha256 = "c57831b8629e2e31b3c55d4f0064cd25a515d3eb1ac61fc6897ce07421a2e91b", + name = "device-mapper-devel-0__1.02.189-2.fc38.x86_64", + sha256 = "52da51931c2547d95a727f13dad05e640cba30f7f1518115eb66a97f705646ea", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c57831b8629e2e31b3c55d4f0064cd25a515d3eb1ac61fc6897ce07421a2e91b", + "https://cdn.confidential.cloud/constellation/cas/sha256/52da51931c2547d95a727f13dad05e640cba30f7f1518115eb66a97f705646ea", ], ) - rpm( - name = "device-mapper-devel-0__1.02.175-9.fc37.x86_64", - sha256 = "b9e7ecb9a4455460de47332dfed8d5b245f4f06b0ee7e2eb7fab415954a7300e", + name = "device-mapper-event-0__1.02.189-2.fc38.x86_64", + sha256 = "e8c1626c4179f11e3f597ad8e73b2ac80537d51de0181da96c0836614fdb8c0a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b9e7ecb9a4455460de47332dfed8d5b245f4f06b0ee7e2eb7fab415954a7300e", + "https://cdn.confidential.cloud/constellation/cas/sha256/e8c1626c4179f11e3f597ad8e73b2ac80537d51de0181da96c0836614fdb8c0a", ], ) - rpm( - name = "device-mapper-event-0__1.02.175-9.fc37.x86_64", - sha256 = "bf91322129e4c9434e0bc30aacabfac8446287d4c1316d5a5de9d0416bbe49e7", + name = "device-mapper-event-libs-0__1.02.189-2.fc38.x86_64", + sha256 = "0e01de6950ca71089aa2240a6b9d762b7def229e5f95d58695c7cf8670e43b1e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bf91322129e4c9434e0bc30aacabfac8446287d4c1316d5a5de9d0416bbe49e7", + "https://cdn.confidential.cloud/constellation/cas/sha256/0e01de6950ca71089aa2240a6b9d762b7def229e5f95d58695c7cf8670e43b1e", ], ) rpm( - name = "device-mapper-event-libs-0__1.02.175-9.fc37.x86_64", - sha256 = "700bb4bcaf12282ca54b83e70bfb296302a1a55d5072c7e858499f23e2442bd6", + name = "device-mapper-libs-0__1.02.189-2.fc38.x86_64", + sha256 = "42e8600a8d7e7109de32df6cb6a619b9805f9335bf467a085009f6b82dda6e22", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/700bb4bcaf12282ca54b83e70bfb296302a1a55d5072c7e858499f23e2442bd6", + "https://cdn.confidential.cloud/constellation/cas/sha256/42e8600a8d7e7109de32df6cb6a619b9805f9335bf467a085009f6b82dda6e22", ], ) - rpm( - name = "device-mapper-libs-0__1.02.175-9.fc37.x86_64", - sha256 = "7c0f72217eacc9b5caf553c17cb2428de242094dc7e0e1dbd0d21869d909c7d2", + name = "device-mapper-multipath-libs-0__0.9.4-2.fc38.x86_64", + sha256 = "3b5994996497f7a65403b67cd034327243caa8d89750f5e5ff6aaf287f9ed6ec", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7c0f72217eacc9b5caf553c17cb2428de242094dc7e0e1dbd0d21869d909c7d2", + "https://cdn.confidential.cloud/constellation/cas/sha256/3b5994996497f7a65403b67cd034327243caa8d89750f5e5ff6aaf287f9ed6ec", ], ) - rpm( - name = "device-mapper-multipath-libs-0__0.9.0-4.fc37.x86_64", - sha256 = "e45688002b35af16a162d2ea5c335e54dd5968212ef4c365ff7b3dd31fb4da4b", + name = "device-mapper-persistent-data-0__0.9.0-10.fc38.x86_64", + sha256 = "fc593550a01333bc07a6b35002ec85b4de40198887d3237984c4e203526db8f2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e45688002b35af16a162d2ea5c335e54dd5968212ef4c365ff7b3dd31fb4da4b", + "https://cdn.confidential.cloud/constellation/cas/sha256/fc593550a01333bc07a6b35002ec85b4de40198887d3237984c4e203526db8f2", ], ) - rpm( - name = "device-mapper-persistent-data-0__0.9.0-8.fc37.x86_64", - sha256 = "66e967462b711f2b62856dcb115ce53e06d58268ad7e20aa31ef282ea42b0faa", + name = "diffutils-0__3.9-1.fc38.x86_64", + sha256 = "38c134f1c688e9c33ced36cf623e6ce1b0802ff0623b42c69b1cdffb5bea1b9d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/66e967462b711f2b62856dcb115ce53e06d58268ad7e20aa31ef282ea42b0faa", + "https://cdn.confidential.cloud/constellation/cas/sha256/38c134f1c688e9c33ced36cf623e6ce1b0802ff0623b42c69b1cdffb5bea1b9d", ], ) - rpm( - name = "diffutils-0__3.8-3.fc37.x86_64", - sha256 = "c1374e3372d0d246ecb0e04b36743e23c68ab307c7603c5a267fce654bf05cdd", + name = "dmidecode-1__3.4-3.fc38.x86_64", + sha256 = "96ce0a0a45030c369297ee608d57f6025f94d10d8b5fe2c2b721b8af64b540c2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c1374e3372d0d246ecb0e04b36743e23c68ab307c7603c5a267fce654bf05cdd", + "https://cdn.confidential.cloud/constellation/cas/sha256/96ce0a0a45030c369297ee608d57f6025f94d10d8b5fe2c2b721b8af64b540c2", ], ) - rpm( - name = "dmidecode-1__3.4-2.fc37.x86_64", - sha256 = "19b7e1385a12e9196622d1549ebee9a2254656300a530a9abb824737950571ef", + name = "dnsmasq-0__2.89-5.fc38.x86_64", + sha256 = "02285e6e40f6c1a4f973a2173f6a1786ddea76903f6cda6b0dbf961bf0191a8e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/19b7e1385a12e9196622d1549ebee9a2254656300a530a9abb824737950571ef", + "https://cdn.confidential.cloud/constellation/cas/sha256/02285e6e40f6c1a4f973a2173f6a1786ddea76903f6cda6b0dbf961bf0191a8e", ], ) - rpm( - name = "dnsmasq-0__2.89-1.fc37.x86_64", - sha256 = "d0e430451052251fec9810fe47707e894c9b9b568b553d527a98e0d032ce090f", + name = "duktape-0__2.7.0-2.fc38.x86_64", + sha256 = "8bcdb9b5ce9b5e19c4f772f52c2c40712491d2a953496e415c380a21a792b050", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d0e430451052251fec9810fe47707e894c9b9b568b553d527a98e0d032ce090f", + "https://cdn.confidential.cloud/constellation/cas/sha256/8bcdb9b5ce9b5e19c4f772f52c2c40712491d2a953496e415c380a21a792b050", ], ) - rpm( - name = "e2fsprogs-libs-0__1.46.5-3.fc37.x86_64", - sha256 = "631c5cdd65015cf905cf9c7b9c0213384a524eeb0b1f15da971aae8cc38ed27e", + name = "e2fsprogs-libs-0__1.46.5-4.fc38.x86_64", + sha256 = "1ca049bff926a8ec9b6e0e69f23662934eab96c35d8eda1cf429a2a31f186045", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/631c5cdd65015cf905cf9c7b9c0213384a524eeb0b1f15da971aae8cc38ed27e", + "https://cdn.confidential.cloud/constellation/cas/sha256/1ca049bff926a8ec9b6e0e69f23662934eab96c35d8eda1cf429a2a31f186045", ], ) - rpm( - name = "ebtables-legacy-0__2.0.11-12.fc37.x86_64", - sha256 = "22b7c41ae3ac2ff29801bf9e10f7408c945147d39e7da672d5c250cc1b4c1a2e", + name = "ebtables-legacy-0__2.0.11-13.fc38.x86_64", + sha256 = "59d3a3bef7e21e1282d8db4eabf3c01052a362859d823d5e744bcd23a839c32f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/22b7c41ae3ac2ff29801bf9e10f7408c945147d39e7da672d5c250cc1b4c1a2e", + "https://cdn.confidential.cloud/constellation/cas/sha256/59d3a3bef7e21e1282d8db4eabf3c01052a362859d823d5e744bcd23a839c32f", ], ) - rpm( - name = "edk2-ovmf-0__20230301gitf80f052277c8-1.fc37.x86_64", - sha256 = "49252550260575a19fe48d84981203a3352e89513db43112ac393711a19399ba", + name = "edk2-ovmf-0__20230301gitf80f052277c8-26.fc38.x86_64", + sha256 = "0e10b9d20932885b526256794cd72a23f7ef6919cb081c528d77cd0007a51a8b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/49252550260575a19fe48d84981203a3352e89513db43112ac393711a19399ba", + "https://cdn.confidential.cloud/constellation/cas/sha256/0e10b9d20932885b526256794cd72a23f7ef6919cb081c528d77cd0007a51a8b", ], ) - rpm( - name = "elfutils-default-yama-scope-0__0.189-1.fc37.x86_64", - sha256 = "d47043e1562a37dab1674d7fc09b42797cebdbe2cd545008574e85b65a5d011e", + name = "elfutils-default-yama-scope-0__0.189-2.fc38.x86_64", + sha256 = "4cf1366fcdd86b911fdfab09fd2e87b9334854b666a47199d81db5e3f9caa635", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d47043e1562a37dab1674d7fc09b42797cebdbe2cd545008574e85b65a5d011e", + "https://cdn.confidential.cloud/constellation/cas/sha256/4cf1366fcdd86b911fdfab09fd2e87b9334854b666a47199d81db5e3f9caa635", ], ) - rpm( - name = "elfutils-libelf-0__0.189-1.fc37.x86_64", - sha256 = "856a761052deed45559ddd5be420d8f29a6771738c3d3a2eef913a8c5c89c22e", + name = "elfutils-libelf-0__0.189-2.fc38.x86_64", + sha256 = "98427b7229a862d099d43f798547ae713f041698c1b274481bf2377afef8fafd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/856a761052deed45559ddd5be420d8f29a6771738c3d3a2eef913a8c5c89c22e", + "https://cdn.confidential.cloud/constellation/cas/sha256/98427b7229a862d099d43f798547ae713f041698c1b274481bf2377afef8fafd", ], ) - rpm( - name = "elfutils-libs-0__0.189-1.fc37.x86_64", - sha256 = "cdb6c7b26e4cd92d4c88f8abc76c925d9b509a22062e5c079ddbb8e17453a65a", + name = "elfutils-libs-0__0.189-2.fc38.x86_64", + sha256 = "dc5bc7ddd4b7dcd305f96bf0c160e78d181629405d97f3c7505c815767b51862", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/cdb6c7b26e4cd92d4c88f8abc76c925d9b509a22062e5c079ddbb8e17453a65a", + "https://cdn.confidential.cloud/constellation/cas/sha256/dc5bc7ddd4b7dcd305f96bf0c160e78d181629405d97f3c7505c815767b51862", ], ) rpm( - name = "expat-0__2.5.0-1.fc37.x86_64", - sha256 = "0e49c2393e5507bbaa16ededf0176e731e0196dd3230f6371d67be8b919e3429", + name = "expat-0__2.5.0-2.fc38.x86_64", + sha256 = "6c64fea958acfb77da5ee23ec1e8d0916c7809ce39987f219927e8f94e5f2755", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0e49c2393e5507bbaa16ededf0176e731e0196dd3230f6371d67be8b919e3429", + "https://cdn.confidential.cloud/constellation/cas/sha256/6c64fea958acfb77da5ee23ec1e8d0916c7809ce39987f219927e8f94e5f2755", ], ) rpm( - name = "fedora-gpg-keys-0__37-2.x86_64", - sha256 = "47a0fdf0c8d0aecd3d4b2eee160affec5ba0d12b7ac6647b3f12fdef275e9738", + name = "fedora-gpg-keys-0__38-1.x86_64", + sha256 = "7f7c78f598f7ff131bbe77913b9fc6b7b49d1fce30f2d8505b2d8a85458f519a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/47a0fdf0c8d0aecd3d4b2eee160affec5ba0d12b7ac6647b3f12fdef275e9738", + "https://cdn.confidential.cloud/constellation/cas/sha256/7f7c78f598f7ff131bbe77913b9fc6b7b49d1fce30f2d8505b2d8a85458f519a", ], ) rpm( - name = "fedora-release-common-0__37-16.x86_64", - sha256 = "5887ea74e3b3525a31fc0a685e10b8ef0be80afe223a9d327c53a5a3168e36d7", + name = "fedora-release-common-0__38-36.x86_64", + sha256 = "ac9ede79357b33f0d0c9087333b0dd3e3fd1cf5ccab5c36310b0ec446390e0c7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5887ea74e3b3525a31fc0a685e10b8ef0be80afe223a9d327c53a5a3168e36d7", + "https://cdn.confidential.cloud/constellation/cas/sha256/ac9ede79357b33f0d0c9087333b0dd3e3fd1cf5ccab5c36310b0ec446390e0c7", ], ) rpm( - name = "fedora-release-container-0__37-16.x86_64", - sha256 = "2321ec7a64f24b616f6fef130a97f257aff81b7068b1ede4f81938395e8bab56", + name = "fedora-release-container-0__38-36.x86_64", + sha256 = "a2e29da94814409cab5f36afecd9fc14ae85227fbe140d8b10dfc4019726963b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2321ec7a64f24b616f6fef130a97f257aff81b7068b1ede4f81938395e8bab56", + "https://cdn.confidential.cloud/constellation/cas/sha256/a2e29da94814409cab5f36afecd9fc14ae85227fbe140d8b10dfc4019726963b", ], ) - rpm( - name = "fedora-release-identity-cinnamon-0__37-16.x86_64", - sha256 = "d05ecae860d5617e0312249c37d64f801a7421c151eddb1e351a6b02ddbf08e1", + name = "fedora-release-identity-basic-0__38-36.x86_64", + sha256 = "bacf386d747343cb10a2c3847c426d3e044b7de1742b4918e3b1b78cc1b54bc4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d05ecae860d5617e0312249c37d64f801a7421c151eddb1e351a6b02ddbf08e1", + "https://cdn.confidential.cloud/constellation/cas/sha256/bacf386d747343cb10a2c3847c426d3e044b7de1742b4918e3b1b78cc1b54bc4", ], ) rpm( - name = "fedora-release-identity-i3-0__37-16.x86_64", - sha256 = "2d241168621df87b6779a6c9a213a31270f39bb3ceb79ec2007f6110287d4bea", + name = "fedora-release-identity-container-0__38-36.x86_64", + sha256 = "a8e18d52117d8b079689d99d45ec5442fa4ff5784461508b8be7f1d693e92226", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2d241168621df87b6779a6c9a213a31270f39bb3ceb79ec2007f6110287d4bea", + "https://cdn.confidential.cloud/constellation/cas/sha256/a8e18d52117d8b079689d99d45ec5442fa4ff5784461508b8be7f1d693e92226", ], ) rpm( - name = "fedora-release-identity-kinoite-0__37-16.x86_64", - sha256 = "ec85bca6a96d9dbd8c74784c2bb268c658ceca13ef6f1eb209efe72c4a949c5c", + name = "fedora-repos-0__38-1.x86_64", + sha256 = "916b75b58e9a2afe5d53cb73fdabea4d0cd8b1eba9f1213754384d0ccd531e57", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ec85bca6a96d9dbd8c74784c2bb268c658ceca13ef6f1eb209efe72c4a949c5c", + "https://cdn.confidential.cloud/constellation/cas/sha256/916b75b58e9a2afe5d53cb73fdabea4d0cd8b1eba9f1213754384d0ccd531e57", ], ) rpm( - name = "fedora-release-identity-server-0__37-16.x86_64", - sha256 = "3baba506d4d32de6e4f267317cbc22241686dd39d963c91927b4ab77b5b633ba", + name = "filesystem-0__3.18-3.fc38.x86_64", + sha256 = "b0fc6c55f5989aebf6e71279541206070b32b3b28b708a249bd3bdeaa6c088a4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3baba506d4d32de6e4f267317cbc22241686dd39d963c91927b4ab77b5b633ba", + "https://cdn.confidential.cloud/constellation/cas/sha256/b0fc6c55f5989aebf6e71279541206070b32b3b28b708a249bd3bdeaa6c088a4", ], ) - rpm( - name = "fedora-repos-0__37-2.x86_64", - sha256 = "f43a00322ae512135f695e9378eadcb3f8a8314bd4e290ea40c7c576621297f6", + name = "findutils-1__4.9.0-3.fc38.x86_64", + sha256 = "79986f917ef1bae7ca2378b16515ba44c19160f5a5eae4f6b697eda160bc26c1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f43a00322ae512135f695e9378eadcb3f8a8314bd4e290ea40c7c576621297f6", + "https://cdn.confidential.cloud/constellation/cas/sha256/79986f917ef1bae7ca2378b16515ba44c19160f5a5eae4f6b697eda160bc26c1", ], ) - rpm( - name = "filesystem-0__3.18-2.fc37.x86_64", - sha256 = "1c28f722e7f3e48dba7ebf4f763ebebc6688b9e0fd58b55ba4fcd884c8180ef4", + name = "flac-libs-0__1.4.2-2.fc38.x86_64", + sha256 = "4b9334a24f064d914b244390636a6ab74b3f595fe653e2cc320594b2c113f0ed", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1c28f722e7f3e48dba7ebf4f763ebebc6688b9e0fd58b55ba4fcd884c8180ef4", + "https://cdn.confidential.cloud/constellation/cas/sha256/4b9334a24f064d914b244390636a6ab74b3f595fe653e2cc320594b2c113f0ed", ], ) - rpm( - name = "findutils-1__4.9.0-2.fc37.x86_64", - sha256 = "25cd555f1a70138b3e81ede1cd375cb620e7a3de05680c9ebaa764f1261d0ce3", + name = "fmt-0__9.1.0-2.fc38.x86_64", + sha256 = "35fb76f679f5d204b890eeea7b3c2a204aaf1d1c4e989c457917d9252f885d87", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/25cd555f1a70138b3e81ede1cd375cb620e7a3de05680c9ebaa764f1261d0ce3", + "https://cdn.confidential.cloud/constellation/cas/sha256/35fb76f679f5d204b890eeea7b3c2a204aaf1d1c4e989c457917d9252f885d87", ], ) - rpm( - name = "flac-libs-0__1.3.4-2.fc37.x86_64", - sha256 = "17e5a1f4b60a9b54fc00c0e51c9c7d7a07439bddacf6c3d02bf6faab9627b776", + name = "fontconfig-0__2.14.2-1.fc38.x86_64", + sha256 = "b38a6a0f2f9581d169e349e582b0dac3858aaa3d338b6cf1b14c6213d1f33c09", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/17e5a1f4b60a9b54fc00c0e51c9c7d7a07439bddacf6c3d02bf6faab9627b776", + "https://cdn.confidential.cloud/constellation/cas/sha256/b38a6a0f2f9581d169e349e582b0dac3858aaa3d338b6cf1b14c6213d1f33c09", ], ) - rpm( - name = "fmt-0__9.1.0-1.fc37.x86_64", - sha256 = "0323e555d954bf9ceb4f1b242f246576ac39beb3b9111085597a6f75cab14fdf", + name = "fonts-filesystem-1__2.0.5-11.fc38.x86_64", + sha256 = "c2987d34ab8511b86a565af0491510f1a370175bd6fb99819c1afd50a6851425", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0323e555d954bf9ceb4f1b242f246576ac39beb3b9111085597a6f75cab14fdf", + "https://cdn.confidential.cloud/constellation/cas/sha256/c2987d34ab8511b86a565af0491510f1a370175bd6fb99819c1afd50a6851425", ], ) - rpm( - name = "fontconfig-0__2.14.1-2.fc37.x86_64", - sha256 = "b90b5481bf7627b4456c400a87ce70567aeb6a9770de45301c71fef7e6e6e785", + name = "freetype-0__2.13.0-2.fc38.x86_64", + sha256 = "3881f1c6b5274eaf85732ed106019159805fcdb8c25031200e67a159945e85d4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b90b5481bf7627b4456c400a87ce70567aeb6a9770de45301c71fef7e6e6e785", + "https://cdn.confidential.cloud/constellation/cas/sha256/3881f1c6b5274eaf85732ed106019159805fcdb8c25031200e67a159945e85d4", ], ) - rpm( - name = "fonts-filesystem-1__2.0.5-9.fc37.x86_64", - sha256 = "28268a1c876459ab9d7065c809df76cdf5971c40ec6d22e8fd6395b0d6b81db3", + name = "fribidi-0__1.0.12-3.fc38.x86_64", + sha256 = "f3ba30c249c30315e695961efcae0a04d6b8cd8fc7e4256e98078e0556e9f3a6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/28268a1c876459ab9d7065c809df76cdf5971c40ec6d22e8fd6395b0d6b81db3", + "https://cdn.confidential.cloud/constellation/cas/sha256/f3ba30c249c30315e695961efcae0a04d6b8cd8fc7e4256e98078e0556e9f3a6", ], ) - rpm( - name = "freetype-0__2.12.1-3.fc37.x86_64", - sha256 = "636bd6f0e69d1b44cb1c8424633044832ecade842831d38c475c2dd26c9cfb6a", + name = "fuse-0__2.9.9-16.fc38.x86_64", + sha256 = "8c70948b04d05290d6441359d461d9f7ec45439b3c97430c41b8a862d59e7b60", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/636bd6f0e69d1b44cb1c8424633044832ecade842831d38c475c2dd26c9cfb6a", + "https://cdn.confidential.cloud/constellation/cas/sha256/8c70948b04d05290d6441359d461d9f7ec45439b3c97430c41b8a862d59e7b60", ], ) - rpm( - name = "fribidi-0__1.0.12-2.fc37.x86_64", - sha256 = "4e9dfc311ab9aab380a55ac899ab35648fc9e69f766688456163ce277a64503c", + name = "fuse-common-0__3.14.1-1.fc38.x86_64", + sha256 = "d5ae6a7d99826a17d163d9846c2705442b5792a7ccacc5169e4986cdf4b6bae2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4e9dfc311ab9aab380a55ac899ab35648fc9e69f766688456163ce277a64503c", + "https://cdn.confidential.cloud/constellation/cas/sha256/d5ae6a7d99826a17d163d9846c2705442b5792a7ccacc5169e4986cdf4b6bae2", ], ) - rpm( - name = "fuse-0__2.9.9-15.fc37.x86_64", - sha256 = "de73e6a453152a5e3635d4796d4b92587f7ad9428647cf85a9bc9506839ed1e8", + name = "fuse-libs-0__2.9.9-16.fc38.x86_64", + sha256 = "56df47937646df892dad25c6b9ae63d111328febfe86eb93096b8b0a11700b60", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/de73e6a453152a5e3635d4796d4b92587f7ad9428647cf85a9bc9506839ed1e8", + "https://cdn.confidential.cloud/constellation/cas/sha256/56df47937646df892dad25c6b9ae63d111328febfe86eb93096b8b0a11700b60", ], ) - rpm( - name = "fuse-common-0__3.10.5-5.fc37.x86_64", - sha256 = "1f2c3773b6d2a19f5b2a3ea190b210a9f06e186eff763e70662c63fe5c85d394", + name = "fuse3-libs-0__3.14.1-1.fc38.x86_64", + sha256 = "f54340fec047cc359a6a164a1ce88d0d7ffcd8f7d6334b50dc5b3d234e3a19ac", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1f2c3773b6d2a19f5b2a3ea190b210a9f06e186eff763e70662c63fe5c85d394", + "https://cdn.confidential.cloud/constellation/cas/sha256/f54340fec047cc359a6a164a1ce88d0d7ffcd8f7d6334b50dc5b3d234e3a19ac", ], ) rpm( - name = "fuse-libs-0__2.9.9-15.fc37.x86_64", - sha256 = "e084290b302fdae060c81e90504c960a49061e0058033903b45fb27b384aa283", + name = "gawk-0__5.1.1-5.fc38.x86_64", + sha256 = "e607df61803999da46a199d23d4acadb45b290f29b5b644e583c5526d8081178", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e084290b302fdae060c81e90504c960a49061e0058033903b45fb27b384aa283", + "https://cdn.confidential.cloud/constellation/cas/sha256/e607df61803999da46a199d23d4acadb45b290f29b5b644e583c5526d8081178", ], ) rpm( - name = "fuse3-libs-0__3.10.5-5.fc37.x86_64", - sha256 = "559626f87751e9b10db9237e0bf05589081f69a5436ee88344352cbb5c4ef7cf", + name = "gdbm-libs-1__1.23-3.fc38.x86_64", + sha256 = "eb376264750aae673aa2a3218c291756023dea980640b30a3efe0f2199ff3889", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/559626f87751e9b10db9237e0bf05589081f69a5436ee88344352cbb5c4ef7cf", + "https://cdn.confidential.cloud/constellation/cas/sha256/eb376264750aae673aa2a3218c291756023dea980640b30a3efe0f2199ff3889", ], ) - rpm( - name = "gawk-0__5.1.1-4.fc37.x86_64", - sha256 = "6caea2f79e9fadf96e6cd55eac3f8625137b12f6a2ca75fb5e36b453dfe54edd", + name = "gdk-pixbuf2-0__2.42.10-2.fc38.x86_64", + sha256 = "039e8e551cf9678a6bac6fd738847f07a69ff31763dabca690d3ccf4d74f9c22", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6caea2f79e9fadf96e6cd55eac3f8625137b12f6a2ca75fb5e36b453dfe54edd", + "https://cdn.confidential.cloud/constellation/cas/sha256/039e8e551cf9678a6bac6fd738847f07a69ff31763dabca690d3ccf4d74f9c22", ], ) - rpm( - name = "gdbm-libs-1__1.23-2.fc37.x86_64", - sha256 = "32ab362365afcf96144ba3e65c461cf6f8d495651d0c99fb4eeb970fc2b838e5", + name = "gdk-pixbuf2-modules-0__2.42.10-2.fc38.x86_64", + sha256 = "b6163cafc6e60561eb7f7a6105771be449c1d9c86724355d80adf1e6641b7f4f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/32ab362365afcf96144ba3e65c461cf6f8d495651d0c99fb4eeb970fc2b838e5", + "https://cdn.confidential.cloud/constellation/cas/sha256/b6163cafc6e60561eb7f7a6105771be449c1d9c86724355d80adf1e6641b7f4f", ], ) - rpm( - name = "gdk-pixbuf2-0__2.42.10-1.fc37.x86_64", - sha256 = "16105c47bfd8a6f5c315e6a1503b49959c4a1264de47b45c9806940ee1c9e108", + name = "gettext-envsubst-0__0.21.1-2.fc38.x86_64", + sha256 = "276c7af4b13262c0307cf2528c6d79c859ed348db68c0d2780869ea4b179dd02", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/16105c47bfd8a6f5c315e6a1503b49959c4a1264de47b45c9806940ee1c9e108", + "https://cdn.confidential.cloud/constellation/cas/sha256/276c7af4b13262c0307cf2528c6d79c859ed348db68c0d2780869ea4b179dd02", ], ) - rpm( - name = "gdk-pixbuf2-modules-0__2.42.10-1.fc37.x86_64", - sha256 = "aba6bfdfb82062959cf64df631916213604c3bdb12b172dc41b7b8a625e148e0", + name = "gettext-libs-0__0.21.1-2.fc38.x86_64", + sha256 = "4fb6fcf7eef64a48666ff9fe5a46344087979d9e8fd87be4d58a17cf9c3ef108", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/aba6bfdfb82062959cf64df631916213604c3bdb12b172dc41b7b8a625e148e0", + "https://cdn.confidential.cloud/constellation/cas/sha256/4fb6fcf7eef64a48666ff9fe5a46344087979d9e8fd87be4d58a17cf9c3ef108", ], ) - rpm( - name = "gettext-envsubst-0__0.21.1-1.fc37.x86_64", - sha256 = "797ba3836bebbf955b6df4258d2db042063e4c7acb9b076012e3e0cf6f47011a", + name = "gettext-runtime-0__0.21.1-2.fc38.x86_64", + sha256 = "3837cbe450ceb59e1f9e7469aeb6ec98e08150773b83463725acfb2ebb77a98a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/797ba3836bebbf955b6df4258d2db042063e4c7acb9b076012e3e0cf6f47011a", + "https://cdn.confidential.cloud/constellation/cas/sha256/3837cbe450ceb59e1f9e7469aeb6ec98e08150773b83463725acfb2ebb77a98a", ], ) rpm( - name = "gettext-libs-0__0.21.1-1.fc37.x86_64", - sha256 = "971fa1897680062f9f6a90d6717f5db0548b4bd304be346f0ff1e1b197989a18", + name = "glib2-0__2.76.3-1.fc38.x86_64", + sha256 = "05571a68f7dabff1ba50c42145f51ed4011c70d77ea9b4879f6759ffe837e215", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/971fa1897680062f9f6a90d6717f5db0548b4bd304be346f0ff1e1b197989a18", + "https://cdn.confidential.cloud/constellation/cas/sha256/05571a68f7dabff1ba50c42145f51ed4011c70d77ea9b4879f6759ffe837e215", ], ) rpm( - name = "gettext-runtime-0__0.21.1-1.fc37.x86_64", - sha256 = "27aac6ad641e8308216ae2b433982cb5807c9e4bd4b346ada67a0cc22ac3959e", + name = "glibc-0__2.37-4.fc38.x86_64", + sha256 = "1d17f327a83ccb5ec42f412c78ae6aaf787bd46f10645b65af43f6f5ae9d8c15", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/27aac6ad641e8308216ae2b433982cb5807c9e4bd4b346ada67a0cc22ac3959e", + "https://cdn.confidential.cloud/constellation/cas/sha256/1d17f327a83ccb5ec42f412c78ae6aaf787bd46f10645b65af43f6f5ae9d8c15", ], ) rpm( - name = "glib2-0__2.74.6-1.fc37.x86_64", - sha256 = "57f55072a259bdfe0fe1bab6f8ae2808bd19858214975885a16727b46213c33f", + name = "glibc-common-0__2.37-4.fc38.x86_64", + sha256 = "82f7c74c4f31dad16dec9fc52556f76051979b8dea69877b71aa0ac3060c25d4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/57f55072a259bdfe0fe1bab6f8ae2808bd19858214975885a16727b46213c33f", + "https://cdn.confidential.cloud/constellation/cas/sha256/82f7c74c4f31dad16dec9fc52556f76051979b8dea69877b71aa0ac3060c25d4", ], ) - rpm( - name = "glibc-0__2.36-9.fc37.x86_64", - sha256 = "8c8463cd9f194f03ea1607670399e2fbf068857f566c43dd07d351228c25f187", + name = "glibc-langpack-fa-0__2.37-4.fc38.x86_64", + sha256 = "99497914cc9d0cdca757b3c668b469abbbfb1fc6aa7e3f450fefb7a01ca98329", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8c8463cd9f194f03ea1607670399e2fbf068857f566c43dd07d351228c25f187", + "https://cdn.confidential.cloud/constellation/cas/sha256/99497914cc9d0cdca757b3c668b469abbbfb1fc6aa7e3f450fefb7a01ca98329", ], ) rpm( - name = "glibc-common-0__2.36-9.fc37.x86_64", - sha256 = "4237c10e5edacc5d5a9ea88e9fc5fef37249d459b13d4a0715c7836374a8da7a", + name = "glibc-langpack-ga-0__2.37-4.fc38.x86_64", + sha256 = "5cc4d02a027c7bb2be9201cdaf813757e589c93a9efbe994c8886421fc70603f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4237c10e5edacc5d5a9ea88e9fc5fef37249d459b13d4a0715c7836374a8da7a", + "https://cdn.confidential.cloud/constellation/cas/sha256/5cc4d02a027c7bb2be9201cdaf813757e589c93a9efbe994c8886421fc70603f", ], ) rpm( - name = "glibc-langpack-ce-0__2.36-9.fc37.x86_64", - sha256 = "874dabbe4bfd348bd033cde90935c4d7cc738c595ba6dffaa1ebd490e589427d", + name = "glibc-langpack-sl-0__2.37-4.fc38.x86_64", + sha256 = "628fee563ed17109ea2398148cfa86e24ea27d6863a189c201c8612063fa7693", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/874dabbe4bfd348bd033cde90935c4d7cc738c595ba6dffaa1ebd490e589427d", + "https://cdn.confidential.cloud/constellation/cas/sha256/628fee563ed17109ea2398148cfa86e24ea27d6863a189c201c8612063fa7693", ], ) rpm( - name = "glibc-langpack-lb-0__2.36-9.fc37.x86_64", - sha256 = "7842e5f8a934dc732b246458187a7fffb01356aad2baf0318fba61eaf0f02aff", + name = "glibc-minimal-langpack-0__2.37-4.fc38.x86_64", + sha256 = "e3418df9795e4d82bbdd906c94dc4a86bb67e92760875eda33d21dd0379c66fd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7842e5f8a934dc732b246458187a7fffb01356aad2baf0318fba61eaf0f02aff", + "https://cdn.confidential.cloud/constellation/cas/sha256/e3418df9795e4d82bbdd906c94dc4a86bb67e92760875eda33d21dd0379c66fd", ], ) - rpm( - name = "glibc-langpack-ml-0__2.36-9.fc37.x86_64", - sha256 = "229ac8c343ef69902f7a67c0e1dac8ed552e004787ee3d96715d075a13eb8a9e", + name = "glibmm2.4-0__2.66.6-1.fc38.x86_64", + sha256 = "dd085de03dc4e03ec58456ab576ef19ebeec8ed0e9cb54f6de04f2fd4cd608a1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/229ac8c343ef69902f7a67c0e1dac8ed552e004787ee3d96715d075a13eb8a9e", + "https://cdn.confidential.cloud/constellation/cas/sha256/dd085de03dc4e03ec58456ab576ef19ebeec8ed0e9cb54f6de04f2fd4cd608a1", ], ) - rpm( - name = "glibc-langpack-mt-0__2.36-9.fc37.x86_64", - sha256 = "9c2887bba0dfa28208aee3aad12faa64ab806a4bdebe810b63a1389113b37b95", + name = "glusterfs-0__11.0-2.fc38.x86_64", + sha256 = "01a4dca2d0bee76ebd2e33115db45202e1d90f4336f4c0fc6ec7c3ff14eecd11", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9c2887bba0dfa28208aee3aad12faa64ab806a4bdebe810b63a1389113b37b95", + "https://cdn.confidential.cloud/constellation/cas/sha256/01a4dca2d0bee76ebd2e33115db45202e1d90f4336f4c0fc6ec7c3ff14eecd11", ], ) - rpm( - name = "glibmm2.4-0__2.66.5-2.fc37.x86_64", - sha256 = "39c024b94acdda410fe5f61641d66c198bb325df2d128485b8f26fd835e40ee3", + name = "glusterfs-cli-0__11.0-2.fc38.x86_64", + sha256 = "a6fb716e75c8751e8be87c6fbae863a509a6ec52b624e19d1dc7edc5118c5ade", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/39c024b94acdda410fe5f61641d66c198bb325df2d128485b8f26fd835e40ee3", + "https://cdn.confidential.cloud/constellation/cas/sha256/a6fb716e75c8751e8be87c6fbae863a509a6ec52b624e19d1dc7edc5118c5ade", ], ) - rpm( - name = "glusterfs-0__10.3-1.fc37.x86_64", - sha256 = "552ed8d8e242cb3dc55e226733f09b21f70f471b1ed7754efa48ddfb8988c9a9", + name = "glusterfs-client-xlators-0__11.0-2.fc38.x86_64", + sha256 = "cd99878ca6d7609d3fea047390f799b77c7b708d8da2e05d9c61fcc36e5fb866", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/552ed8d8e242cb3dc55e226733f09b21f70f471b1ed7754efa48ddfb8988c9a9", + "https://cdn.confidential.cloud/constellation/cas/sha256/cd99878ca6d7609d3fea047390f799b77c7b708d8da2e05d9c61fcc36e5fb866", ], ) - rpm( - name = "glusterfs-cli-0__10.3-1.fc37.x86_64", - sha256 = "fbbfa1ba228d03d5f2c8583510a9dfef89a45a27f273ef276046ad69fb657b42", + name = "glusterfs-fuse-0__11.0-2.fc38.x86_64", + sha256 = "93e5c85854fa6cb299ad93923bb855617022b45333be0f15364f01f5ca07a19e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fbbfa1ba228d03d5f2c8583510a9dfef89a45a27f273ef276046ad69fb657b42", + "https://cdn.confidential.cloud/constellation/cas/sha256/93e5c85854fa6cb299ad93923bb855617022b45333be0f15364f01f5ca07a19e", ], ) rpm( - name = "glusterfs-client-xlators-0__10.3-1.fc37.x86_64", - sha256 = "773b3d3082f63c06fba5e58c4f1e0b5240c282040c20574ba537a903373d2ed7", + name = "gmp-1__6.2.1-4.fc38.x86_64", + sha256 = "69e48c73d962e3798fbc84150dfd79258b32a4f9250ee801d8cdb9540edfc21a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/773b3d3082f63c06fba5e58c4f1e0b5240c282040c20574ba537a903373d2ed7", + "https://cdn.confidential.cloud/constellation/cas/sha256/69e48c73d962e3798fbc84150dfd79258b32a4f9250ee801d8cdb9540edfc21a", ], ) rpm( - name = "glusterfs-fuse-0__10.3-1.fc37.x86_64", - sha256 = "e4ffd7a8391ccc1de1a827d4db38f0e2c7f95a21e70e21c227c1831ab07bf0f5", + name = "gnutls-0__3.8.0-2.fc38.x86_64", + sha256 = "6170bb84006ad1d74202125a21308b15be0b36ec95e9dbb6552aa35026e966ea", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e4ffd7a8391ccc1de1a827d4db38f0e2c7f95a21e70e21c227c1831ab07bf0f5", + "https://cdn.confidential.cloud/constellation/cas/sha256/6170bb84006ad1d74202125a21308b15be0b36ec95e9dbb6552aa35026e966ea", ], ) - rpm( - name = "gmp-1__6.2.1-3.fc37.x86_64", - sha256 = "42c8a66f1efcdffaf611e70395e16311f6c56ef795ee2a43c2a48c55eef77734", + name = "gnutls-dane-0__3.8.0-2.fc38.x86_64", + sha256 = "e92a9e5213cabb224bdfeada1fcafc002496d5f348003ad38f9635fcb30f3587", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/42c8a66f1efcdffaf611e70395e16311f6c56ef795ee2a43c2a48c55eef77734", + "https://cdn.confidential.cloud/constellation/cas/sha256/e92a9e5213cabb224bdfeada1fcafc002496d5f348003ad38f9635fcb30f3587", ], ) - rpm( - name = "gnutls-0__3.8.0-2.fc37.x86_64", - sha256 = "91b08de00abe5430f61bc5491ea1f11a23712877da5ab9828865e5c17d4841ee", + name = "gnutls-utils-0__3.8.0-2.fc38.x86_64", + sha256 = "19566416719e54a2555d48aa6463e491544a0ffb4ab36e6e472d3ac770b08d30", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/91b08de00abe5430f61bc5491ea1f11a23712877da5ab9828865e5c17d4841ee", + "https://cdn.confidential.cloud/constellation/cas/sha256/19566416719e54a2555d48aa6463e491544a0ffb4ab36e6e472d3ac770b08d30", ], ) - rpm( - name = "gnutls-dane-0__3.8.0-2.fc37.x86_64", - sha256 = "1c3e6fa21d05e78d64c3f167a6a20f8a674762cbb5ff10eddb8f934d7058a22e", + name = "google-noto-fonts-common-0__20230201-1.fc38.x86_64", + sha256 = "1300fabb5a042997633ae8f1afc7828a2f58273392eda5b99d79ed7d6a94c8e9", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1c3e6fa21d05e78d64c3f167a6a20f8a674762cbb5ff10eddb8f934d7058a22e", + "https://cdn.confidential.cloud/constellation/cas/sha256/1300fabb5a042997633ae8f1afc7828a2f58273392eda5b99d79ed7d6a94c8e9", ], ) - rpm( - name = "gnutls-utils-0__3.8.0-2.fc37.x86_64", - sha256 = "3afde268a04428d152408b91541bd61a0e5bb43654df296d198de337029d3b54", + name = "google-noto-sans-vf-fonts-0__20230201-1.fc38.x86_64", + sha256 = "fbd7e2ca35798a60402b2b6c0387694be511a8e043abb7659063ab963025d917", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3afde268a04428d152408b91541bd61a0e5bb43654df296d198de337029d3b54", + "https://cdn.confidential.cloud/constellation/cas/sha256/fbd7e2ca35798a60402b2b6c0387694be511a8e043abb7659063ab963025d917", ], ) - rpm( - name = "google-noto-fonts-common-0__20201206__caret__1.git0c78c8329-7.fc37.x86_64", - sha256 = "dee4c1932baf30c73256c0e718523b1db27bc2eaeb0974bef757d3950b22f728", + name = "gperftools-libs-0__2.9.1-5.fc38.x86_64", + sha256 = "a37a7d57863e2e6e6117dca3be28af6987d1e77d50d0e97ca865bfc31e54705f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/dee4c1932baf30c73256c0e718523b1db27bc2eaeb0974bef757d3950b22f728", + "https://cdn.confidential.cloud/constellation/cas/sha256/a37a7d57863e2e6e6117dca3be28af6987d1e77d50d0e97ca865bfc31e54705f", ], ) - rpm( - name = "google-noto-sans-vf-fonts-0__20201206__caret__1.git0c78c8329-7.fc37.x86_64", - sha256 = "dc87fdd4f290064820ba52b124f3a083ec2480ac337087f8b63b26da92e5fab2", + name = "graphene-0__1.10.6-5.fc38.x86_64", + sha256 = "497af48244128200592a1aaa257f74d31bc5a4021d9f37f68487277d6c388a31", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/dc87fdd4f290064820ba52b124f3a083ec2480ac337087f8b63b26da92e5fab2", + "https://cdn.confidential.cloud/constellation/cas/sha256/497af48244128200592a1aaa257f74d31bc5a4021d9f37f68487277d6c388a31", ], ) - rpm( - name = "gperftools-libs-0__2.9.1-4.fc37.x86_64", - sha256 = "25680f3855b5c25a2097a0ec6f63f69e7bcd328e1cd16cfd6a0b4417adac88a6", + name = "graphite2-0__1.3.14-11.fc38.x86_64", + sha256 = "55ca9073756a092ccb78f3cc3d8b31f1b5d64b3b93b9cc135ce20b273ad46361", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/25680f3855b5c25a2097a0ec6f63f69e7bcd328e1cd16cfd6a0b4417adac88a6", + "https://cdn.confidential.cloud/constellation/cas/sha256/55ca9073756a092ccb78f3cc3d8b31f1b5d64b3b93b9cc135ce20b273ad46361", ], ) rpm( - name = "graphene-0__1.10.6-4.fc37.x86_64", - sha256 = "e184c1900b2ed7062a0ccb6eae9fbbeb616d9ebdd831f4aeeca13669633fe15e", + name = "grep-0__3.8-3.fc38.x86_64", + sha256 = "60ed241ec381a23d03fac733a72132dbdc4ba04c412add78bfc67f1b9f1b4daa", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e184c1900b2ed7062a0ccb6eae9fbbeb616d9ebdd831f4aeeca13669633fe15e", + "https://cdn.confidential.cloud/constellation/cas/sha256/60ed241ec381a23d03fac733a72132dbdc4ba04c412add78bfc67f1b9f1b4daa", ], ) - rpm( - name = "graphite2-0__1.3.14-10.fc37.x86_64", - sha256 = "9720bfa82e7d2a0e7d20361437ab08f18f83b3d84a2e0bcf9ddc1cd3979ac5c6", + name = "groff-base-0__1.22.4-11.fc38.x86_64", + sha256 = "8a88f3defca55fc8bdb0b0993482e4edaf010427b2ec5f3e87d4a033fba6f744", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9720bfa82e7d2a0e7d20361437ab08f18f83b3d84a2e0bcf9ddc1cd3979ac5c6", + "https://cdn.confidential.cloud/constellation/cas/sha256/8a88f3defca55fc8bdb0b0993482e4edaf010427b2ec5f3e87d4a033fba6f744", ], ) - rpm( - name = "grep-0__3.7-4.fc37.x86_64", - sha256 = "d997786e71f2c7b4a9ed1323b8684ec1802e49a866fb0c1b69101531440cb464", + name = "gsm-0__1.0.22-2.fc38.x86_64", + sha256 = "cdfffc40e2bd5a6332ca5ae655f77f1c157724102b323fbeba7c17eced6bfe0f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d997786e71f2c7b4a9ed1323b8684ec1802e49a866fb0c1b69101531440cb464", + "https://cdn.confidential.cloud/constellation/cas/sha256/cdfffc40e2bd5a6332ca5ae655f77f1c157724102b323fbeba7c17eced6bfe0f", ], ) - rpm( - name = "groff-base-0__1.22.4-10.fc37.x86_64", - sha256 = "b5b4e759d1c56188fb777926de0d17498c25d3234d2635ce5a8e7b000bfaf7f3", + name = "gssproxy-0__0.9.1-5.fc38.x86_64", + sha256 = "5f45f6f4cc6afbad4e9e42c51c5b97d17663fa4df7a89d2429eb874c730b6f90", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b5b4e759d1c56188fb777926de0d17498c25d3234d2635ce5a8e7b000bfaf7f3", + "https://cdn.confidential.cloud/constellation/cas/sha256/5f45f6f4cc6afbad4e9e42c51c5b97d17663fa4df7a89d2429eb874c730b6f90", ], ) - rpm( - name = "gsm-0__1.0.22-1.fc37.x86_64", - sha256 = "55b8fef81cf1e8ac5e17a74e40e86270924c92d7d58de0cd09d97ec47ac05de2", + name = "gstreamer1-0__1.22.3-2.fc38.x86_64", + sha256 = "00f4c7e334df3456d79df8bdc9ec4cf9acb87365c8224c1f308b23031c1b33fc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/55b8fef81cf1e8ac5e17a74e40e86270924c92d7d58de0cd09d97ec47ac05de2", + "https://cdn.confidential.cloud/constellation/cas/sha256/00f4c7e334df3456d79df8bdc9ec4cf9acb87365c8224c1f308b23031c1b33fc", ], ) - rpm( - name = "gssproxy-0__0.9.1-4.fc37.x86_64", - sha256 = "80008c8966ae7ba4a684fb078dc663122a2257695b71d314939e5404ad1c7b9e", + name = "gstreamer1-plugins-base-0__1.22.3-1.fc38.x86_64", + sha256 = "24a9db0c8993c7f6d40335b08a71ea2ccdf051baff2dc8d2fa9db1a772705b4f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/80008c8966ae7ba4a684fb078dc663122a2257695b71d314939e5404ad1c7b9e", + "https://cdn.confidential.cloud/constellation/cas/sha256/24a9db0c8993c7f6d40335b08a71ea2ccdf051baff2dc8d2fa9db1a772705b4f", ], ) - rpm( - name = "gstreamer1-0__1.20.5-1.fc37.x86_64", - sha256 = "9b606f12f1b4d5d8dfff2f1b8aab197d12b7ab232d78888179495a97bfb6d854", + name = "gtk-update-icon-cache-0__3.24.38-1.fc38.x86_64", + sha256 = "81f7464b1b92d0f0b9d4772a88d2544038f20e3ff850455162151ae4ddfad919", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9b606f12f1b4d5d8dfff2f1b8aab197d12b7ab232d78888179495a97bfb6d854", + "https://cdn.confidential.cloud/constellation/cas/sha256/81f7464b1b92d0f0b9d4772a88d2544038f20e3ff850455162151ae4ddfad919", ], ) - rpm( - name = "gstreamer1-plugins-base-0__1.20.5-1.fc37.x86_64", - sha256 = "c329cd49c6b7bdce90ca7283277715a14e039b7841998666cdca166d025bc622", + name = "gtk3-0__3.24.38-1.fc38.x86_64", + sha256 = "c1f92bdec7b22deb94349e8a1aee31bb049161a1ddf788b6d311dc2a071a48e3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c329cd49c6b7bdce90ca7283277715a14e039b7841998666cdca166d025bc622", + "https://cdn.confidential.cloud/constellation/cas/sha256/c1f92bdec7b22deb94349e8a1aee31bb049161a1ddf788b6d311dc2a071a48e3", ], ) rpm( - name = "gtk-update-icon-cache-0__3.24.37-1.fc37.x86_64", - sha256 = "550234bbd7bb6165601d49aa43de7b1605f5d5406c8921a7dbca35fb8462fccd", + name = "gzip-0__1.12-3.fc38.x86_64", + sha256 = "166e842798813a72e4d075dcd9b6e814d7ad3fc8d1b5860281cffe7a68784b25", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/550234bbd7bb6165601d49aa43de7b1605f5d5406c8921a7dbca35fb8462fccd", + "https://cdn.confidential.cloud/constellation/cas/sha256/166e842798813a72e4d075dcd9b6e814d7ad3fc8d1b5860281cffe7a68784b25", ], ) - rpm( - name = "gtk3-0__3.24.37-1.fc37.x86_64", - sha256 = "c984cd191548f29568033e23211308e2fb98263d7cfd17f420c45d341d27c381", + name = "harfbuzz-0__7.1.0-1.fc38.x86_64", + sha256 = "7edbfc57da668fe01a84b8eb3739034c323b3d63fb95e9ec1e0fb8d0e542e0b5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c984cd191548f29568033e23211308e2fb98263d7cfd17f420c45d341d27c381", + "https://cdn.confidential.cloud/constellation/cas/sha256/7edbfc57da668fe01a84b8eb3739034c323b3d63fb95e9ec1e0fb8d0e542e0b5", ], ) - rpm( - name = "gzip-0__1.12-2.fc37.x86_64", - sha256 = "3ef9e1b938dd19c5268004e370d90f8a8ae0dbc664715457a371ce900ee7736c", + name = "hicolor-icon-theme-0__0.17-15.fc38.x86_64", + sha256 = "182d753057cb601056b01425986cceb964e24ce24b1765f4f4c02f90560c2c60", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3ef9e1b938dd19c5268004e370d90f8a8ae0dbc664715457a371ce900ee7736c", + "https://cdn.confidential.cloud/constellation/cas/sha256/182d753057cb601056b01425986cceb964e24ce24b1765f4f4c02f90560c2c60", ], ) - rpm( - name = "harfbuzz-0__5.2.0-1.fc37.x86_64", - sha256 = "72cbd4281a2a68ee05d191145ec3abd35fd175b2b8a47aa238fac9fabe8dc82c", + name = "highway-0__1.0.4-1.fc38.x86_64", + sha256 = "c99f8f5fde4c31ca0704373cc604614024887af4263ca1a34e9eacc94e1b7b3d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/72cbd4281a2a68ee05d191145ec3abd35fd175b2b8a47aa238fac9fabe8dc82c", + "https://cdn.confidential.cloud/constellation/cas/sha256/c99f8f5fde4c31ca0704373cc604614024887af4263ca1a34e9eacc94e1b7b3d", ], ) - rpm( - name = "hicolor-icon-theme-0__0.17-14.fc37.x86_64", - sha256 = "67ee7f6052ac62293c1ef1208ea9064b793e840198fdc1e4ec912fc631416fb0", + name = "hwdata-0__0.371-1.fc38.x86_64", + sha256 = "0bf71936e0c30b500dca276e1bf38bb46406034fd3c6e3891aebe7bc1e3cc4b6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/67ee7f6052ac62293c1ef1208ea9064b793e840198fdc1e4ec912fc631416fb0", + "https://cdn.confidential.cloud/constellation/cas/sha256/0bf71936e0c30b500dca276e1bf38bb46406034fd3c6e3891aebe7bc1e3cc4b6", ], ) - rpm( - name = "highway-0__1.0.4-1.fc37.x86_64", - sha256 = "5a06201fcc0341a429cf30661e0267cd9f08d3fa4bec0f0473fc580e8785bb44", + name = "iproute-0__6.1.0-1.fc38.x86_64", + sha256 = "987b5e89ee47761a452c32b1753b695762590299c4e940f293d98c77dc866965", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5a06201fcc0341a429cf30661e0267cd9f08d3fa4bec0f0473fc580e8785bb44", + "https://cdn.confidential.cloud/constellation/cas/sha256/987b5e89ee47761a452c32b1753b695762590299c4e940f293d98c77dc866965", ], ) - rpm( - name = "hwdata-0__0.368-1.fc37.x86_64", - sha256 = "e9ae6e555c0d7d0e8094fa3ad033813a67ca66acdfdd217a4f44d5dc3137e39a", + name = "iproute-tc-0__6.1.0-1.fc38.x86_64", + sha256 = "e38b8681df9af2732e5cb72d5d54eb26cf95c8908efed9f4b6fb92ab53acc74a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e9ae6e555c0d7d0e8094fa3ad033813a67ca66acdfdd217a4f44d5dc3137e39a", + "https://cdn.confidential.cloud/constellation/cas/sha256/e38b8681df9af2732e5cb72d5d54eb26cf95c8908efed9f4b6fb92ab53acc74a", ], ) - rpm( - name = "iproute-0__5.18.0-2.fc37.x86_64", - sha256 = "960633a9035f8fe02d49ba6713f240363383d5dc3b3f862d28e9b211fd34fea3", + name = "iptables-legacy-0__1.8.9-4.fc38.x86_64", + sha256 = "ee2e072b955ef8e80997b53be022bb55abc02006c44f41c38694c62c734dfee2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/960633a9035f8fe02d49ba6713f240363383d5dc3b3f862d28e9b211fd34fea3", + "https://cdn.confidential.cloud/constellation/cas/sha256/ee2e072b955ef8e80997b53be022bb55abc02006c44f41c38694c62c734dfee2", ], ) - rpm( - name = "iproute-tc-0__5.18.0-2.fc37.x86_64", - sha256 = "926162e7602c59dd1af47b71604fe4bd332a24cdf7853e9f266ea925f771d9be", + name = "iptables-legacy-libs-0__1.8.9-4.fc38.x86_64", + sha256 = "491cbd3615967da69697e4fd666bbbb00cc201ba814c4be4f3f46bb35a47ba0e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/926162e7602c59dd1af47b71604fe4bd332a24cdf7853e9f266ea925f771d9be", + "https://cdn.confidential.cloud/constellation/cas/sha256/491cbd3615967da69697e4fd666bbbb00cc201ba814c4be4f3f46bb35a47ba0e", ], ) - rpm( - name = "iptables-legacy-0__1.8.8-4.fc37.x86_64", - sha256 = "9eca37e404dc7ee3a943c1e7c8fcd1f73fc2bc03c03916611aec4bad0e8f854e", + name = "iptables-libs-0__1.8.9-4.fc38.x86_64", + sha256 = "79f0bbdb2dd45dffe1841f82ee86113172b845bb766aa16b1249d04784e6fd87", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9eca37e404dc7ee3a943c1e7c8fcd1f73fc2bc03c03916611aec4bad0e8f854e", + "https://cdn.confidential.cloud/constellation/cas/sha256/79f0bbdb2dd45dffe1841f82ee86113172b845bb766aa16b1249d04784e6fd87", ], ) - rpm( - name = "iptables-legacy-libs-0__1.8.8-4.fc37.x86_64", - sha256 = "83a5e8a239d9904c2901258afc535f4bbb3beac96742610ed6876c3da2d57d5e", + name = "ipxe-roms-qemu-0__20220210-3.git64113751.fc38.x86_64", + sha256 = "76924069fe56bb569031f238151258efed76065b6e0721c58b7324c3ba8a681c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/83a5e8a239d9904c2901258afc535f4bbb3beac96742610ed6876c3da2d57d5e", + "https://cdn.confidential.cloud/constellation/cas/sha256/76924069fe56bb569031f238151258efed76065b6e0721c58b7324c3ba8a681c", ], ) - rpm( - name = "iptables-libs-0__1.8.8-4.fc37.x86_64", - sha256 = "f7f3538f7a76060e8698add713bae9a21c7b67fa1a1f1005582881351ff2ef28", + name = "iscsi-initiator-utils-0__6.2.1.4-10.git2a8f9d8.fc38.x86_64", + sha256 = "a8e7245d1a13f74755f771c2b357efacee8a93cba8c8ff5721daeffab1090ccc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f7f3538f7a76060e8698add713bae9a21c7b67fa1a1f1005582881351ff2ef28", + "https://cdn.confidential.cloud/constellation/cas/sha256/a8e7245d1a13f74755f771c2b357efacee8a93cba8c8ff5721daeffab1090ccc", ], ) - rpm( - name = "ipxe-roms-qemu-0__20220210-2.git64113751.fc37.x86_64", - sha256 = "541c4cdbb73deecd93b68ef8a5dc50b8bc32ccd0c9f9480c2a35f318dda38f2e", + name = "iscsi-initiator-utils-iscsiuio-0__6.2.1.4-10.git2a8f9d8.fc38.x86_64", + sha256 = "79efb3ae89cb6a329dca19f310a8929dbb8b9aac0e0734e3ad5fa7036d4436d6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/541c4cdbb73deecd93b68ef8a5dc50b8bc32ccd0c9f9480c2a35f318dda38f2e", + "https://cdn.confidential.cloud/constellation/cas/sha256/79efb3ae89cb6a329dca19f310a8929dbb8b9aac0e0734e3ad5fa7036d4436d6", ], ) - rpm( - name = "iscsi-initiator-utils-0__6.2.1.4-6.git2a8f9d8.fc37.x86_64", - sha256 = "c64cc5f44a660062ced56dc143312f87e73bbd3680bb1e1bc2c6463b938cd6cd", + name = "isns-utils-libs-0__0.101-6.fc38.x86_64", + sha256 = "2b96fc893eda39e55df3ebb9c3b004c0bc898876ae8a54cb25c9991a63a0c6ab", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c64cc5f44a660062ced56dc143312f87e73bbd3680bb1e1bc2c6463b938cd6cd", + "https://cdn.confidential.cloud/constellation/cas/sha256/2b96fc893eda39e55df3ebb9c3b004c0bc898876ae8a54cb25c9991a63a0c6ab", ], ) - rpm( - name = "iscsi-initiator-utils-iscsiuio-0__6.2.1.4-6.git2a8f9d8.fc37.x86_64", - sha256 = "49d75609083bc45ba147c7611bab6b90d4112f2b2cca6317623c94a1a8445306", + name = "iso-codes-0__4.13.0-1.fc38.x86_64", + sha256 = "6d3b93923bc6c2b8361df57ec6493e36f5c0ce56bbbf45070ddb0f2067bf1c38", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/49d75609083bc45ba147c7611bab6b90d4112f2b2cca6317623c94a1a8445306", + "https://cdn.confidential.cloud/constellation/cas/sha256/6d3b93923bc6c2b8361df57ec6493e36f5c0ce56bbbf45070ddb0f2067bf1c38", ], ) - rpm( - name = "isns-utils-libs-0__0.101-5.fc37.x86_64", - sha256 = "e35732720639a673041e686f924e5298afeff67d2bcf0d9b5e7833acec563872", + name = "jack-audio-connection-kit-0__1.9.22-1.fc38.x86_64", + sha256 = "e1f0ed4d703accd77ab5b3763c1a8decf2c18384495ce781e5a5f1fe924988d2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e35732720639a673041e686f924e5298afeff67d2bcf0d9b5e7833acec563872", + "https://cdn.confidential.cloud/constellation/cas/sha256/e1f0ed4d703accd77ab5b3763c1a8decf2c18384495ce781e5a5f1fe924988d2", ], ) - rpm( - name = "iso-codes-0__4.11.0-1.fc37.x86_64", - sha256 = "bbab7c3e2e0304440f72ec6b2c4cb88c81b710f0f0fd8f71cfbc7eccd0660c06", + name = "jbigkit-libs-0__2.1-25.fc38.x86_64", + sha256 = "37015135372d4f9b3fb6a5f92a23c6624c6d9b8c0f1ef1e9a72def1e18e37fe7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bbab7c3e2e0304440f72ec6b2c4cb88c81b710f0f0fd8f71cfbc7eccd0660c06", + "https://cdn.confidential.cloud/constellation/cas/sha256/37015135372d4f9b3fb6a5f92a23c6624c6d9b8c0f1ef1e9a72def1e18e37fe7", ], ) rpm( - name = "jack-audio-connection-kit-0__1.9.21-3.fc37.x86_64", - sha256 = "6b578cbbc8f96799353e8c0c2bd9e19e949f53b09595b958f8e60c5226723eda", + name = "json-c-0__0.16-4.fc38.x86_64", + sha256 = "736182ae69e03a19be60ed57486990f9b88cd06eeecb5e06cebc7f4b64ab0f5d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6b578cbbc8f96799353e8c0c2bd9e19e949f53b09595b958f8e60c5226723eda", + "https://cdn.confidential.cloud/constellation/cas/sha256/736182ae69e03a19be60ed57486990f9b88cd06eeecb5e06cebc7f4b64ab0f5d", ], ) - rpm( - name = "jbigkit-libs-0__2.1-24.fc37.x86_64", - sha256 = "3c27e55dcfab1bbdb11fa8f7f38e186d716b65236625580fce5e9a1587a11334", + name = "json-c-devel-0__0.16-4.fc38.x86_64", + sha256 = "ab6a1edb5737d4c142560a90974b4737765593f9dd469ef48675590c3a5bd931", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3c27e55dcfab1bbdb11fa8f7f38e186d716b65236625580fce5e9a1587a11334", + "https://cdn.confidential.cloud/constellation/cas/sha256/ab6a1edb5737d4c142560a90974b4737765593f9dd469ef48675590c3a5bd931", ], ) - rpm( - name = "json-c-0__0.16-3.fc37.x86_64", - sha256 = "e7c83a9058c7e7e05e4c7ba97a363414eb973343ea8f00a1140fbdafe6ca67e2", + name = "json-glib-0__1.6.6-4.fc38.x86_64", + sha256 = "c2ae86002363a331661c72eec5cad90a100216e46176d4bdbe2c20e465c1d73c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e7c83a9058c7e7e05e4c7ba97a363414eb973343ea8f00a1140fbdafe6ca67e2", + "https://cdn.confidential.cloud/constellation/cas/sha256/c2ae86002363a331661c72eec5cad90a100216e46176d4bdbe2c20e465c1d73c", ], ) - rpm( - name = "json-c-devel-0__0.16-3.fc37.x86_64", - sha256 = "a60557c7450d68d2f4310565f87a830334ca0866d81413bd3a025db3c3f9cde3", + name = "kbd-0__2.5.1-5.fc38.x86_64", + sha256 = "8a3a4007d921c6a9b372e4573520866b445c18476f907b023ea19b436436ec33", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a60557c7450d68d2f4310565f87a830334ca0866d81413bd3a025db3c3f9cde3", + "https://cdn.confidential.cloud/constellation/cas/sha256/8a3a4007d921c6a9b372e4573520866b445c18476f907b023ea19b436436ec33", ], ) - rpm( - name = "json-glib-0__1.6.6-3.fc37.x86_64", - sha256 = "598ddb966e5ac4f664f2cbe9d0087b62c1a4067a1f1af24f290d7f681956e29c", + name = "kbd-legacy-0__2.5.1-5.fc38.x86_64", + sha256 = "97fcab8f93c5213714e0a9d15e48440c567d2ac39e4ed12743198268082f0583", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/598ddb966e5ac4f664f2cbe9d0087b62c1a4067a1f1af24f290d7f681956e29c", + "https://cdn.confidential.cloud/constellation/cas/sha256/97fcab8f93c5213714e0a9d15e48440c567d2ac39e4ed12743198268082f0583", ], ) - rpm( - name = "kbd-0__2.5.1-3.fc37.x86_64", - sha256 = "7c660eada8cb6e2d2b0c035a9d1696db945761c07e7900b8003b1b405243adef", + name = "kbd-misc-0__2.5.1-5.fc38.x86_64", + sha256 = "2ea5dfd9d8c8fe7f61022b41fd6f8a2653692acf30253f45e1dc67def1648f32", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7c660eada8cb6e2d2b0c035a9d1696db945761c07e7900b8003b1b405243adef", + "https://cdn.confidential.cloud/constellation/cas/sha256/2ea5dfd9d8c8fe7f61022b41fd6f8a2653692acf30253f45e1dc67def1648f32", ], ) - rpm( - name = "kbd-legacy-0__2.5.1-3.fc37.x86_64", - sha256 = "a6e8f6c0a9973883d33d35381234a88acee5d075ba0a92f811e9728441756d1f", + name = "keyutils-0__1.6.1-6.fc38.x86_64", + sha256 = "85d84343cccc7cc2db8362502fec65e3431751fe60066693afd807116b03039f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a6e8f6c0a9973883d33d35381234a88acee5d075ba0a92f811e9728441756d1f", + "https://cdn.confidential.cloud/constellation/cas/sha256/85d84343cccc7cc2db8362502fec65e3431751fe60066693afd807116b03039f", ], ) rpm( - name = "kbd-misc-0__2.5.1-3.fc37.x86_64", - sha256 = "b71602703b63f87199a145cd64cf804b19af7275eede730bd3b82296b64417d7", + name = "keyutils-libs-0__1.6.1-6.fc38.x86_64", + sha256 = "b66376e78fe54024531d94036d10b22b5050d52a9e65682b36dc7fdf24405997", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b71602703b63f87199a145cd64cf804b19af7275eede730bd3b82296b64417d7", + "https://cdn.confidential.cloud/constellation/cas/sha256/b66376e78fe54024531d94036d10b22b5050d52a9e65682b36dc7fdf24405997", ], ) - rpm( - name = "keyutils-0__1.6.1-5.fc37.x86_64", - sha256 = "6559c77e8b828179ff6c55ca47c68ee6d00c5f13f6f6ed1d2cc5b6d0bb48502e", + name = "kmod-0__30-4.fc38.x86_64", + sha256 = "7419671c64795b96be18231e2f5d3f95eca8e6a71771863ac035f961041c1d7c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6559c77e8b828179ff6c55ca47c68ee6d00c5f13f6f6ed1d2cc5b6d0bb48502e", + "https://cdn.confidential.cloud/constellation/cas/sha256/7419671c64795b96be18231e2f5d3f95eca8e6a71771863ac035f961041c1d7c", ], ) rpm( - name = "keyutils-libs-0__1.6.1-5.fc37.x86_64", - sha256 = "e3fd19c3020e55d80b8a24edb68506d2adbb07b2db29eecbde91facae1cca59d", + name = "kmod-libs-0__30-4.fc38.x86_64", + sha256 = "19f873b67f23362074c03d5825e709ad521278c02e44bdeb30eba6d3bb3a8e0f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e3fd19c3020e55d80b8a24edb68506d2adbb07b2db29eecbde91facae1cca59d", + "https://cdn.confidential.cloud/constellation/cas/sha256/19f873b67f23362074c03d5825e709ad521278c02e44bdeb30eba6d3bb3a8e0f", ], ) rpm( - name = "kmod-0__30-2.fc37.x86_64", - sha256 = "b57193efad83c9cdb3acf6ad843e1ef17b8c00382a8395713b1480905e23f786", + name = "krb5-libs-0__1.20.1-8.fc38.x86_64", + sha256 = "e779fca5e3be85efabe2132bdaf87ac852d78187fbbb9e3d9b37eabccafb4e85", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b57193efad83c9cdb3acf6ad843e1ef17b8c00382a8395713b1480905e23f786", + "https://cdn.confidential.cloud/constellation/cas/sha256/e779fca5e3be85efabe2132bdaf87ac852d78187fbbb9e3d9b37eabccafb4e85", ], ) - rpm( - name = "kmod-libs-0__30-2.fc37.x86_64", - sha256 = "73a1a0f041819c1d50501a699945f0121a3b6e1f54df40cd0bf8f94b1b261ef5", + name = "lame-libs-0__3.100-14.fc38.x86_64", + sha256 = "4d9ddeeee4d78490e0b556f7adca1bdee4a97d009d49d2e2ad44d70f2b3200db", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/73a1a0f041819c1d50501a699945f0121a3b6e1f54df40cd0bf8f94b1b261ef5", + "https://cdn.confidential.cloud/constellation/cas/sha256/4d9ddeeee4d78490e0b556f7adca1bdee4a97d009d49d2e2ad44d70f2b3200db", ], ) - rpm( - name = "krb5-libs-0__1.19.2-13.fc37.x86_64", - sha256 = "5f2ffaa4084cb8918d3990ef352dbfdd9ac28d30c2ed2693c1011641199bb369", + name = "langpacks-core-font-en-0__3.0-32.fc38.x86_64", + sha256 = "56f72f1a9e2b939382860e7a8addc5b991475f49caca13de7da1e5ea75bd2118", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5f2ffaa4084cb8918d3990ef352dbfdd9ac28d30c2ed2693c1011641199bb369", + "https://cdn.confidential.cloud/constellation/cas/sha256/56f72f1a9e2b939382860e7a8addc5b991475f49caca13de7da1e5ea75bd2118", ], ) - rpm( - name = "lame-libs-0__3.100-13.fc37.x86_64", - sha256 = "6ac2008512a5d295efff80d0d54a481660147decfd86ef5d1ca89e25ce2795f9", + name = "lcms2-0__2.15-1.fc38.x86_64", + sha256 = "ccddb031d65cf2ff479a8e38df3511a7fa806b7be5e115bdbbf736254fd2b40b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6ac2008512a5d295efff80d0d54a481660147decfd86ef5d1ca89e25ce2795f9", + "https://cdn.confidential.cloud/constellation/cas/sha256/ccddb031d65cf2ff479a8e38df3511a7fa806b7be5e115bdbbf736254fd2b40b", ], ) - rpm( - name = "langpacks-core-font-en-0__3.0-26.fc37.x86_64", - sha256 = "a52ff26d4742ac302a10c68270bf5b63e538b6c0ebca6d5211eeb274c033aa21", + name = "libX11-0__1.8.4-1.fc38.x86_64", + sha256 = "15ba50ff91da7613a3b3424cdd72e3dabbd62a3d74b6726ff9795054691fd895", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a52ff26d4742ac302a10c68270bf5b63e538b6c0ebca6d5211eeb274c033aa21", + "https://cdn.confidential.cloud/constellation/cas/sha256/15ba50ff91da7613a3b3424cdd72e3dabbd62a3d74b6726ff9795054691fd895", ], ) - rpm( - name = "lcms2-0__2.14-1.fc37.x86_64", - sha256 = "75764b4452ec28c6f52d8613a455fa01e6fc493f5b897b5fe3829710603d02c5", + name = "libX11-common-0__1.8.4-1.fc38.x86_64", + sha256 = "c46daaa291c2193e1a9758a50078fe884843de14bc8029ce0c0090104d544451", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/75764b4452ec28c6f52d8613a455fa01e6fc493f5b897b5fe3829710603d02c5", + "https://cdn.confidential.cloud/constellation/cas/sha256/c46daaa291c2193e1a9758a50078fe884843de14bc8029ce0c0090104d544451", ], ) - rpm( - name = "libX11-0__1.8.4-1.fc37.x86_64", - sha256 = "e49e2834b484c6317e551d3ad364f8981c323269465078b511b6cb36fd99d226", + name = "libX11-xcb-0__1.8.4-1.fc38.x86_64", + sha256 = "81c5f503ad73acabed5bcbca53a39782ed9c3f8905dcf572aeb710c5604bcd45", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e49e2834b484c6317e551d3ad364f8981c323269465078b511b6cb36fd99d226", + "https://cdn.confidential.cloud/constellation/cas/sha256/81c5f503ad73acabed5bcbca53a39782ed9c3f8905dcf572aeb710c5604bcd45", ], ) - rpm( - name = "libX11-common-0__1.8.4-1.fc37.x86_64", - sha256 = "9ee693831f05b8fd18dfd86b439d68c184d715762f3feafccca0bd8a0db0ee30", + name = "libXau-0__1.0.11-2.fc38.x86_64", + sha256 = "6adfb391ac7b753e103762a43837276236abbf5771d99ae214290e9423e88bfb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9ee693831f05b8fd18dfd86b439d68c184d715762f3feafccca0bd8a0db0ee30", + "https://cdn.confidential.cloud/constellation/cas/sha256/6adfb391ac7b753e103762a43837276236abbf5771d99ae214290e9423e88bfb", ], ) - rpm( - name = "libX11-xcb-0__1.8.4-1.fc37.x86_64", - sha256 = "522aca73d4cfb7cc404ba656558953d0534791ae626984461460a3bae5c84075", + name = "libXcomposite-0__0.4.5-9.fc38.x86_64", + sha256 = "5f4bfef0759c2bff4eff1f25e1f3fbb5bff65af725e34ce35ab9f90bfd5e9d91", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/522aca73d4cfb7cc404ba656558953d0534791ae626984461460a3bae5c84075", + "https://cdn.confidential.cloud/constellation/cas/sha256/5f4bfef0759c2bff4eff1f25e1f3fbb5bff65af725e34ce35ab9f90bfd5e9d91", ], ) - rpm( - name = "libXau-0__1.0.10-1.fc37.x86_64", - sha256 = "c4000c0086e6db010b9ecbbf7c629970f00b7735e8bc8a731d264fd138d27656", + name = "libXcursor-0__1.2.1-3.fc38.x86_64", + sha256 = "f534bd49d1fb78321e26c048b54d48faf959e82a591202916b1e42de6e5e1252", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c4000c0086e6db010b9ecbbf7c629970f00b7735e8bc8a731d264fd138d27656", + "https://cdn.confidential.cloud/constellation/cas/sha256/f534bd49d1fb78321e26c048b54d48faf959e82a591202916b1e42de6e5e1252", ], ) - rpm( - name = "libXcomposite-0__0.4.5-8.fc37.x86_64", - sha256 = "199937c38646941ce3cf35915f806399ee7610e789396748bfeae45545d39365", + name = "libXdamage-0__1.1.5-9.fc38.x86_64", + sha256 = "d35bfdb0291211c4efd03636866ea4563480214fd101aec4e41a9f842d8b4a9c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/199937c38646941ce3cf35915f806399ee7610e789396748bfeae45545d39365", + "https://cdn.confidential.cloud/constellation/cas/sha256/d35bfdb0291211c4efd03636866ea4563480214fd101aec4e41a9f842d8b4a9c", ], ) - - rpm( - name = "libXcursor-0__1.2.1-2.fc37.x86_64", - sha256 = "bb19773d681f3291c8efc58149ff4662def311b042366b51118aa8143559c6f7", - urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bb19773d681f3291c8efc58149ff4662def311b042366b51118aa8143559c6f7", - ], - ) - rpm( - name = "libXdamage-0__1.1.5-8.fc37.x86_64", - sha256 = "7c4cf6920d9004568c03cfc52dcdd7b688ce263977aea06544a9e632e9d9f6b0", + name = "libXext-0__1.3.5-2.fc38.x86_64", + sha256 = "487f8391033a854782006c4379e6c4e4914656b5d743199a0661c56880446aa0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7c4cf6920d9004568c03cfc52dcdd7b688ce263977aea06544a9e632e9d9f6b0", + "https://cdn.confidential.cloud/constellation/cas/sha256/487f8391033a854782006c4379e6c4e4914656b5d743199a0661c56880446aa0", ], ) - rpm( - name = "libXext-0__1.3.4-9.fc37.x86_64", - sha256 = "66de2c87ae690e8ec21c01749bb0eb223346aedf9f388096441ad5fa21be48db", + name = "libXfixes-0__6.0.0-5.fc38.x86_64", + sha256 = "0f2fe556d3a16d51d662866edc96457ec9ad67cada554afc8d789319e9ba05d6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/66de2c87ae690e8ec21c01749bb0eb223346aedf9f388096441ad5fa21be48db", + "https://cdn.confidential.cloud/constellation/cas/sha256/0f2fe556d3a16d51d662866edc96457ec9ad67cada554afc8d789319e9ba05d6", ], ) - rpm( - name = "libXfixes-0__6.0.0-4.fc37.x86_64", - sha256 = "289e2b9f9f42d7ef2f7fec88cfaf6b7983694aa6b45efff059d2081d47e10088", + name = "libXft-0__2.3.8-2.fc38.x86_64", + sha256 = "51deb78d07056fa601af5e29653137244e08e849c4e2106202adbc1018c8d1ef", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/289e2b9f9f42d7ef2f7fec88cfaf6b7983694aa6b45efff059d2081d47e10088", + "https://cdn.confidential.cloud/constellation/cas/sha256/51deb78d07056fa601af5e29653137244e08e849c4e2106202adbc1018c8d1ef", ], ) - rpm( - name = "libXft-0__2.3.4-3.fc37.x86_64", - sha256 = "a58d00c3352ef14db5c6c69eb30db12aa7c71db10fa783bf9b49681ada35b5f0", + name = "libXi-0__1.8.1-1.fc38.x86_64", + sha256 = "a8d04e730b4a0aaf9316da8e9ab2e416bda3279a61c04b14e7c7257613d16855", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a58d00c3352ef14db5c6c69eb30db12aa7c71db10fa783bf9b49681ada35b5f0", + "https://cdn.confidential.cloud/constellation/cas/sha256/a8d04e730b4a0aaf9316da8e9ab2e416bda3279a61c04b14e7c7257613d16855", ], ) - rpm( - name = "libXi-0__1.8-3.fc37.x86_64", - sha256 = "f62eee892d036e6607e4e204cc2c913c700a68d9eda5633e49198209fa78ca20", + name = "libXinerama-0__1.1.5-2.fc38.x86_64", + sha256 = "c988ffbe8eb0b64aaabc4f5bfded769ba04220c9c0a10d6c6d1611711d1acfe6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f62eee892d036e6607e4e204cc2c913c700a68d9eda5633e49198209fa78ca20", + "https://cdn.confidential.cloud/constellation/cas/sha256/c988ffbe8eb0b64aaabc4f5bfded769ba04220c9c0a10d6c6d1611711d1acfe6", ], ) - - rpm( - name = "libXinerama-0__1.1.4-11.fc37.x86_64", - sha256 = "68f950e6acca043226def1cc1f7310480fc7c897ed1828e739a941a420a8d9b0", - urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/68f950e6acca043226def1cc1f7310480fc7c897ed1828e739a941a420a8d9b0", - ], - ) - - rpm( - name = "libXrandr-0__1.5.2-9.fc37.x86_64", - sha256 = "d852d8dad4ae7e20d1d7f0ce3424634ccccac44c411b85e943e4a26887213f28", - urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d852d8dad4ae7e20d1d7f0ce3424634ccccac44c411b85e943e4a26887213f28", - ], - ) - - rpm( - name = "libXrender-0__0.9.10-17.fc37.x86_64", - sha256 = "15237bfa9681ca8566949d0d70e1f21fb53ff32f6c49b3bd117b641438af72ac", - urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/15237bfa9681ca8566949d0d70e1f21fb53ff32f6c49b3bd117b641438af72ac", - ], - ) - rpm( - name = "libXtst-0__1.2.3-17.fc37.x86_64", - sha256 = "0e47e0a93b1a142868cfd9fb426262fc61b6061b09ce69cc3a7583a4b6faa8e8", + name = "libXrandr-0__1.5.2-10.fc38.x86_64", + sha256 = "b67fd9f12f43f89e7f98edfc8e1ac695ea673c0f9dd7a4bf7afef0ebff4249d6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0e47e0a93b1a142868cfd9fb426262fc61b6061b09ce69cc3a7583a4b6faa8e8", + "https://cdn.confidential.cloud/constellation/cas/sha256/b67fd9f12f43f89e7f98edfc8e1ac695ea673c0f9dd7a4bf7afef0ebff4249d6", ], ) - rpm( - name = "libXv-0__1.0.11-17.fc37.x86_64", - sha256 = "b895e3520db9e89098498282e282d011b446555da28c143c52ab2fa000cce0e7", + name = "libXrender-0__0.9.11-2.fc38.x86_64", + sha256 = "f606d5be4cefddabe67be0cefac437f15295005d24f6695d7d6e7a23b65d0c67", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b895e3520db9e89098498282e282d011b446555da28c143c52ab2fa000cce0e7", + "https://cdn.confidential.cloud/constellation/cas/sha256/f606d5be4cefddabe67be0cefac437f15295005d24f6695d7d6e7a23b65d0c67", ], ) - rpm( - name = "libXxf86vm-0__1.1.4-19.fc37.x86_64", - sha256 = "2830c91a4ab4371c0e6659ed219da65fb036c3902f4a060fca83b06fae6795a3", + name = "libXtst-0__1.2.4-2.fc38.x86_64", + sha256 = "c12c962bd3b37657a597c27a529bcc19c25c66a6964694664f4084e21ab3334b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2830c91a4ab4371c0e6659ed219da65fb036c3902f4a060fca83b06fae6795a3", + "https://cdn.confidential.cloud/constellation/cas/sha256/c12c962bd3b37657a597c27a529bcc19c25c66a6964694664f4084e21ab3334b", ], ) - rpm( - name = "libacl-0__2.3.1-4.fc37.x86_64", - sha256 = "15224cb92199b8011fe47dc12e0bbcdbee0c93e0f29553b3b07ae41768b48ce3", + name = "libXv-0__1.0.11-18.fc38.x86_64", + sha256 = "a2fc989d789b6182346f2c4e5df9ae7abdb862c4a9ca6445a0ce24758b20d6bf", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/15224cb92199b8011fe47dc12e0bbcdbee0c93e0f29553b3b07ae41768b48ce3", + "https://cdn.confidential.cloud/constellation/cas/sha256/a2fc989d789b6182346f2c4e5df9ae7abdb862c4a9ca6445a0ce24758b20d6bf", ], ) - rpm( - name = "libaio-0__0.3.111-14.fc37.x86_64", - sha256 = "d4c8bb3a8bb0c529f49ee7fe6c2100674de6b54837aa29bf0a12e08f08575fdd", + name = "libXxf86vm-0__1.1.5-2.fc38.x86_64", + sha256 = "0ee442b2bba35669ab595d5dc85a32d5aae819ea2a195bc5b1a903fcdc38e8f5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d4c8bb3a8bb0c529f49ee7fe6c2100674de6b54837aa29bf0a12e08f08575fdd", + "https://cdn.confidential.cloud/constellation/cas/sha256/0ee442b2bba35669ab595d5dc85a32d5aae819ea2a195bc5b1a903fcdc38e8f5", ], ) rpm( - name = "libarchive-0__3.6.1-3.fc37.x86_64", - sha256 = "a21c75bf1af2f299b06879592d9eb89a20168d3c5306365438e6403e1d1064ce", + name = "libacl-0__2.3.1-6.fc38.x86_64", + sha256 = "9b093be8a99bfbae03c2f3dd5435fc9508003f7ef21e4280ff72fe814c1d794e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a21c75bf1af2f299b06879592d9eb89a20168d3c5306365438e6403e1d1064ce", + "https://cdn.confidential.cloud/constellation/cas/sha256/9b093be8a99bfbae03c2f3dd5435fc9508003f7ef21e4280ff72fe814c1d794e", ], ) - rpm( - name = "libargon2-0__20190702-1.fc37.x86_64", - sha256 = "bf280bf9e59891bfcb4a987d5df22d6a6d9f60589dd00b790b5a3047a727a40b", + name = "libaio-0__0.3.111-15.fc38.x86_64", + sha256 = "8068b025fe7051320d35257c9ef8aef2dbdcd2adf5a5e3af356a49127173c2ec", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bf280bf9e59891bfcb4a987d5df22d6a6d9f60589dd00b790b5a3047a727a40b", + "https://cdn.confidential.cloud/constellation/cas/sha256/8068b025fe7051320d35257c9ef8aef2dbdcd2adf5a5e3af356a49127173c2ec", ], ) - rpm( - name = "libargon2-devel-0__20190702-1.fc37.x86_64", - sha256 = "0fb322b72ce9a95c09f05a8f94b0bed06c203c4f8a7ffcfd6faeec23134d09e3", + name = "libarchive-0__3.6.1-4.fc38.x86_64", + sha256 = "0d0890dba8274458d068b981164111f554b47632bf9c82d1ec41c14697f2b4af", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0fb322b72ce9a95c09f05a8f94b0bed06c203c4f8a7ffcfd6faeec23134d09e3", + "https://cdn.confidential.cloud/constellation/cas/sha256/0d0890dba8274458d068b981164111f554b47632bf9c82d1ec41c14697f2b4af", ], ) rpm( - name = "libasyncns-0__0.8-23.fc37.x86_64", - sha256 = "b80826e69554a444a8aa187d0ac9f82c7118f02f8aa280729effb80311615af5", + name = "libargon2-0__20190702-2.fc38.x86_64", + sha256 = "dd044973c572e64f505f3d00482249b2b4d71369babb5395a22861fd55b21d79", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b80826e69554a444a8aa187d0ac9f82c7118f02f8aa280729effb80311615af5", + "https://cdn.confidential.cloud/constellation/cas/sha256/dd044973c572e64f505f3d00482249b2b4d71369babb5395a22861fd55b21d79", ], ) - rpm( - name = "libattr-0__2.5.1-5.fc37.x86_64", - sha256 = "3a423be562953538eaa0d1e78ef35890396cdf1ad89561c619aa72d3a59bfb82", + name = "libargon2-devel-0__20190702-2.fc38.x86_64", + sha256 = "3ff6a13db55b4850c0a16ad2912354bb899fa3afc6512c22ccced2a7c2ece03a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3a423be562953538eaa0d1e78ef35890396cdf1ad89561c619aa72d3a59bfb82", + "https://cdn.confidential.cloud/constellation/cas/sha256/3ff6a13db55b4850c0a16ad2912354bb899fa3afc6512c22ccced2a7c2ece03a", ], ) - rpm( - name = "libb2-0__0.98.1-7.fc37.x86_64", - sha256 = "da6c0a039fb7e2ce0b324c758757c6482c2683f2ff7bd7f9b06cd625d0fae17a", + name = "libasyncns-0__0.8-24.fc38.x86_64", + sha256 = "1e0717d82bd42f18dac15803059da2d0b4434de9b1733905f1b8c32b64ac37ce", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/da6c0a039fb7e2ce0b324c758757c6482c2683f2ff7bd7f9b06cd625d0fae17a", + "https://cdn.confidential.cloud/constellation/cas/sha256/1e0717d82bd42f18dac15803059da2d0b4434de9b1733905f1b8c32b64ac37ce", ], ) rpm( - name = "libbasicobjects-0__0.1.1-52.fc37.x86_64", - sha256 = "364011baa5e293baae2e60992fd1241f6c822d7c7e48c259d3e6abb0530036af", + name = "libattr-0__2.5.1-6.fc38.x86_64", + sha256 = "d78d7bc485f099bb08c9de55dd12ea6a984b948face1f947de6ec805663a96c5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/364011baa5e293baae2e60992fd1241f6c822d7c7e48c259d3e6abb0530036af", + "https://cdn.confidential.cloud/constellation/cas/sha256/d78d7bc485f099bb08c9de55dd12ea6a984b948face1f947de6ec805663a96c5", ], ) - rpm( - name = "libblkid-0__2.38.1-1.fc37.x86_64", - sha256 = "b0388d1a529bf6b54ca648e91529b1e7790e6aaa42e0ac2b7be6640e4f24a21d", + name = "libb2-0__0.98.1-8.fc38.x86_64", + sha256 = "9e73a2b591ebf2915bfbe7f9479498a73c982a4c74e96cc555930022e3ef0aba", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b0388d1a529bf6b54ca648e91529b1e7790e6aaa42e0ac2b7be6640e4f24a21d", + "https://cdn.confidential.cloud/constellation/cas/sha256/9e73a2b591ebf2915bfbe7f9479498a73c982a4c74e96cc555930022e3ef0aba", ], ) - rpm( - name = "libblkid-devel-0__2.38.1-1.fc37.x86_64", - sha256 = "fab8830fa105d51f04582d19c6fc841b7f64e1d29e96041e5ceda1fbe211db40", + name = "libbasicobjects-0__0.1.1-53.fc38.x86_64", + sha256 = "52678fdc28452ecec93ac13d4b137b65f71e8132cb4b73474e28a9cd50d444eb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fab8830fa105d51f04582d19c6fc841b7f64e1d29e96041e5ceda1fbe211db40", + "https://cdn.confidential.cloud/constellation/cas/sha256/52678fdc28452ecec93ac13d4b137b65f71e8132cb4b73474e28a9cd50d444eb", ], ) rpm( - name = "libbpf-2__0.8.0-2.fc37.x86_64", - sha256 = "3722422d69b3fcfc2d1b0e263051aa94c3fed6b89a709b1f1b4ff6627e114c0a", + name = "libblkid-0__2.38.1-4.fc38.x86_64", + sha256 = "21b5a1a024c2d1877d2b7271fd3f82424eb0bd6b95395ad3a3dae5776eec8714", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3722422d69b3fcfc2d1b0e263051aa94c3fed6b89a709b1f1b4ff6627e114c0a", + "https://cdn.confidential.cloud/constellation/cas/sha256/21b5a1a024c2d1877d2b7271fd3f82424eb0bd6b95395ad3a3dae5776eec8714", ], ) - rpm( - name = "libbrotli-0__1.0.9-9.fc37.x86_64", - sha256 = "2a8b12086461425c602dd65443a6430b11a73580378f43e207f34346162f3050", + name = "libblkid-devel-0__2.38.1-4.fc38.x86_64", + sha256 = "807a7f7d04fba75790ba6c8068deb36f2f9238a5ad3b787b985500102e667e9e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2a8b12086461425c602dd65443a6430b11a73580378f43e207f34346162f3050", + "https://cdn.confidential.cloud/constellation/cas/sha256/807a7f7d04fba75790ba6c8068deb36f2f9238a5ad3b787b985500102e667e9e", ], ) - rpm( - name = "libcacard-3__2.8.1-3.fc37.x86_64", - sha256 = "fd8c61ebb2e64564438a89484fe86d48f485c2bf80dadce20659c659e7b41a69", + name = "libblkio-0__1.2.2-3.fc38.x86_64", + sha256 = "a529ec22202caf5ee6f7b1df674940df1e196d3ec04e45bc1555d1340b88e1aa", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fd8c61ebb2e64564438a89484fe86d48f485c2bf80dadce20659c659e7b41a69", + "https://cdn.confidential.cloud/constellation/cas/sha256/a529ec22202caf5ee6f7b1df674940df1e196d3ec04e45bc1555d1340b88e1aa", ], ) - rpm( - name = "libcap-0__2.48-5.fc37.x86_64", - sha256 = "aa22373907b6ff9fa3d2f7d9e33a9bdefc9ac50486f2dac5251ac4e206a8a61d", + name = "libbpf-2__1.1.0-2.fc38.x86_64", + sha256 = "8079443881e764cece2f8f6789b39ebbe43226cde61675bdfae5a5a18a439b5f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/aa22373907b6ff9fa3d2f7d9e33a9bdefc9ac50486f2dac5251ac4e206a8a61d", + "https://cdn.confidential.cloud/constellation/cas/sha256/8079443881e764cece2f8f6789b39ebbe43226cde61675bdfae5a5a18a439b5f", ], ) - rpm( - name = "libcap-ng-0__0.8.3-3.fc37.x86_64", - sha256 = "bcca8a17ae16f9f1c8664f9f54e8f2178f028821f6802ebf33cdcd2d4289bf7f", + name = "libbrotli-0__1.0.9-11.fc38.x86_64", + sha256 = "bdd3f5e8edc77ce3e183134535ec838f033ed3bf0e6802e864c0a6c5fc94b22d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bcca8a17ae16f9f1c8664f9f54e8f2178f028821f6802ebf33cdcd2d4289bf7f", + "https://cdn.confidential.cloud/constellation/cas/sha256/bdd3f5e8edc77ce3e183134535ec838f033ed3bf0e6802e864c0a6c5fc94b22d", ], ) - rpm( - name = "libcloudproviders-0__0.3.1-6.fc37.x86_64", - sha256 = "f5c756e13527266933c30c9f0cf04572e6b5415d7213d775200dd78e45173274", + name = "libcacard-3__2.8.1-4.fc38.x86_64", + sha256 = "ef35d559fc653efd0a9dcf65188736aa8b5fa3497fc08d9ac4a14850c18de471", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f5c756e13527266933c30c9f0cf04572e6b5415d7213d775200dd78e45173274", + "https://cdn.confidential.cloud/constellation/cas/sha256/ef35d559fc653efd0a9dcf65188736aa8b5fa3497fc08d9ac4a14850c18de471", ], ) rpm( - name = "libcollection-0__0.7.0-52.fc37.x86_64", - sha256 = "32e67e6a70e493c52515626820cef9d3df6457f111004483fe6a8657255f4ba7", + name = "libcap-0__2.48-6.fc38.x86_64", + sha256 = "b6a2b3872182fe877fcd1dd85ef66282fdeec79fab87157327c9fc6cbd80ab15", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/32e67e6a70e493c52515626820cef9d3df6457f111004483fe6a8657255f4ba7", + "https://cdn.confidential.cloud/constellation/cas/sha256/b6a2b3872182fe877fcd1dd85ef66282fdeec79fab87157327c9fc6cbd80ab15", ], ) rpm( - name = "libcom_err-0__1.46.5-3.fc37.x86_64", - sha256 = "e98643b3299e5a5b9b1e85a0763b567035f1d83164b3b9a4629fd23467667464", + name = "libcap-ng-0__0.8.3-5.fc38.x86_64", + sha256 = "1e0bee6fd4e234796795cd45185b250d8cf894aef0bb95f2793d9453246e1a4a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e98643b3299e5a5b9b1e85a0763b567035f1d83164b3b9a4629fd23467667464", + "https://cdn.confidential.cloud/constellation/cas/sha256/1e0bee6fd4e234796795cd45185b250d8cf894aef0bb95f2793d9453246e1a4a", ], ) - rpm( - name = "libconfig-0__1.7.3-4.fc37.x86_64", - sha256 = "fddb1f157125626cdb33e56d53e6c167899681f6ea77224951a0ab94a2e83e45", + name = "libcloudproviders-0__0.3.1-7.fc38.x86_64", + sha256 = "b94bd98dbc779000ebe658be0b57a073d16184d8599bba54bd3591396963fdd4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fddb1f157125626cdb33e56d53e6c167899681f6ea77224951a0ab94a2e83e45", + "https://cdn.confidential.cloud/constellation/cas/sha256/b94bd98dbc779000ebe658be0b57a073d16184d8599bba54bd3591396963fdd4", ], ) - rpm( - name = "libcurl-0__7.85.0-8.fc37.x86_64", - sha256 = "43e8a4e927d64daa9733f6c761a66715849ac3da3a9aed9eefdfcc2228510a5f", + name = "libcollection-0__0.7.0-53.fc38.x86_64", + sha256 = "27d5bdf6f2655bd2a286636796d7498a905a54e57e78868903ad0f83aba47599", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/43e8a4e927d64daa9733f6c761a66715849ac3da3a9aed9eefdfcc2228510a5f", + "https://cdn.confidential.cloud/constellation/cas/sha256/27d5bdf6f2655bd2a286636796d7498a905a54e57e78868903ad0f83aba47599", ], ) rpm( - name = "libcurl-minimal-0__7.85.0-8.fc37.x86_64", - sha256 = "bb0460b195694c78a58e83ab54268a41cc10f9655ac465d4d0588a5c19a35ab1", + name = "libcom_err-0__1.46.5-4.fc38.x86_64", + sha256 = "4ed3e7b6b0727b86ae9af17bd4839c06762a417a263a5d22eb7fcb39714bb480", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bb0460b195694c78a58e83ab54268a41cc10f9655ac465d4d0588a5c19a35ab1", + "https://cdn.confidential.cloud/constellation/cas/sha256/4ed3e7b6b0727b86ae9af17bd4839c06762a417a263a5d22eb7fcb39714bb480", ], ) - rpm( - name = "libdatrie-0__0.2.13-4.fc37.x86_64", - sha256 = "8229f330ea5e220b5ddb7b047b6ec998ee4a4d62002568dbfc9f8c4ac9341ec0", + name = "libconfig-0__1.7.3-5.fc38.x86_64", + sha256 = "d420ce8d4d3a269a611a82748ae4f80720dc563565e3473f06f123ac280d1b5c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8229f330ea5e220b5ddb7b047b6ec998ee4a4d62002568dbfc9f8c4ac9341ec0", + "https://cdn.confidential.cloud/constellation/cas/sha256/d420ce8d4d3a269a611a82748ae4f80720dc563565e3473f06f123ac280d1b5c", ], ) rpm( - name = "libdb-0__5.3.28-53.fc37.x86_64", - sha256 = "e89a4a620d5531f30b895694134a982fa37615b3f61c59a21ede6e64a096c5cd", + name = "libcurl-minimal-0__8.0.1-2.fc38.x86_64", + sha256 = "fdee60e5fe219d0f53de987a4c773b36a35a377f301a07f10d08bdf88390d849", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e89a4a620d5531f30b895694134a982fa37615b3f61c59a21ede6e64a096c5cd", + "https://cdn.confidential.cloud/constellation/cas/sha256/fdee60e5fe219d0f53de987a4c773b36a35a377f301a07f10d08bdf88390d849", ], ) - rpm( - name = "libdrm-0__2.4.114-1.fc37.x86_64", - sha256 = "955093d44c37476f34a65d9b13c36aec45bfd3e366ad224581547b13e97bd3a9", + name = "libdatrie-0__0.2.13-5.fc38.x86_64", + sha256 = "3fa854ea46f3707087f4fa29d6be103ff1cd8e0a9146ba9431e86d8b90243064", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/955093d44c37476f34a65d9b13c36aec45bfd3e366ad224581547b13e97bd3a9", + "https://cdn.confidential.cloud/constellation/cas/sha256/3fa854ea46f3707087f4fa29d6be103ff1cd8e0a9146ba9431e86d8b90243064", ], ) rpm( - name = "libeconf-0__0.4.0-4.fc37.x86_64", - sha256 = "f0cc1addee779f09aade289e3be4e9bd103a274a6bdf11f8331878686f432653", + name = "libdb-0__5.3.28-55.fc38.x86_64", + sha256 = "d7030af9e9e0dd9afc5b9ee02839c94757d6a4f8ebd3b21e6d81ba6141a76d46", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f0cc1addee779f09aade289e3be4e9bd103a274a6bdf11f8331878686f432653", + "https://cdn.confidential.cloud/constellation/cas/sha256/d7030af9e9e0dd9afc5b9ee02839c94757d6a4f8ebd3b21e6d81ba6141a76d46", ], ) - rpm( - name = "libedit-0__3.1-43.20221009cvs.fc37.x86_64", - sha256 = "7e128e732af0a53585a9cdae8975c423f3079f57ada4374b4d797ef51cae9ce7", + name = "libdrm-0__2.4.114-2.fc38.x86_64", + sha256 = "b7db656f5515d7b608224e197b71a7d6330711cb6de60c1287ea241bfa67c90c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7e128e732af0a53585a9cdae8975c423f3079f57ada4374b4d797ef51cae9ce7", + "https://cdn.confidential.cloud/constellation/cas/sha256/b7db656f5515d7b608224e197b71a7d6330711cb6de60c1287ea241bfa67c90c", ], ) rpm( - name = "libepoxy-0__1.5.10-2.fc37.x86_64", - sha256 = "06e9ae0b5d260cd66c21b663eecfef618c2fdd8aa2de314793d96c822b09a183", + name = "libeconf-0__0.4.0-5.fc38.x86_64", + sha256 = "6e57ebf25ad25e7a6809aa0d99b5692598fb009a5438e90a2005f9fae5fd3b13", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/06e9ae0b5d260cd66c21b663eecfef618c2fdd8aa2de314793d96c822b09a183", + "https://cdn.confidential.cloud/constellation/cas/sha256/6e57ebf25ad25e7a6809aa0d99b5692598fb009a5438e90a2005f9fae5fd3b13", ], ) - rpm( - name = "libevent-0__2.1.12-7.fc37.x86_64", - sha256 = "eac9405b6177c4778d772b61ef03a5cd571e2ce6ea337929a1e8a10e80422ba7", + name = "libedit-0__3.1-45.20221030cvs.fc38.x86_64", + sha256 = "974a64a10a3021de8a440ff4810a720f738951abd5bb944110cb9355d4ae8fa8", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/eac9405b6177c4778d772b61ef03a5cd571e2ce6ea337929a1e8a10e80422ba7", + "https://cdn.confidential.cloud/constellation/cas/sha256/974a64a10a3021de8a440ff4810a720f738951abd5bb944110cb9355d4ae8fa8", ], ) - rpm( - name = "libfdisk-0__2.38.1-1.fc37.x86_64", - sha256 = "7a4bd1f4975a52fc201c9bc978f155dcb97212cb970210525d903b03644a713d", + name = "libepoxy-0__1.5.10-3.fc38.x86_64", + sha256 = "ac76a31b89680524c699999ca5ddaf0d97abc88e54e92885626aeb70681177e4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7a4bd1f4975a52fc201c9bc978f155dcb97212cb970210525d903b03644a713d", + "https://cdn.confidential.cloud/constellation/cas/sha256/ac76a31b89680524c699999ca5ddaf0d97abc88e54e92885626aeb70681177e4", ], ) rpm( - name = "libfdt-0__1.6.1-5.fc37.x86_64", - sha256 = "4a7f47d967d7884439590b5b1a9145dc68e15a201f648b57e3b5f38ada09ea9c", + name = "libevent-0__2.1.12-8.fc38.x86_64", + sha256 = "e9741c40e94cf45bdc699b950c238646c2d56b3ee7984e748b94d8e6f87ba3cd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4a7f47d967d7884439590b5b1a9145dc68e15a201f648b57e3b5f38ada09ea9c", + "https://cdn.confidential.cloud/constellation/cas/sha256/e9741c40e94cf45bdc699b950c238646c2d56b3ee7984e748b94d8e6f87ba3cd", ], ) rpm( - name = "libffado-0__2.4.7-1.fc37.x86_64", - sha256 = "08261c7e212c5758b39f2220175e1b1ee05b7030459d029e5b1fcdd435321025", + name = "libfdisk-0__2.38.1-4.fc38.x86_64", + sha256 = "2fb7ee2d94f7ee34cff49ab28659c07b075ed67ac147f817e19d8ee8e0adbc9c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/08261c7e212c5758b39f2220175e1b1ee05b7030459d029e5b1fcdd435321025", + "https://cdn.confidential.cloud/constellation/cas/sha256/2fb7ee2d94f7ee34cff49ab28659c07b075ed67ac147f817e19d8ee8e0adbc9c", ], ) - rpm( - name = "libffi-0__3.4.4-1.fc37.x86_64", - sha256 = "66bae5662d9287e769f5d8b7f723d45eb19f2902d912be40bf9e5dd8d5c68067", + name = "libfdt-0__1.6.1-7.fc38.x86_64", + sha256 = "934838feba3ed7bd505885a4f89a2de09812a99d53c2372494495265a34846ea", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/66bae5662d9287e769f5d8b7f723d45eb19f2902d912be40bf9e5dd8d5c68067", + "https://cdn.confidential.cloud/constellation/cas/sha256/934838feba3ed7bd505885a4f89a2de09812a99d53c2372494495265a34846ea", ], ) - rpm( - name = "libgcc-0__12.2.1-4.fc37.x86_64", - sha256 = "25299b673e7488f538c6d0433ea7fe0ffc8311e41dd7115b5985145e493e4b05", + name = "libffado-0__2.4.7-1.fc38.x86_64", + sha256 = "63a884c9c96f59ea78ed93b2a3028a844ce4c6595b53835d85c0c2c94e48242b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/25299b673e7488f538c6d0433ea7fe0ffc8311e41dd7115b5985145e493e4b05", + "https://cdn.confidential.cloud/constellation/cas/sha256/63a884c9c96f59ea78ed93b2a3028a844ce4c6595b53835d85c0c2c94e48242b", ], ) rpm( - name = "libgcrypt-0__1.10.1-4.fc37.x86_64", - sha256 = "ca802ad5d10b2728ba10bf98bb16796585d69ec775f5452b3a43718e07c4667a", + name = "libffi-0__3.4.4-2.fc38.x86_64", + sha256 = "098e8ba05482205c70c3510907da71819faf5d40b588f865ad2a77d6eaf4af09", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ca802ad5d10b2728ba10bf98bb16796585d69ec775f5452b3a43718e07c4667a", + "https://cdn.confidential.cloud/constellation/cas/sha256/098e8ba05482205c70c3510907da71819faf5d40b588f865ad2a77d6eaf4af09", ], ) rpm( - name = "libgfapi0-0__10.3-1.fc37.x86_64", - sha256 = "ae0f00c055fc9d9da0190ef4f3229f870380cf9cce1a0c78b842b99120b1f020", + name = "libgcc-0__13.1.1-2.fc38.x86_64", + sha256 = "e3e7c19626666ff545cd74c0cd854696005f3d7d0b4eb1d1c1ac60404188d981", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ae0f00c055fc9d9da0190ef4f3229f870380cf9cce1a0c78b842b99120b1f020", + "https://cdn.confidential.cloud/constellation/cas/sha256/e3e7c19626666ff545cd74c0cd854696005f3d7d0b4eb1d1c1ac60404188d981", ], ) - rpm( - name = "libgfrpc0-0__10.3-1.fc37.x86_64", - sha256 = "bf19b3e14fbbe4b93a4c8c852406d6cc58c225f5732432a4998eb01008657ad8", + name = "libgcrypt-0__1.10.2-1.fc38.x86_64", + sha256 = "ef4b2686134e6be036755ee093aad43eb0ce4a4c84c93a2defb755cfeb398754", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bf19b3e14fbbe4b93a4c8c852406d6cc58c225f5732432a4998eb01008657ad8", + "https://cdn.confidential.cloud/constellation/cas/sha256/ef4b2686134e6be036755ee093aad43eb0ce4a4c84c93a2defb755cfeb398754", ], ) - rpm( - name = "libgfxdr0-0__10.3-1.fc37.x86_64", - sha256 = "619c7bfecd84efec749336e35d9479c8deea133dfb56fef31bb4674f80c093e9", + name = "libgfapi0-0__11.0-2.fc38.x86_64", + sha256 = "45b7f6904aa0399cdc0046b40e8de6620edaded3fef6367af4ce69e402dd7eaa", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/619c7bfecd84efec749336e35d9479c8deea133dfb56fef31bb4674f80c093e9", + "https://cdn.confidential.cloud/constellation/cas/sha256/45b7f6904aa0399cdc0046b40e8de6620edaded3fef6367af4ce69e402dd7eaa", ], ) - rpm( - name = "libglusterd0-0__10.3-1.fc37.x86_64", - sha256 = "da498d0c5c617df26aab01b06e7b2db213bc7353ed5704600e63e30f165b915f", + name = "libgfrpc0-0__11.0-2.fc38.x86_64", + sha256 = "de00c261b04e48cd017da85ed7c8409574ed098a4f30c66444598784460bd0a8", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/da498d0c5c617df26aab01b06e7b2db213bc7353ed5704600e63e30f165b915f", + "https://cdn.confidential.cloud/constellation/cas/sha256/de00c261b04e48cd017da85ed7c8409574ed098a4f30c66444598784460bd0a8", ], ) - rpm( - name = "libglusterfs0-0__10.3-1.fc37.x86_64", - sha256 = "bf043596ba81d4062322119ed93ec3e0aaa1e9eb87b4aedf2525f273d6b9d0c2", + name = "libgfxdr0-0__11.0-2.fc38.x86_64", + sha256 = "829394cd77201e962cc5bd55771e9d802993b22f93f02b332e85b13a32ab9786", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bf043596ba81d4062322119ed93ec3e0aaa1e9eb87b4aedf2525f273d6b9d0c2", + "https://cdn.confidential.cloud/constellation/cas/sha256/829394cd77201e962cc5bd55771e9d802993b22f93f02b332e85b13a32ab9786", ], ) - rpm( - name = "libglvnd-1__1.5.0-1.fc37.x86_64", - sha256 = "f5fdd595b4aad94b00695cbe1fded7306588e1c5407fe8ff048e47ea7bfff819", + name = "libglusterfs0-0__11.0-2.fc38.x86_64", + sha256 = "79cc5a0e0fd8a2a678c2da2dad6f4e72fb386ca74b9b7f76ea575d69b19c81e6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f5fdd595b4aad94b00695cbe1fded7306588e1c5407fe8ff048e47ea7bfff819", + "https://cdn.confidential.cloud/constellation/cas/sha256/79cc5a0e0fd8a2a678c2da2dad6f4e72fb386ca74b9b7f76ea575d69b19c81e6", ], ) - rpm( - name = "libglvnd-egl-1__1.5.0-1.fc37.x86_64", - sha256 = "e6e8511c0b2fbee6036fab88778ea75ca1e3d17e813043a80fbd02a614aa9702", + name = "libglvnd-1__1.6.0-2.fc38.x86_64", + sha256 = "2ef7a7cbab0e48206f4299edfd4d3226bf5d8c35153e74132ef8abdae7fb4a16", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e6e8511c0b2fbee6036fab88778ea75ca1e3d17e813043a80fbd02a614aa9702", + "https://cdn.confidential.cloud/constellation/cas/sha256/2ef7a7cbab0e48206f4299edfd4d3226bf5d8c35153e74132ef8abdae7fb4a16", ], ) - rpm( - name = "libglvnd-glx-1__1.5.0-1.fc37.x86_64", - sha256 = "5faee12d35d66511484d563b996eea8cdc539de63b008e0193e99bb199ac8506", + name = "libglvnd-egl-1__1.6.0-2.fc38.x86_64", + sha256 = "aecb7afdef1466b15b84d1c2e56afbecf1b9c45698d81d19f518f3b88f68fb7c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5faee12d35d66511484d563b996eea8cdc539de63b008e0193e99bb199ac8506", + "https://cdn.confidential.cloud/constellation/cas/sha256/aecb7afdef1466b15b84d1c2e56afbecf1b9c45698d81d19f518f3b88f68fb7c", ], ) - rpm( - name = "libgomp-0__12.2.1-4.fc37.x86_64", - sha256 = "3f2da924fd5168b4f31f56895eb80691778319bf85e408ff02a5ac6714f02f50", + name = "libglvnd-glx-1__1.6.0-2.fc38.x86_64", + sha256 = "276750555cd24a57a46c56371a659d04bcaa41fdc2acb594fff64664a5a62ac6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3f2da924fd5168b4f31f56895eb80691778319bf85e408ff02a5ac6714f02f50", + "https://cdn.confidential.cloud/constellation/cas/sha256/276750555cd24a57a46c56371a659d04bcaa41fdc2acb594fff64664a5a62ac6", ], ) - rpm( - name = "libgpg-error-0__1.46-1.fc37.x86_64", - sha256 = "bfa65a9946b2547110994855d168e4434313ad26280cb935c19bb88d2af283d2", + name = "libgomp-0__13.1.1-2.fc38.x86_64", + sha256 = "3b72fe2b2c48226ef90c88920d64a734df584c68d04d10b48bc8a67471a8a627", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bfa65a9946b2547110994855d168e4434313ad26280cb935c19bb88d2af283d2", + "https://cdn.confidential.cloud/constellation/cas/sha256/3b72fe2b2c48226ef90c88920d64a734df584c68d04d10b48bc8a67471a8a627", ], ) - rpm( - name = "libgudev-0__237-3.fc37.x86_64", - sha256 = "0bd6b3f97c370399de8aad7e37d1195d3be5f3aa66c3ab4c83eeb42e4cde23ac", + name = "libgpg-error-0__1.47-1.fc38.x86_64", + sha256 = "40b98bdd00b44fbf808df1d653ecf0f0ed8549643d52b68da2455c5a878f0021", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0bd6b3f97c370399de8aad7e37d1195d3be5f3aa66c3ab4c83eeb42e4cde23ac", + "https://cdn.confidential.cloud/constellation/cas/sha256/40b98bdd00b44fbf808df1d653ecf0f0ed8549643d52b68da2455c5a878f0021", ], ) - rpm( - name = "libgusb-0__0.4.5-1.fc37.x86_64", - sha256 = "72a3402b893b97af55f8f96668967ea02c3eae5b1910f16d71af4893e1072584", + name = "libgudev-0__237-4.fc38.x86_64", + sha256 = "9a66e83aeac66f4eee8c1a155ba7d8e968c7dda692dae91b1e20339cf77790cc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/72a3402b893b97af55f8f96668967ea02c3eae5b1910f16d71af4893e1072584", + "https://cdn.confidential.cloud/constellation/cas/sha256/9a66e83aeac66f4eee8c1a155ba7d8e968c7dda692dae91b1e20339cf77790cc", ], ) - rpm( - name = "libibverbs-0__41.0-1.fc37.x86_64", - sha256 = "58fc922b01b99cf99809121ca2d3134853a5cc06ec5b8b5f6a0de7eec5c12202", + name = "libgusb-0__0.4.5-1.fc38.x86_64", + sha256 = "827891e774fa64f898d0201a497c7b75d6d612843d703b8776e933490f96cb80", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/58fc922b01b99cf99809121ca2d3134853a5cc06ec5b8b5f6a0de7eec5c12202", + "https://cdn.confidential.cloud/constellation/cas/sha256/827891e774fa64f898d0201a497c7b75d6d612843d703b8776e933490f96cb80", ], ) - rpm( - name = "libicu-0__71.1-2.fc37.x86_64", - sha256 = "d1a35de9152869803d6667926c330f7e0bffdb52c0d513ee0f3ecdc25f289aff", + name = "libibverbs-0__44.0-3.fc38.x86_64", + sha256 = "9f2059c5d699f3dd2337f0872968123a06cf56b9f349d58bd64a5ef22a9815b4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d1a35de9152869803d6667926c330f7e0bffdb52c0d513ee0f3ecdc25f289aff", + "https://cdn.confidential.cloud/constellation/cas/sha256/9f2059c5d699f3dd2337f0872968123a06cf56b9f349d58bd64a5ef22a9815b4", ], ) - rpm( - name = "libidn2-0__2.3.4-1.fc37.x86_64", - sha256 = "e32e2ab71cfb0bedb84611251987db7acdf665917864be335d0786ea6bbd02b4", + name = "libicu-0__72.1-2.fc38.x86_64", + sha256 = "13d8977b7c978500596a1c5c64802f6ffc8663819794d463956ff6781681120b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e32e2ab71cfb0bedb84611251987db7acdf665917864be335d0786ea6bbd02b4", + "https://cdn.confidential.cloud/constellation/cas/sha256/13d8977b7c978500596a1c5c64802f6ffc8663819794d463956ff6781681120b", ], ) rpm( - name = "libiec61883-0__1.2.0-30.fc37.x86_64", - sha256 = "2d330c8128822a82a121b1e80aa1743a79f56dcebd19da170c158542706febe7", + name = "libidn2-0__2.3.4-2.fc38.x86_64", + sha256 = "d3416e2b6c7565d7a607225d86b556398827316ae7ce43280b82630f0a022bc0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2d330c8128822a82a121b1e80aa1743a79f56dcebd19da170c158542706febe7", + "https://cdn.confidential.cloud/constellation/cas/sha256/d3416e2b6c7565d7a607225d86b556398827316ae7ce43280b82630f0a022bc0", ], ) - rpm( - name = "libini_config-0__1.3.1-52.fc37.x86_64", - sha256 = "adf559f274af1e1a4facb1cc93e3840e83ba429513df55bdb79baa6508423e42", + name = "libiec61883-0__1.2.0-31.fc38.x86_64", + sha256 = "c18bf8c15cf0db0e43ab1bae3f436227145d42fdceba510d6896753e79bd4ce0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/adf559f274af1e1a4facb1cc93e3840e83ba429513df55bdb79baa6508423e42", + "https://cdn.confidential.cloud/constellation/cas/sha256/c18bf8c15cf0db0e43ab1bae3f436227145d42fdceba510d6896753e79bd4ce0", ], ) - rpm( - name = "libiscsi-0__1.19.0-6.fc37.x86_64", - sha256 = "dc07d9cc6559510f6e7100894a075b061e99caa9d6bb79532f75f007dc9b4f6d", + name = "libini_config-0__1.3.1-53.fc38.x86_64", + sha256 = "dab788633eb3b4abcda75b3da6042ed7f06d68643b314e3363c36a29085c2fc1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/dc07d9cc6559510f6e7100894a075b061e99caa9d6bb79532f75f007dc9b4f6d", + "https://cdn.confidential.cloud/constellation/cas/sha256/dab788633eb3b4abcda75b3da6042ed7f06d68643b314e3363c36a29085c2fc1", ], ) - rpm( - name = "libjpeg-turbo-0__2.1.3-2.fc37.x86_64", - sha256 = "a7934e081a697ca28f8ff83b973b33299c7127cdec8d4102128ab9ea69d172f4", + name = "libiscsi-0__1.19.0-7.fc38.x86_64", + sha256 = "d57852324a31b11da67b68de88316a76142631976ff9786fca4624d3e5d34a6c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a7934e081a697ca28f8ff83b973b33299c7127cdec8d4102128ab9ea69d172f4", + "https://cdn.confidential.cloud/constellation/cas/sha256/d57852324a31b11da67b68de88316a76142631976ff9786fca4624d3e5d34a6c", ], ) - rpm( - name = "libjxl-1__0.7.0-5.fc37.x86_64", - sha256 = "61f50efc5bbc076ac1c4a179b6a20905cf911174453eb15a07ec8ffd451c4f20", + name = "libjpeg-turbo-0__2.1.4-2.fc38.x86_64", + sha256 = "8842d6398bcf9e488369ff4eb63c879df8472ccf2219e742ec32f827f004a683", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/61f50efc5bbc076ac1c4a179b6a20905cf911174453eb15a07ec8ffd451c4f20", + "https://cdn.confidential.cloud/constellation/cas/sha256/8842d6398bcf9e488369ff4eb63c879df8472ccf2219e742ec32f827f004a683", ], ) - rpm( - name = "libmnl-0__1.0.5-1.fc37.x86_64", - sha256 = "d6aa832d8cc2c70fe044fec76c5769f282a0c2c92749591e96b7d2e6053393eb", + name = "libjxl-1__0.7.0-6.fc38.x86_64", + sha256 = "3dffeb49f059f02f6dee914742b595e5335889d2e6a29a235cbf08771746a2aa", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d6aa832d8cc2c70fe044fec76c5769f282a0c2c92749591e96b7d2e6053393eb", + "https://cdn.confidential.cloud/constellation/cas/sha256/3dffeb49f059f02f6dee914742b595e5335889d2e6a29a235cbf08771746a2aa", ], ) - rpm( - name = "libmount-0__2.38.1-1.fc37.x86_64", - sha256 = "50c304faa94d7959e5cbc0642b3c77539ad000042e6617ea5da4789c8105496f", + name = "libmnl-0__1.0.5-2.fc38.x86_64", + sha256 = "729b80bbf6ca427c21dd28d1f7029b736dc42f3f4f0c43d322ddfa168bc2ce9b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/50c304faa94d7959e5cbc0642b3c77539ad000042e6617ea5da4789c8105496f", + "https://cdn.confidential.cloud/constellation/cas/sha256/729b80bbf6ca427c21dd28d1f7029b736dc42f3f4f0c43d322ddfa168bc2ce9b", ], ) rpm( - name = "libnetfilter_conntrack-0__1.0.8-5.fc37.x86_64", - sha256 = "7e5767c70bc9f6429b6e9a66ce2cb75e90eea0d9a48392e1e9eb54480fcabd8b", + name = "libmount-0__2.38.1-4.fc38.x86_64", + sha256 = "14541cda2a4516ad6a17f46be6b7ad85ef5f6508d36f209f2ba7bd45bc1504e2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7e5767c70bc9f6429b6e9a66ce2cb75e90eea0d9a48392e1e9eb54480fcabd8b", + "https://cdn.confidential.cloud/constellation/cas/sha256/14541cda2a4516ad6a17f46be6b7ad85ef5f6508d36f209f2ba7bd45bc1504e2", ], ) - rpm( - name = "libnfnetlink-0__1.0.1-22.fc37.x86_64", - sha256 = "44e396c693edeea0a6db316428af4bd7b2c0df41ce562e2f951b871b70a10bc9", + name = "libnetfilter_conntrack-0__1.0.8-7.fc38.x86_64", + sha256 = "bcd0820949cafece875dc7fcaa6960c95859adc03ddcc7e9ae4ca5b13849c34e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/44e396c693edeea0a6db316428af4bd7b2c0df41ce562e2f951b871b70a10bc9", + "https://cdn.confidential.cloud/constellation/cas/sha256/bcd0820949cafece875dc7fcaa6960c95859adc03ddcc7e9ae4ca5b13849c34e", ], ) - rpm( - name = "libnfs-0__4.0.0-7.fc37.x86_64", - sha256 = "2323edb5a7252d2c3c91182a8f329718e99ebc90f046f1a00960da3bcc87afc4", + name = "libnfnetlink-0__1.0.1-23.fc38.x86_64", + sha256 = "3c981697fe61f23ad41b615b4c3197d023ec70f713395fc3104b837c61b74294", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2323edb5a7252d2c3c91182a8f329718e99ebc90f046f1a00960da3bcc87afc4", + "https://cdn.confidential.cloud/constellation/cas/sha256/3c981697fe61f23ad41b615b4c3197d023ec70f713395fc3104b837c61b74294", ], ) - rpm( - name = "libnfsidmap-1__2.6.2-2.rc6.fc37.x86_64", - sha256 = "ee4bbf5b13c396db622de69fcf90a979366c290b81c3581a97240ca38c718120", + name = "libnfs-0__4.0.0-8.fc38.x86_64", + sha256 = "b0bb7e8968dc19bef17c09dac0c0cf7fcf1e4c987b8c6ef2ed6698fc6e673ce6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ee4bbf5b13c396db622de69fcf90a979366c290b81c3581a97240ca38c718120", + "https://cdn.confidential.cloud/constellation/cas/sha256/b0bb7e8968dc19bef17c09dac0c0cf7fcf1e4c987b8c6ef2ed6698fc6e673ce6", ], ) - rpm( - name = "libnghttp2-0__1.51.0-1.fc37.x86_64", - sha256 = "42fbaaacbeb241755d8448dd5672bbbcc48cbe9548c095ce0efef4140bc12520", + name = "libnfsidmap-1__2.6.3-0.fc38.x86_64", + sha256 = "8863ac538e5caf32df743e744dea21374e94f2770f4254391fb23f547c4b6746", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/42fbaaacbeb241755d8448dd5672bbbcc48cbe9548c095ce0efef4140bc12520", + "https://cdn.confidential.cloud/constellation/cas/sha256/8863ac538e5caf32df743e744dea21374e94f2770f4254391fb23f547c4b6746", ], ) rpm( - name = "libnl3-0__3.7.0-2.fc37.x86_64", - sha256 = "4543c991e6f536468d9d47527a201b58b9bc049364a6bdfe15a2f910a02e68f6", + name = "libnghttp2-0__1.52.0-1.fc38.x86_64", + sha256 = "33631973ecf9e6b23e0b7d07d61100fdc2db33261f4a6c43b5a09791b9455291", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4543c991e6f536468d9d47527a201b58b9bc049364a6bdfe15a2f910a02e68f6", + "https://cdn.confidential.cloud/constellation/cas/sha256/33631973ecf9e6b23e0b7d07d61100fdc2db33261f4a6c43b5a09791b9455291", ], ) rpm( - name = "libnsl2-0__2.0.0-4.fc37.x86_64", - sha256 = "a1e9428515b0df1c2a423ad3c35bcdf93333172fe346169bb3018a882e27be5f", + name = "libnl3-0__3.7.0-3.fc38.x86_64", + sha256 = "a9d80e55bd59e26338a7778de28caf9eb3874f8d90574c879bae1302beaa862b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a1e9428515b0df1c2a423ad3c35bcdf93333172fe346169bb3018a882e27be5f", + "https://cdn.confidential.cloud/constellation/cas/sha256/a9d80e55bd59e26338a7778de28caf9eb3874f8d90574c879bae1302beaa862b", ], ) rpm( - name = "libogg-2__1.3.5-4.fc37.x86_64", - sha256 = "4716db0b1017a05751908d7376357867c843341068e6f01000bcdc11d4889df9", + name = "libnsl2-0__2.0.0-5.fc38.x86_64", + sha256 = "28697cf1b5cb4d62c3bd154fc24a23d91a84a5bda2f974fb64bdd04e91b6cec5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4716db0b1017a05751908d7376357867c843341068e6f01000bcdc11d4889df9", + "https://cdn.confidential.cloud/constellation/cas/sha256/28697cf1b5cb4d62c3bd154fc24a23d91a84a5bda2f974fb64bdd04e91b6cec5", ], ) - rpm( - name = "libpath_utils-0__0.2.1-52.fc37.x86_64", - sha256 = "932abcd232d522bb508daa2c9e6f4a3ea79039ad80a6478e6384d517c1d6698c", + name = "libogg-2__1.3.5-5.fc38.x86_64", + sha256 = "5ba52b63836d2647c0d96eb02953f5d778cfab76af5f403704e012428f9720fd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/932abcd232d522bb508daa2c9e6f4a3ea79039ad80a6478e6384d517c1d6698c", + "https://cdn.confidential.cloud/constellation/cas/sha256/5ba52b63836d2647c0d96eb02953f5d778cfab76af5f403704e012428f9720fd", ], ) - rpm( - name = "libpcap-14__1.10.3-1.fc37.x86_64", - sha256 = "6fd955a6637e2998476cf1a9ccde0af350b1a8931ec5b58efed5e86c38af41f8", + name = "libpath_utils-0__0.2.1-53.fc38.x86_64", + sha256 = "734dfb65f21a498b133004cbf297617e7fdf14a3de4d69c73c39790764ea3663", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6fd955a6637e2998476cf1a9ccde0af350b1a8931ec5b58efed5e86c38af41f8", + "https://cdn.confidential.cloud/constellation/cas/sha256/734dfb65f21a498b133004cbf297617e7fdf14a3de4d69c73c39790764ea3663", ], ) - rpm( - name = "libpciaccess-0__0.16-7.fc37.x86_64", - sha256 = "a9f1fa38572b5e3ae412dc4e822020e2290c7092cef120a0f08a1fcc62600ce3", + name = "libpcap-14__1.10.4-1.fc38.x86_64", + sha256 = "f4d87eb23450cd3888af3d984ad623d229e5bea482188d25f996e61a939486bf", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a9f1fa38572b5e3ae412dc4e822020e2290c7092cef120a0f08a1fcc62600ce3", + "https://cdn.confidential.cloud/constellation/cas/sha256/f4d87eb23450cd3888af3d984ad623d229e5bea482188d25f996e61a939486bf", ], ) - rpm( - name = "libpkgconf-0__1.8.0-3.fc37.x86_64", - sha256 = "ecd52fd3f3065606ba5164249b29c837cbd172643d13a00a1a72fc657b115af7", + name = "libpciaccess-0__0.16-8.fc38.x86_64", + sha256 = "cc0caaa28e566f7675e705b1c7dd5e7df5d88bc1edcafecee02cd95319331499", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ecd52fd3f3065606ba5164249b29c837cbd172643d13a00a1a72fc657b115af7", + "https://cdn.confidential.cloud/constellation/cas/sha256/cc0caaa28e566f7675e705b1c7dd5e7df5d88bc1edcafecee02cd95319331499", ], ) rpm( - name = "libpmem-0__1.12.0-1.fc37.x86_64", - sha256 = "af3c9045089110c849ee3191aa506e16f4a69dc625b77abf09583de237df41df", + name = "libpkgconf-0__1.8.0-6.fc38.x86_64", + sha256 = "6b6c98d21642a18c20c24d2b136b02d9842179eb9e63a10a89b55ac24449f58f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/af3c9045089110c849ee3191aa506e16f4a69dc625b77abf09583de237df41df", + "https://cdn.confidential.cloud/constellation/cas/sha256/6b6c98d21642a18c20c24d2b136b02d9842179eb9e63a10a89b55ac24449f58f", ], ) - rpm( - name = "libpmemobj-0__1.12.0-1.fc37.x86_64", - sha256 = "e2f17f151f862a607d86dc17455b0e7f075a8152470788baad3ae0e449dc86ff", + name = "libpmem-0__1.12.1-3.fc38.x86_64", + sha256 = "276376c85b96d5641d12b66d08dcb51018776369a721667dfcec9a2ef79d0cd6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e2f17f151f862a607d86dc17455b0e7f075a8152470788baad3ae0e449dc86ff", + "https://cdn.confidential.cloud/constellation/cas/sha256/276376c85b96d5641d12b66d08dcb51018776369a721667dfcec9a2ef79d0cd6", ], ) - rpm( - name = "libpng-2__1.6.37-13.fc37.x86_64", - sha256 = "49a024d34e3c531516562bc51b749dee540db4d34486a95cdd8d85300b7de455", + name = "libpmemobj-0__1.12.1-3.fc38.x86_64", + sha256 = "b07a6d474f5ab3e52d068843a37fe36473e63e7a44d607ef8a03c7a6e38b13a1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/49a024d34e3c531516562bc51b749dee540db4d34486a95cdd8d85300b7de455", + "https://cdn.confidential.cloud/constellation/cas/sha256/b07a6d474f5ab3e52d068843a37fe36473e63e7a44d607ef8a03c7a6e38b13a1", ], ) - rpm( - name = "libpsl-0__0.21.1-6.fc37.x86_64", - sha256 = "90801f2f5ce98f2ba06f659b4676cb55d39f8e597a8f2da3e59dc943abe8f5a6", + name = "libpng-2__1.6.37-14.fc38.x86_64", + sha256 = "b5860547ef64d6c35aea6db2c4cb0b2a6781e0dd19c492e0600a68d845069bbc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/90801f2f5ce98f2ba06f659b4676cb55d39f8e597a8f2da3e59dc943abe8f5a6", + "https://cdn.confidential.cloud/constellation/cas/sha256/b5860547ef64d6c35aea6db2c4cb0b2a6781e0dd19c492e0600a68d845069bbc", ], ) - rpm( - name = "libpwquality-0__1.4.5-3.fc37.x86_64", - sha256 = "a9019a471496fdada529757331ec004397db7a0c4347531bd639c127bbaf8300", + name = "libpsl-0__0.21.2-2.fc38.x86_64", + sha256 = "e0bccc94a740acf317caa4fa1fae6b0d57442ef4be36341472b7db93d588ec13", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a9019a471496fdada529757331ec004397db7a0c4347531bd639c127bbaf8300", + "https://cdn.confidential.cloud/constellation/cas/sha256/e0bccc94a740acf317caa4fa1fae6b0d57442ef4be36341472b7db93d588ec13", ], ) rpm( - name = "libqb-0__2.0.6-3.fc37.x86_64", - sha256 = "3e05e7df7504725e4c7c168ab9b44e4e7663c8bcaf56fca3196baa11e622a386", + name = "libpwquality-0__1.4.5-3.fc38.x86_64", + sha256 = "aefb7d2d96af03f4d7ac5a132138d383faf858011b1740c48fcd152000f3c617", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3e05e7df7504725e4c7c168ab9b44e4e7663c8bcaf56fca3196baa11e622a386", + "https://cdn.confidential.cloud/constellation/cas/sha256/aefb7d2d96af03f4d7ac5a132138d383faf858011b1740c48fcd152000f3c617", ], ) - rpm( - name = "librados2-2__17.2.5-1.fc37.x86_64", - sha256 = "832b790283724be8f35f238ca26401d6bf5059b4a945994c9836f1658afc936c", + name = "librados2-2__17.2.6-3.fc38.x86_64", + sha256 = "d1c99fe9ba26d9ea6020dafab6d0b86652fea9cdde255651affcfb076bb5f908", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/832b790283724be8f35f238ca26401d6bf5059b4a945994c9836f1658afc936c", + "https://cdn.confidential.cloud/constellation/cas/sha256/d1c99fe9ba26d9ea6020dafab6d0b86652fea9cdde255651affcfb076bb5f908", ], ) - rpm( - name = "libraw1394-0__2.1.2-16.fc37.x86_64", - sha256 = "86625b3a89c2cc3ec6f3781ae426ccc207554cfa35ea19c09e1f77604a0a51ad", + name = "libraw1394-0__2.1.2-17.fc38.x86_64", + sha256 = "3cefd03d4330b1d95fb0b796d43e39f85b1a2da63520db8fcb55119d18af0045", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/86625b3a89c2cc3ec6f3781ae426ccc207554cfa35ea19c09e1f77604a0a51ad", + "https://cdn.confidential.cloud/constellation/cas/sha256/3cefd03d4330b1d95fb0b796d43e39f85b1a2da63520db8fcb55119d18af0045", ], ) - rpm( - name = "librbd1-2__17.2.5-1.fc37.x86_64", - sha256 = "cb18c01c37925cd69adb5fe6ddc72f975a4d90326ffa9bf8def04cf3d48c109d", + name = "librbd1-2__17.2.6-3.fc38.x86_64", + sha256 = "4db364bd6d51b468a6001d8fca2642e0130ce8d58d0c0074ae6a17d032841076", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/cb18c01c37925cd69adb5fe6ddc72f975a4d90326ffa9bf8def04cf3d48c109d", + "https://cdn.confidential.cloud/constellation/cas/sha256/4db364bd6d51b468a6001d8fca2642e0130ce8d58d0c0074ae6a17d032841076", ], ) - rpm( - name = "librdmacm-0__41.0-1.fc37.x86_64", - sha256 = "65edde85818fd605392a74c235e0be8d9bb7032b8bdccd89d3fe34ae2e4a1e7b", + name = "librdmacm-0__44.0-3.fc38.x86_64", + sha256 = "bad707db4866dc6f60efb43292d64ceb035411d2f2a796084dfc0b1b9b54f886", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/65edde85818fd605392a74c235e0be8d9bb7032b8bdccd89d3fe34ae2e4a1e7b", + "https://cdn.confidential.cloud/constellation/cas/sha256/bad707db4866dc6f60efb43292d64ceb035411d2f2a796084dfc0b1b9b54f886", ], ) - rpm( - name = "libref_array-0__0.1.5-52.fc37.x86_64", - sha256 = "69ca0883e3929168bc8eb555463ae051fc38afedae0fa98d566bc22388304a91", + name = "libref_array-0__0.1.5-53.fc38.x86_64", + sha256 = "d46de9648ae76d81bcee6fc34430a9e7d73519eaa7944fe6b01ea56c7bace6c1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/69ca0883e3929168bc8eb555463ae051fc38afedae0fa98d566bc22388304a91", + "https://cdn.confidential.cloud/constellation/cas/sha256/d46de9648ae76d81bcee6fc34430a9e7d73519eaa7944fe6b01ea56c7bace6c1", ], ) - rpm( - name = "libsamplerate-0__0.2.2-3.fc37.x86_64", - sha256 = "42f6179984d7be1ff7019cb0a73511ddad62a1019bb09f14fdc67943187da67e", + name = "libsamplerate-0__0.2.2-4.fc38.x86_64", + sha256 = "f7b2509ec07c780228e1636f4ea23b53e9dc29337d8463c6f800d0b10d4283ae", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/42f6179984d7be1ff7019cb0a73511ddad62a1019bb09f14fdc67943187da67e", + "https://cdn.confidential.cloud/constellation/cas/sha256/f7b2509ec07c780228e1636f4ea23b53e9dc29337d8463c6f800d0b10d4283ae", ], ) rpm( - name = "libseccomp-0__2.5.3-3.fc37.x86_64", - sha256 = "017877a97c8222fc7eca7fab77600a3a1fcdec92f9dd39d8df6e64726909fcbe", + name = "libseccomp-0__2.5.3-4.fc38.x86_64", + sha256 = "dec378b594b79258dd8b44836c5371f316bcf5e4596d53dd84badcb6d00090df", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/017877a97c8222fc7eca7fab77600a3a1fcdec92f9dd39d8df6e64726909fcbe", + "https://cdn.confidential.cloud/constellation/cas/sha256/dec378b594b79258dd8b44836c5371f316bcf5e4596d53dd84badcb6d00090df", ], ) rpm( - name = "libselinux-0__3.5-1.fc37.x86_64", - sha256 = "43d73a574c3c0838d213c4d5f038766d41e4eb6930c68b09db53d65c30c2de1d", + name = "libselinux-0__3.5-1.fc38.x86_64", + sha256 = "790c6d821ff575ad51242ec6832ed61c8a3c4e0ece245c3dee3292d19acb23b7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/43d73a574c3c0838d213c4d5f038766d41e4eb6930c68b09db53d65c30c2de1d", + "https://cdn.confidential.cloud/constellation/cas/sha256/790c6d821ff575ad51242ec6832ed61c8a3c4e0ece245c3dee3292d19acb23b7", ], ) - rpm( - name = "libselinux-devel-0__3.5-1.fc37.x86_64", - sha256 = "d737a3768ad96bde07a1ed0d5cf01d252ce6a6b56636121ab6edd23cd2345a33", + name = "libselinux-devel-0__3.5-1.fc38.x86_64", + sha256 = "1f93070b1c3e3ac67b6a853217a838da022b97cb31e7792d1dd720d4c16b3845", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d737a3768ad96bde07a1ed0d5cf01d252ce6a6b56636121ab6edd23cd2345a33", + "https://cdn.confidential.cloud/constellation/cas/sha256/1f93070b1c3e3ac67b6a853217a838da022b97cb31e7792d1dd720d4c16b3845", ], ) - rpm( - name = "libselinux-utils-0__3.5-1.fc37.x86_64", - sha256 = "723efbdc421150c13f6a2fe47e3d2587f83a26bfae8561e3361985793762b05d", + name = "libselinux-utils-0__3.5-1.fc38.x86_64", + sha256 = "78a15621e7e3dfb5a65b8b8aa482cf5b07f08bcef217ad29435e299d6c8aec74", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/723efbdc421150c13f6a2fe47e3d2587f83a26bfae8561e3361985793762b05d", + "https://cdn.confidential.cloud/constellation/cas/sha256/78a15621e7e3dfb5a65b8b8aa482cf5b07f08bcef217ad29435e299d6c8aec74", ], ) rpm( - name = "libsemanage-0__3.5-1.fc37.x86_64", - sha256 = "aeb55e09d224bd6212a8456160cabbcfac61eb2a792a572c01567dba9529c208", + name = "libsemanage-0__3.5-2.fc38.x86_64", + sha256 = "1b6b7ad33391919a3315e398d737a764121e2fc9581f75318a999e02bfc0c7c4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/aeb55e09d224bd6212a8456160cabbcfac61eb2a792a572c01567dba9529c208", + "https://cdn.confidential.cloud/constellation/cas/sha256/1b6b7ad33391919a3315e398d737a764121e2fc9581f75318a999e02bfc0c7c4", ], ) rpm( - name = "libsepol-0__3.5-1.fc37.x86_64", - sha256 = "2cdfb41068ac6e211652b3e2ed88c16d606e7374f9f52dfd1248981101501299", + name = "libsepol-0__3.5-1.fc38.x86_64", + sha256 = "15ec70665f200a5423589539c3253677eb3c15d7d620fd9bdfe2d1e429735198", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2cdfb41068ac6e211652b3e2ed88c16d606e7374f9f52dfd1248981101501299", + "https://cdn.confidential.cloud/constellation/cas/sha256/15ec70665f200a5423589539c3253677eb3c15d7d620fd9bdfe2d1e429735198", ], ) - rpm( - name = "libsepol-devel-0__3.5-1.fc37.x86_64", - sha256 = "29d79933c62f1fd70c9e4cddc885d6814049bd29775fad970ed73531a27c7117", + name = "libsepol-devel-0__3.5-1.fc38.x86_64", + sha256 = "db8b729ba00380a25c5620b5e4e04eab05f9c3a4c3221c035347baffb2ac6675", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/29d79933c62f1fd70c9e4cddc885d6814049bd29775fad970ed73531a27c7117", + "https://cdn.confidential.cloud/constellation/cas/sha256/db8b729ba00380a25c5620b5e4e04eab05f9c3a4c3221c035347baffb2ac6675", ], ) - rpm( - name = "libsigc__plus____plus__20-0__2.10.8-2.fc37.x86_64", - sha256 = "1b87303f104d1de4a3ccd5179dfd7f25916c734aa4f80cff312a9c495d994912", + name = "libsigc__plus____plus__20-0__2.10.8-3.fc38.x86_64", + sha256 = "dfdb2632a4edeb2871422e9dd4a3c950f2197a3f61d7f9bdd5e5b3e23f50b566", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1b87303f104d1de4a3ccd5179dfd7f25916c734aa4f80cff312a9c495d994912", + "https://cdn.confidential.cloud/constellation/cas/sha256/dfdb2632a4edeb2871422e9dd4a3c950f2197a3f61d7f9bdd5e5b3e23f50b566", ], ) rpm( - name = "libsigsegv-0__2.14-3.fc37.x86_64", - sha256 = "0f038b70d155dae3df4824776c5a135f02c423c688b9486d4f84eb6a16a90494", + name = "libsigsegv-0__2.14-4.fc38.x86_64", + sha256 = "ac0a6bf295151973d2e34392a134e246560b19b7351ced244abc1ed81dfe5b8e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0f038b70d155dae3df4824776c5a135f02c423c688b9486d4f84eb6a16a90494", + "https://cdn.confidential.cloud/constellation/cas/sha256/ac0a6bf295151973d2e34392a134e246560b19b7351ced244abc1ed81dfe5b8e", ], ) - rpm( - name = "libslirp-0__4.7.0-2.fc37.x86_64", - sha256 = "775c3da0e9e2961262c552292f98dc80f4b05bde52573539148ff4cb51459a51", + name = "libslirp-0__4.7.0-3.fc38.x86_64", + sha256 = "b35a0d6b1ecb151982b6a9342d00e8da9663e8a6da6b21b7c559634f7f29fd2d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/775c3da0e9e2961262c552292f98dc80f4b05bde52573539148ff4cb51459a51", + "https://cdn.confidential.cloud/constellation/cas/sha256/b35a0d6b1ecb151982b6a9342d00e8da9663e8a6da6b21b7c559634f7f29fd2d", ], ) rpm( - name = "libsmartcols-0__2.38.1-1.fc37.x86_64", - sha256 = "93246c002aefec27bb398aa3397ae555bcc3035b10aebb4937c4bea9268bacf1", + name = "libsmartcols-0__2.38.1-4.fc38.x86_64", + sha256 = "dbf5c73c71c798533cbecfa54ba28c42878c455df8cb382087d8a758c3ffe290", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/93246c002aefec27bb398aa3397ae555bcc3035b10aebb4937c4bea9268bacf1", + "https://cdn.confidential.cloud/constellation/cas/sha256/dbf5c73c71c798533cbecfa54ba28c42878c455df8cb382087d8a758c3ffe290", ], ) - rpm( - name = "libsndfile-0__1.1.0-4.fc37.x86_64", - sha256 = "73aeba406a3c76a62ced76a918efbc8338bd4304d672ab9db38ed057238b9eca", + name = "libsndfile-0__1.1.0-6.fc38.x86_64", + sha256 = "cf57c7179a76ea2eaace6b2f4d99ffac0a9ec83e0e3790408afa0a6408750d41", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/73aeba406a3c76a62ced76a918efbc8338bd4304d672ab9db38ed057238b9eca", + "https://cdn.confidential.cloud/constellation/cas/sha256/cf57c7179a76ea2eaace6b2f4d99ffac0a9ec83e0e3790408afa0a6408750d41", ], ) - rpm( - name = "libsoup3-0__3.2.2-2.fc37.x86_64", - sha256 = "9575393975efc3087b98ef56ed5aaa0e771edc99c1571147efe3218f21e711ed", + name = "libsoup3-0__3.4.2-2.fc38.x86_64", + sha256 = "76df96aa9f460902dea3aabde38bd4debf81efd1d4f4ab5c2724a86cdd756d6e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9575393975efc3087b98ef56ed5aaa0e771edc99c1571147efe3218f21e711ed", + "https://cdn.confidential.cloud/constellation/cas/sha256/76df96aa9f460902dea3aabde38bd4debf81efd1d4f4ab5c2724a86cdd756d6e", ], ) rpm( - name = "libssh-0__0.10.4-2.fc37.x86_64", - sha256 = "cdee8c9676d686a0df90d27b4863f15e871dc58363eb2f11f5e69fe3e9a23c85", + name = "libssh-0__0.10.5-1.fc38.x86_64", + sha256 = "a383d65f22be848a24bc8e328d136260f15dd8b0401da273bb27e18228bada4a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/cdee8c9676d686a0df90d27b4863f15e871dc58363eb2f11f5e69fe3e9a23c85", + "https://cdn.confidential.cloud/constellation/cas/sha256/a383d65f22be848a24bc8e328d136260f15dd8b0401da273bb27e18228bada4a", ], ) rpm( - name = "libssh-config-0__0.10.4-2.fc37.x86_64", - sha256 = "d17d16ca2e2a42035778094bca077ba675e440911c5546f99a274278eb32e0d7", + name = "libssh-config-0__0.10.5-1.fc38.x86_64", + sha256 = "2aefc576f770dc60682929c5de6a80b3c6adbe596398f8d5a1fb89ef7070a1eb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d17d16ca2e2a42035778094bca077ba675e440911c5546f99a274278eb32e0d7", + "https://cdn.confidential.cloud/constellation/cas/sha256/2aefc576f770dc60682929c5de6a80b3c6adbe596398f8d5a1fb89ef7070a1eb", ], ) rpm( - name = "libssh2-0__1.10.0-5.fc37.x86_64", - sha256 = "8a6e1ce9b08e054746ef1ee0eb51a70bc06ee1bea3ae24bf5942a191ea12ab3a", + name = "libssh2-0__1.10.0-7.fc38.x86_64", + sha256 = "b7456feebe68aac1a17bbfed9ab9dcbba7955315cdb9e6700ad0323a431ef48e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8a6e1ce9b08e054746ef1ee0eb51a70bc06ee1bea3ae24bf5942a191ea12ab3a", + "https://cdn.confidential.cloud/constellation/cas/sha256/b7456feebe68aac1a17bbfed9ab9dcbba7955315cdb9e6700ad0323a431ef48e", ], ) - rpm( - name = "libstdc__plus____plus__-0__12.2.1-4.fc37.x86_64", - sha256 = "ba8009388d86fbb92deff293e04eb57ca9c3b3ba41994932b3e4226533ffb575", + name = "libstdc__plus____plus__-0__13.1.1-2.fc38.x86_64", + sha256 = "17b1caf2274070cab464dbbe8aa307678df13937f2f315af4bc2eaeffd5915c9", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ba8009388d86fbb92deff293e04eb57ca9c3b3ba41994932b3e4226533ffb575", + "https://cdn.confidential.cloud/constellation/cas/sha256/17b1caf2274070cab464dbbe8aa307678df13937f2f315af4bc2eaeffd5915c9", ], ) - rpm( - name = "libstemmer-0__0-19.585svn.fc37.x86_64", - sha256 = "93655f2930a2304035794b97a6dc150c8c8eae4e3b8ec08f87a60f39af0b2e1c", + name = "libstemmer-0__2.2.0-5.fc38.x86_64", + sha256 = "9080efa5f6010316a571f5c2ce1cbcb563f4dca3033631e435842944e25ddb5d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/93655f2930a2304035794b97a6dc150c8c8eae4e3b8ec08f87a60f39af0b2e1c", + "https://cdn.confidential.cloud/constellation/cas/sha256/9080efa5f6010316a571f5c2ce1cbcb563f4dca3033631e435842944e25ddb5d", ], ) rpm( - name = "libtasn1-0__4.19.0-1.fc37.x86_64", - sha256 = "35b51a0796af6930b2a8a511df8c51938006cfcfdf74ddfe6482eb9febd87dfa", + name = "libtasn1-0__4.19.0-2.fc38.x86_64", + sha256 = "8b49dd88579f1c37e05780202e81022c9400422b830d9bdd9087161683628b22", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/35b51a0796af6930b2a8a511df8c51938006cfcfdf74ddfe6482eb9febd87dfa", + "https://cdn.confidential.cloud/constellation/cas/sha256/8b49dd88579f1c37e05780202e81022c9400422b830d9bdd9087161683628b22", ], ) - rpm( - name = "libthai-0__0.1.29-3.fc37.x86_64", - sha256 = "ff80496b4e4e6ae3cd731203c1acccc618b6e834219e66eb19809793e828fa90", + name = "libthai-0__0.1.29-4.fc38.x86_64", + sha256 = "d13dac92e89bc12b32b2a35bb8a1dea85d7d55d50c447fc844ffa1f7ac7a8248", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ff80496b4e4e6ae3cd731203c1acccc618b6e834219e66eb19809793e828fa90", + "https://cdn.confidential.cloud/constellation/cas/sha256/d13dac92e89bc12b32b2a35bb8a1dea85d7d55d50c447fc844ffa1f7ac7a8248", ], ) - rpm( - name = "libtheora-1__1.1.1-32.fc37.x86_64", - sha256 = "441c94bbcbaa622e6e334bd954e6ac6fbaae840493aeacd1c54fa1b448ab9169", + name = "libtheora-1__1.1.1-33.fc38.x86_64", + sha256 = "ec8d5bafe587bfb126625da3d0bb7ec7796b8fcb6232dfc194b22b31c75abd3e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/441c94bbcbaa622e6e334bd954e6ac6fbaae840493aeacd1c54fa1b448ab9169", + "https://cdn.confidential.cloud/constellation/cas/sha256/ec8d5bafe587bfb126625da3d0bb7ec7796b8fcb6232dfc194b22b31c75abd3e", ], ) - rpm( - name = "libtiff-0__4.4.0-4.fc37.x86_64", - sha256 = "3d9ddffd9b6665d98f13a51f3a3251b9ca14bad29e8d2414b45bb0785f1d126e", + name = "libtiff-0__4.4.0-5.fc38.x86_64", + sha256 = "6a76aacf5f06457cf98223a1417f692cebc5da573f0025e955b44cd765bcc6f8", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3d9ddffd9b6665d98f13a51f3a3251b9ca14bad29e8d2414b45bb0785f1d126e", + "https://cdn.confidential.cloud/constellation/cas/sha256/6a76aacf5f06457cf98223a1417f692cebc5da573f0025e955b44cd765bcc6f8", ], ) rpm( - name = "libtirpc-0__1.3.3-0.fc37.x86_64", - sha256 = "76dcdfd95452e176f64d6008d114e9415cd8384c5c0d3300fe644c137b6917fa", + name = "libtirpc-0__1.3.3-1.rc1.fc38.x86_64", + sha256 = "e13941f4a922a76da599fb0e00884e530d9ed8ce5145fb5a54f7337a6af5085e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/76dcdfd95452e176f64d6008d114e9415cd8384c5c0d3300fe644c137b6917fa", + "https://cdn.confidential.cloud/constellation/cas/sha256/e13941f4a922a76da599fb0e00884e530d9ed8ce5145fb5a54f7337a6af5085e", ], ) - rpm( - name = "libtpms-0__0.9.6-1.fc37.x86_64", - sha256 = "d61fd47b4126e4d89d425af91a224718493b7c7c4eab148508699d577d191dbe", + name = "libtpms-0__0.9.6-1.fc38.x86_64", + sha256 = "8f32e6fb00f48a87b955f3b337151e4b19e9eff4675fc394f7ba66014b1c9a7a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d61fd47b4126e4d89d425af91a224718493b7c7c4eab148508699d577d191dbe", + "https://cdn.confidential.cloud/constellation/cas/sha256/8f32e6fb00f48a87b955f3b337151e4b19e9eff4675fc394f7ba66014b1c9a7a", ], ) - rpm( - name = "libtracker-sparql-0__3.4.2-1.fc37.x86_64", - sha256 = "da6c84f5df11f731226c479bd4b66ea0b4b264b7810a9c65efc5c6490885e3e3", + name = "libtracker-sparql-0__3.5.3-1.fc38.x86_64", + sha256 = "5c31734f64f9ed025e7212dc306cb6acea2f4a08f488739f62bccc99beef32cd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/da6c84f5df11f731226c479bd4b66ea0b4b264b7810a9c65efc5c6490885e3e3", + "https://cdn.confidential.cloud/constellation/cas/sha256/5c31734f64f9ed025e7212dc306cb6acea2f4a08f488739f62bccc99beef32cd", ], ) rpm( - name = "libunistring-0__1.0-2.fc37.x86_64", - sha256 = "acb031577655bba5a41c1fb0ec954bb84e207f9e2d08b2cdb3d4e2b7806b0670", + name = "libunistring-0__1.1-3.fc38.x86_64", + sha256 = "c4012952872a08b9662963b13e29f89388ce6e695e68fa8c37eb6e62bad62441", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/acb031577655bba5a41c1fb0ec954bb84e207f9e2d08b2cdb3d4e2b7806b0670", + "https://cdn.confidential.cloud/constellation/cas/sha256/c4012952872a08b9662963b13e29f89388ce6e695e68fa8c37eb6e62bad62441", ], ) - rpm( - name = "libunwind-0__1.6.2-5.fc37.x86_64", - sha256 = "fe7cffb9387748b166437a143c886f92f012aff6c16a9604fc1bab3fcb0be928", + name = "libunistring1.0-0__1.0-1.fc38.x86_64", + sha256 = "cd0e8eb5d983a985f7df99718fde6245997bdf088fb6086442a883ddb9ed03e3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fe7cffb9387748b166437a143c886f92f012aff6c16a9604fc1bab3fcb0be928", + "https://cdn.confidential.cloud/constellation/cas/sha256/cd0e8eb5d983a985f7df99718fde6245997bdf088fb6086442a883ddb9ed03e3", ], ) - rpm( - name = "liburing-0__2.3-1.fc37.x86_64", - sha256 = "b7ace7323804d803c8b8c33fc699b9346924fb80841a701471f29e29abeb255b", + name = "libunwind-0__1.6.2-7.fc38.x86_64", + sha256 = "1bd1b743bcac0e60d5b741ab452b05ab2f60da45128e1be8fbd54be158ed18d3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b7ace7323804d803c8b8c33fc699b9346924fb80841a701471f29e29abeb255b", + "https://cdn.confidential.cloud/constellation/cas/sha256/1bd1b743bcac0e60d5b741ab452b05ab2f60da45128e1be8fbd54be158ed18d3", ], ) - rpm( - name = "libusb1-0__1.0.25-9.fc37.x86_64", - sha256 = "012a7fbcbffc0c6d9a7101fb29eef81cd7ba18d3bb427b3aa0c9ae3a27ba2b2e", + name = "liburing-0__2.3-2.fc38.x86_64", + sha256 = "7df7f844d1f384d72a75458a56d9613573fa418f865e9461d4b3e87c27e3842a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/012a7fbcbffc0c6d9a7101fb29eef81cd7ba18d3bb427b3aa0c9ae3a27ba2b2e", + "https://cdn.confidential.cloud/constellation/cas/sha256/7df7f844d1f384d72a75458a56d9613573fa418f865e9461d4b3e87c27e3842a", ], ) - rpm( - name = "libutempter-0__1.2.1-7.fc37.x86_64", - sha256 = "8fc30b0742e939954d6aebd45364dcd1dbb8b9c85e75c799301c3507e22ea56a", + name = "libusb1-0__1.0.26-2.fc38.x86_64", + sha256 = "805da27b46f0d8cca2cf21a30e52401ae61ca472ae7c2d096de1cfb4b7a0d15c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8fc30b0742e939954d6aebd45364dcd1dbb8b9c85e75c799301c3507e22ea56a", + "https://cdn.confidential.cloud/constellation/cas/sha256/805da27b46f0d8cca2cf21a30e52401ae61ca472ae7c2d096de1cfb4b7a0d15c", ], ) rpm( - name = "libuuid-0__2.38.1-1.fc37.x86_64", - sha256 = "b054577d98aa9615fe459abec31be46b19ad72e0da620d8d251b4449a6db020d", + name = "libutempter-0__1.2.1-8.fc38.x86_64", + sha256 = "c5c409a2d5f8890eeab48b27b9f4f02925a6bbabeb21ee5e45694c7c9009f037", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b054577d98aa9615fe459abec31be46b19ad72e0da620d8d251b4449a6db020d", + "https://cdn.confidential.cloud/constellation/cas/sha256/c5c409a2d5f8890eeab48b27b9f4f02925a6bbabeb21ee5e45694c7c9009f037", ], ) rpm( - name = "libuuid-devel-0__2.38.1-1.fc37.x86_64", - sha256 = "a42450ad26785144969fd5faab10f6a382d13e3db2e7b130a33e8a3b314d5d3f", + name = "libuuid-0__2.38.1-4.fc38.x86_64", + sha256 = "876ef0556ddeca2c8f56536c80a2f6e0f64357f40bacb92f483adb8a0ff29af2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a42450ad26785144969fd5faab10f6a382d13e3db2e7b130a33e8a3b314d5d3f", + "https://cdn.confidential.cloud/constellation/cas/sha256/876ef0556ddeca2c8f56536c80a2f6e0f64357f40bacb92f483adb8a0ff29af2", ], ) - rpm( - name = "libverto-0__0.3.2-4.fc37.x86_64", - sha256 = "ca47b52e1ecd8a2ac6eda368d985390816fbb447f43135ec0ba105165997817f", + name = "libuuid-devel-0__2.38.1-4.fc38.x86_64", + sha256 = "876e5f62d9017f2efca5f0cf3316517217834417e9db7bd924a4c8d0e4b13336", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ca47b52e1ecd8a2ac6eda368d985390816fbb447f43135ec0ba105165997817f", + "https://cdn.confidential.cloud/constellation/cas/sha256/876e5f62d9017f2efca5f0cf3316517217834417e9db7bd924a4c8d0e4b13336", ], ) - rpm( - name = "libverto-libevent-0__0.3.2-4.fc37.x86_64", - sha256 = "2e8f50494b876f4aad8914a20e757ff583aac7cf838af138c10ab9847cf2dea3", + name = "libva-0__2.18.0-1.fc38.x86_64", + sha256 = "8147d68b2a22081a51b73f4d35ed32867c2498fc5d6ad36c2f33a00193a4b849", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2e8f50494b876f4aad8914a20e757ff583aac7cf838af138c10ab9847cf2dea3", + "https://cdn.confidential.cloud/constellation/cas/sha256/8147d68b2a22081a51b73f4d35ed32867c2498fc5d6ad36c2f33a00193a4b849", ], ) rpm( - name = "libvirt-client-0__8.6.0-5.fc37.x86_64", - sha256 = "0b807117b6f75cea49140334bc5d66a9a148581f487c1d9c45dca699562a2b02", + name = "libverto-0__0.3.2-5.fc38.x86_64", + sha256 = "292791eb37bc312e845e777b2e0e3173e2d951c2bfbbda125bc619dced7f40bc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0b807117b6f75cea49140334bc5d66a9a148581f487c1d9c45dca699562a2b02", + "https://cdn.confidential.cloud/constellation/cas/sha256/292791eb37bc312e845e777b2e0e3173e2d951c2bfbbda125bc619dced7f40bc", ], ) - rpm( - name = "libvirt-daemon-0__8.6.0-5.fc37.x86_64", - sha256 = "2d6cea47afc5a2e4de3b20f2c970eb09d4f7c2e4fb66e8059c6ecb9e8d83e67c", + name = "libverto-libevent-0__0.3.2-5.fc38.x86_64", + sha256 = "b86025b0a0cf900ae91ccbf008de6663676957c790b7e1774867e03c946061cc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2d6cea47afc5a2e4de3b20f2c970eb09d4f7c2e4fb66e8059c6ecb9e8d83e67c", + "https://cdn.confidential.cloud/constellation/cas/sha256/b86025b0a0cf900ae91ccbf008de6663676957c790b7e1774867e03c946061cc", ], ) - rpm( - name = "libvirt-daemon-config-network-0__8.6.0-5.fc37.x86_64", - sha256 = "f8f958fbdf0736e399917b9dcd31aee6092e2a82d5c0a790f02abcdd4042b940", + name = "libvirt-client-0__9.0.0-3.fc38.x86_64", + sha256 = "7dc91d8f667815b76f2f194fcfa868cc71c7f296b6f167a1c9ab754f0da8b0ba", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f8f958fbdf0736e399917b9dcd31aee6092e2a82d5c0a790f02abcdd4042b940", + "https://cdn.confidential.cloud/constellation/cas/sha256/7dc91d8f667815b76f2f194fcfa868cc71c7f296b6f167a1c9ab754f0da8b0ba", ], ) - rpm( - name = "libvirt-daemon-driver-interface-0__8.6.0-5.fc37.x86_64", - sha256 = "4be78cd96af8edc1608f8a8f0ce24708c3a8a2c7f5371788477912183fc482cd", + name = "libvirt-daemon-0__9.0.0-3.fc38.x86_64", + sha256 = "fc6d946c0b66948d5ae7c4b7bdaf163c674067c1378be87a3082cdbc6894222e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4be78cd96af8edc1608f8a8f0ce24708c3a8a2c7f5371788477912183fc482cd", + "https://cdn.confidential.cloud/constellation/cas/sha256/fc6d946c0b66948d5ae7c4b7bdaf163c674067c1378be87a3082cdbc6894222e", ], ) - rpm( - name = "libvirt-daemon-driver-network-0__8.6.0-5.fc37.x86_64", - sha256 = "e0804cc66206635c07f8f6527fef0ccb1b069f503dc4e69fa32816f59cdb2e80", + name = "libvirt-daemon-config-network-0__9.0.0-3.fc38.x86_64", + sha256 = "54dbefc659e4fb2533034b953928187a54c9b6827b58ff79174280c91a8d56d7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e0804cc66206635c07f8f6527fef0ccb1b069f503dc4e69fa32816f59cdb2e80", + "https://cdn.confidential.cloud/constellation/cas/sha256/54dbefc659e4fb2533034b953928187a54c9b6827b58ff79174280c91a8d56d7", ], ) - rpm( - name = "libvirt-daemon-driver-nodedev-0__8.6.0-5.fc37.x86_64", - sha256 = "fe3a382b99273cd3637a119acc899ca5cdd05a97f8d6d290d9125796839ed9b0", + name = "libvirt-daemon-driver-interface-0__9.0.0-3.fc38.x86_64", + sha256 = "d4242d9f991d51a93f44d8c1bbf3677f2fa0992c814a94f749120d7a2b219c8a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fe3a382b99273cd3637a119acc899ca5cdd05a97f8d6d290d9125796839ed9b0", + "https://cdn.confidential.cloud/constellation/cas/sha256/d4242d9f991d51a93f44d8c1bbf3677f2fa0992c814a94f749120d7a2b219c8a", ], ) - rpm( - name = "libvirt-daemon-driver-nwfilter-0__8.6.0-5.fc37.x86_64", - sha256 = "9bc95efdc5db11c865924f279d9b89b2787f16c5932ffa5854d4233cca29401e", + name = "libvirt-daemon-driver-network-0__9.0.0-3.fc38.x86_64", + sha256 = "c28fa4a8f8335716a452b0734ef85b770484ae64ff699cf904e94a55f6ccc532", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9bc95efdc5db11c865924f279d9b89b2787f16c5932ffa5854d4233cca29401e", + "https://cdn.confidential.cloud/constellation/cas/sha256/c28fa4a8f8335716a452b0734ef85b770484ae64ff699cf904e94a55f6ccc532", ], ) - rpm( - name = "libvirt-daemon-driver-qemu-0__8.6.0-5.fc37.x86_64", - sha256 = "b9d05b4e86818cad62a60f271127375868799819ad3bdf1e5c94dc6b2b7d2e5d", + name = "libvirt-daemon-driver-nodedev-0__9.0.0-3.fc38.x86_64", + sha256 = "ca0d8e38ab32df657b814d7f5365564c7f528b18aafb48d2294cbb52b34ceb23", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b9d05b4e86818cad62a60f271127375868799819ad3bdf1e5c94dc6b2b7d2e5d", + "https://cdn.confidential.cloud/constellation/cas/sha256/ca0d8e38ab32df657b814d7f5365564c7f528b18aafb48d2294cbb52b34ceb23", ], ) - rpm( - name = "libvirt-daemon-driver-secret-0__8.6.0-5.fc37.x86_64", - sha256 = "f87b6ddd2c9d33155649bc093355160cebe7a0fdf1e4bc3b11505d8405a07cc8", + name = "libvirt-daemon-driver-nwfilter-0__9.0.0-3.fc38.x86_64", + sha256 = "dc1561fc06b0189ee0d6e485694e2835ccd8baea88f83c16d9a36e10ee290df6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f87b6ddd2c9d33155649bc093355160cebe7a0fdf1e4bc3b11505d8405a07cc8", + "https://cdn.confidential.cloud/constellation/cas/sha256/dc1561fc06b0189ee0d6e485694e2835ccd8baea88f83c16d9a36e10ee290df6", ], ) - rpm( - name = "libvirt-daemon-driver-storage-0__8.6.0-5.fc37.x86_64", - sha256 = "968f3be3cba3dd27e9dc9c758aa18f65e6d5ba0be992fe160b2bb06a41e59a3e", + name = "libvirt-daemon-driver-qemu-0__9.0.0-3.fc38.x86_64", + sha256 = "04e60005e152c77a5a898f1a12521431e1711564334a819361f4caf5150b11b5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/968f3be3cba3dd27e9dc9c758aa18f65e6d5ba0be992fe160b2bb06a41e59a3e", + "https://cdn.confidential.cloud/constellation/cas/sha256/04e60005e152c77a5a898f1a12521431e1711564334a819361f4caf5150b11b5", ], ) - rpm( - name = "libvirt-daemon-driver-storage-core-0__8.6.0-5.fc37.x86_64", - sha256 = "eb0ddab88e7e366cf98b9c2ec1fdd2a47d41e798d232b0ae1a36f3639e91b9cd", + name = "libvirt-daemon-driver-secret-0__9.0.0-3.fc38.x86_64", + sha256 = "841028aae5d31d3531daaed2875753309ade6dc72be94039968a8824fa9a7af4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/eb0ddab88e7e366cf98b9c2ec1fdd2a47d41e798d232b0ae1a36f3639e91b9cd", + "https://cdn.confidential.cloud/constellation/cas/sha256/841028aae5d31d3531daaed2875753309ade6dc72be94039968a8824fa9a7af4", ], ) - rpm( - name = "libvirt-daemon-driver-storage-disk-0__8.6.0-5.fc37.x86_64", - sha256 = "32efc75bc453a73b8779decf5ca167098133964791742c0e623003f164371d69", + name = "libvirt-daemon-driver-storage-0__9.0.0-3.fc38.x86_64", + sha256 = "a43dc8ce0d5675e994944f133973f8272c55b812aa29df9a01791a746efdabc3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/32efc75bc453a73b8779decf5ca167098133964791742c0e623003f164371d69", + "https://cdn.confidential.cloud/constellation/cas/sha256/a43dc8ce0d5675e994944f133973f8272c55b812aa29df9a01791a746efdabc3", ], ) - rpm( - name = "libvirt-daemon-driver-storage-gluster-0__8.6.0-5.fc37.x86_64", - sha256 = "68f2be95c38bfe4922beb17185ead94cde5d3814b0f4c98fa9a8293d3d58d586", + name = "libvirt-daemon-driver-storage-core-0__9.0.0-3.fc38.x86_64", + sha256 = "b48246557e213bb87c4be7d00cfaa5e5e3d62c5bc32f24bd8e0ace8112cf904c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/68f2be95c38bfe4922beb17185ead94cde5d3814b0f4c98fa9a8293d3d58d586", + "https://cdn.confidential.cloud/constellation/cas/sha256/b48246557e213bb87c4be7d00cfaa5e5e3d62c5bc32f24bd8e0ace8112cf904c", ], ) - rpm( - name = "libvirt-daemon-driver-storage-iscsi-0__8.6.0-5.fc37.x86_64", - sha256 = "8b86462322418ff96c97b3749021107344364ce2adba1b64827c0b11c7c0936c", + name = "libvirt-daemon-driver-storage-disk-0__9.0.0-3.fc38.x86_64", + sha256 = "90932eadeb443d4e70dadff49f9b1913160964931c7df7207016550adf593ebf", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8b86462322418ff96c97b3749021107344364ce2adba1b64827c0b11c7c0936c", + "https://cdn.confidential.cloud/constellation/cas/sha256/90932eadeb443d4e70dadff49f9b1913160964931c7df7207016550adf593ebf", ], ) - rpm( - name = "libvirt-daemon-driver-storage-iscsi-direct-0__8.6.0-5.fc37.x86_64", - sha256 = "87687e115b971719067192f4709be83702caa6898acd07f40b00f195cdb51ef4", + name = "libvirt-daemon-driver-storage-gluster-0__9.0.0-3.fc38.x86_64", + sha256 = "38e6dc26b0d4f6dcd1cf95ab5073211cd5987b9f7371f9f520800be7789ab94e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/87687e115b971719067192f4709be83702caa6898acd07f40b00f195cdb51ef4", + "https://cdn.confidential.cloud/constellation/cas/sha256/38e6dc26b0d4f6dcd1cf95ab5073211cd5987b9f7371f9f520800be7789ab94e", ], ) - rpm( - name = "libvirt-daemon-driver-storage-logical-0__8.6.0-5.fc37.x86_64", - sha256 = "c36c2ed8110b34bbbfb0b1fb40a2e20b85622b9ad6ad727c3a4647d0bda814ee", + name = "libvirt-daemon-driver-storage-iscsi-0__9.0.0-3.fc38.x86_64", + sha256 = "b8331635c52650519ca2ee37b0ae9954b6fd4b905a3f5132b18df9fb4089389d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c36c2ed8110b34bbbfb0b1fb40a2e20b85622b9ad6ad727c3a4647d0bda814ee", + "https://cdn.confidential.cloud/constellation/cas/sha256/b8331635c52650519ca2ee37b0ae9954b6fd4b905a3f5132b18df9fb4089389d", ], ) - rpm( - name = "libvirt-daemon-driver-storage-mpath-0__8.6.0-5.fc37.x86_64", - sha256 = "31f24a03a2d2a1a7a7bf68308b5b550f4a5836f340d4a6ba143101d47ffda9a8", + name = "libvirt-daemon-driver-storage-iscsi-direct-0__9.0.0-3.fc38.x86_64", + sha256 = "0126e9b70bce883935b68bb6e8ff59eec362469ab4eb990413ca601aba7f00e1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/31f24a03a2d2a1a7a7bf68308b5b550f4a5836f340d4a6ba143101d47ffda9a8", + "https://cdn.confidential.cloud/constellation/cas/sha256/0126e9b70bce883935b68bb6e8ff59eec362469ab4eb990413ca601aba7f00e1", ], ) - rpm( - name = "libvirt-daemon-driver-storage-rbd-0__8.6.0-5.fc37.x86_64", - sha256 = "700951896e457b5d3c073b925dced22a604b3cf6ff265d072991a625de957781", + name = "libvirt-daemon-driver-storage-logical-0__9.0.0-3.fc38.x86_64", + sha256 = "dc8848dbe4ab5cf0a978b72c5ea59bacf756696fe645aed316426b088fad0d1e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/700951896e457b5d3c073b925dced22a604b3cf6ff265d072991a625de957781", + "https://cdn.confidential.cloud/constellation/cas/sha256/dc8848dbe4ab5cf0a978b72c5ea59bacf756696fe645aed316426b088fad0d1e", ], ) - rpm( - name = "libvirt-daemon-driver-storage-scsi-0__8.6.0-5.fc37.x86_64", - sha256 = "16c7f3af89808e64b3c17d9a8198161a981924dfa4b4d70b7a16e12123bd9eb0", + name = "libvirt-daemon-driver-storage-mpath-0__9.0.0-3.fc38.x86_64", + sha256 = "3fbf564c3aa176e4a521f5867ecfee6e546845d98e3fe5aa773744bf31dab381", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/16c7f3af89808e64b3c17d9a8198161a981924dfa4b4d70b7a16e12123bd9eb0", + "https://cdn.confidential.cloud/constellation/cas/sha256/3fbf564c3aa176e4a521f5867ecfee6e546845d98e3fe5aa773744bf31dab381", ], ) - rpm( - name = "libvirt-daemon-driver-storage-sheepdog-0__8.6.0-5.fc37.x86_64", - sha256 = "b0625cd8c1a54a758101b2f333906c075d178f5b4e0f21cccf63ea6152b225e3", + name = "libvirt-daemon-driver-storage-rbd-0__9.0.0-3.fc38.x86_64", + sha256 = "de7567b831e286438280d037b4655386e0587a0641f68db7d2d5690b9e9df478", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b0625cd8c1a54a758101b2f333906c075d178f5b4e0f21cccf63ea6152b225e3", + "https://cdn.confidential.cloud/constellation/cas/sha256/de7567b831e286438280d037b4655386e0587a0641f68db7d2d5690b9e9df478", ], ) - rpm( - name = "libvirt-daemon-driver-storage-zfs-0__8.6.0-5.fc37.x86_64", - sha256 = "3fc1bb30830cf16056bccebd38e5991e2da0a1a60653d0cd2a304699aed60f6d", + name = "libvirt-daemon-driver-storage-scsi-0__9.0.0-3.fc38.x86_64", + sha256 = "4fbd5d9825f27552379b7ecdc4d5d32aed9aaaaa6baa9596d8590087982c935f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3fc1bb30830cf16056bccebd38e5991e2da0a1a60653d0cd2a304699aed60f6d", + "https://cdn.confidential.cloud/constellation/cas/sha256/4fbd5d9825f27552379b7ecdc4d5d32aed9aaaaa6baa9596d8590087982c935f", ], ) - rpm( - name = "libvirt-daemon-kvm-0__8.6.0-5.fc37.x86_64", - sha256 = "fdd1eadf194d9dbdc06e4a3053dfd1501952afab4f5bcaf11bafb2a93b9bef88", + name = "libvirt-daemon-driver-storage-zfs-0__9.0.0-3.fc38.x86_64", + sha256 = "24d0f73660c150f4b6b34a408d7352ccf82e147823aac8b37d8d0775f6f58f21", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fdd1eadf194d9dbdc06e4a3053dfd1501952afab4f5bcaf11bafb2a93b9bef88", + "https://cdn.confidential.cloud/constellation/cas/sha256/24d0f73660c150f4b6b34a408d7352ccf82e147823aac8b37d8d0775f6f58f21", ], ) - rpm( - name = "libvirt-devel-0__8.6.0-5.fc37.x86_64", - sha256 = "3cf11a2799e69f36ee6ee9015549b2a956a9f7f434a015a42ba06835cfad5b83", + name = "libvirt-daemon-kvm-0__9.0.0-3.fc38.x86_64", + sha256 = "e0ecb4b1865b0b55aa08f81a7cc886e64ba5cfe917eec596b3e4e5176924eb68", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3cf11a2799e69f36ee6ee9015549b2a956a9f7f434a015a42ba06835cfad5b83", + "https://cdn.confidential.cloud/constellation/cas/sha256/e0ecb4b1865b0b55aa08f81a7cc886e64ba5cfe917eec596b3e4e5176924eb68", ], ) rpm( - name = "libvirt-libs-0__8.6.0-5.fc37.x86_64", - sha256 = "035260aa3ad6e33ace0cfcf075d7f946bef0406484d5fd88a40209c160ca27e5", + name = "libvirt-devel-0__9.0.0-3.fc38.x86_64", + sha256 = "9f001a1621c0860b93ecb69ec867a083cc9038940b9a4469ecd22cc9c9d0cf81", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/035260aa3ad6e33ace0cfcf075d7f946bef0406484d5fd88a40209c160ca27e5", + "https://cdn.confidential.cloud/constellation/cas/sha256/9f001a1621c0860b93ecb69ec867a083cc9038940b9a4469ecd22cc9c9d0cf81", ], ) rpm( - name = "libvisual-1__0.4.0-36.fc37.x86_64", - sha256 = "ab732e118bd7fc39c7f1ff467981bde50268d5d6206d81ce01037b78479d245a", + name = "libvirt-libs-0__9.0.0-3.fc38.x86_64", + sha256 = "5d219495350229becd82552aad619dd64428bbcd5e5cd347585f7181b3dc16f6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ab732e118bd7fc39c7f1ff467981bde50268d5d6206d81ce01037b78479d245a", + "https://cdn.confidential.cloud/constellation/cas/sha256/5d219495350229becd82552aad619dd64428bbcd5e5cd347585f7181b3dc16f6", ], ) - rpm( - name = "libvorbis-1__1.3.7-6.fc37.x86_64", - sha256 = "ff3eec9dddb9293bb8c5d1267067ed5301ee417877125f5e5f2c5f45585a5fe1", + name = "libvisual-1__0.4.1-1.fc38.x86_64", + sha256 = "02b66edd8a18c79464f7327517a631579fca36aea16f68d80cd424d5d10df2db", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ff3eec9dddb9293bb8c5d1267067ed5301ee417877125f5e5f2c5f45585a5fe1", + "https://cdn.confidential.cloud/constellation/cas/sha256/02b66edd8a18c79464f7327517a631579fca36aea16f68d80cd424d5d10df2db", ], ) - rpm( - name = "libwayland-client-0__1.21.0-1.fc37.x86_64", - sha256 = "f47e08a0ccff9ed6302d4a26770ff2a2b3ff6fd719cb0e66de4dff975e3bf8cb", + name = "libvorbis-1__1.3.7-7.fc38.x86_64", + sha256 = "0e0143576cb83d8df9deca4af1350e25cd4baec239d22b03d6eef9d33e43dc7f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f47e08a0ccff9ed6302d4a26770ff2a2b3ff6fd719cb0e66de4dff975e3bf8cb", + "https://cdn.confidential.cloud/constellation/cas/sha256/0e0143576cb83d8df9deca4af1350e25cd4baec239d22b03d6eef9d33e43dc7f", ], ) - rpm( - name = "libwayland-cursor-0__1.21.0-1.fc37.x86_64", - sha256 = "c28d01fc2953f77c730444919e470597c2bfa3493a6c48ba8fe6c739152c675b", + name = "libwayland-client-0__1.22.0-1.fc38.x86_64", + sha256 = "368c97e4298fa4e260d913f55bd5ce9f2ed6ac5bfd11718e29269ddd209317ce", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c28d01fc2953f77c730444919e470597c2bfa3493a6c48ba8fe6c739152c675b", + "https://cdn.confidential.cloud/constellation/cas/sha256/368c97e4298fa4e260d913f55bd5ce9f2ed6ac5bfd11718e29269ddd209317ce", ], ) - rpm( - name = "libwayland-egl-0__1.21.0-1.fc37.x86_64", - sha256 = "852e6c63dbc88917d966da31dcb011e224ec92b730f4ea34fc84add6ec7ef9ec", + name = "libwayland-cursor-0__1.22.0-1.fc38.x86_64", + sha256 = "97a7bb0afeb30d688bec290689b04de2fee940803da07fa83edee8773d9708a6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/852e6c63dbc88917d966da31dcb011e224ec92b730f4ea34fc84add6ec7ef9ec", + "https://cdn.confidential.cloud/constellation/cas/sha256/97a7bb0afeb30d688bec290689b04de2fee940803da07fa83edee8773d9708a6", ], ) - rpm( - name = "libwayland-server-0__1.21.0-1.fc37.x86_64", - sha256 = "5da70288a025c06113b1768707604a1dc3a37d781a273da84752cfa569570047", + name = "libwayland-egl-0__1.22.0-1.fc38.x86_64", + sha256 = "1c3baa170cd1bf3b015b2bb662f5e92d6f13d990a3fbc79cebbe1fb85736c0a4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5da70288a025c06113b1768707604a1dc3a37d781a273da84752cfa569570047", + "https://cdn.confidential.cloud/constellation/cas/sha256/1c3baa170cd1bf3b015b2bb662f5e92d6f13d990a3fbc79cebbe1fb85736c0a4", ], ) - rpm( - name = "libwebp-0__1.3.0-1.fc37.x86_64", - sha256 = "be6b50cf9bda4246cf53eb628a672998bb37f8c28341d4ac905de346028f4bf2", + name = "libwayland-server-0__1.22.0-1.fc38.x86_64", + sha256 = "c8d8f8b164729d05f61cbc8a68cfb881794435ff61e69d8083d58caf2d9b9859", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/be6b50cf9bda4246cf53eb628a672998bb37f8c28341d4ac905de346028f4bf2", + "https://cdn.confidential.cloud/constellation/cas/sha256/c8d8f8b164729d05f61cbc8a68cfb881794435ff61e69d8083d58caf2d9b9859", ], ) - rpm( - name = "libwsman1-0__2.7.1-7.fc37.x86_64", - sha256 = "41d9f13f5a7020a70f565e326fc5dd9167be30f3298ce5360081028cf2efbcab", + name = "libwebp-0__1.3.0-2.fc38.x86_64", + sha256 = "1d0c135a21c4c8a9c067cf068700e48c0e994ad71a96ef5fb67ad03cb0d86b51", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/41d9f13f5a7020a70f565e326fc5dd9167be30f3298ce5360081028cf2efbcab", + "https://cdn.confidential.cloud/constellation/cas/sha256/1d0c135a21c4c8a9c067cf068700e48c0e994ad71a96ef5fb67ad03cb0d86b51", ], ) rpm( - name = "libxcb-0__1.13.1-10.fc37.x86_64", - sha256 = "e3226b05b41b3ba62d8910e76302acb3fc3686e834aa9bdabf26f7a28f65cd76", + name = "libwsman1-0__2.7.1-10.fc38.x86_64", + sha256 = "c971c1379535cc585d3bbdf663a9825a0fa0cadadee4d8f2958b2dac5a03a1d8", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e3226b05b41b3ba62d8910e76302acb3fc3686e834aa9bdabf26f7a28f65cd76", + "https://cdn.confidential.cloud/constellation/cas/sha256/c971c1379535cc585d3bbdf663a9825a0fa0cadadee4d8f2958b2dac5a03a1d8", ], ) - rpm( - name = "libxcrypt-0__4.4.33-4.fc37.x86_64", - sha256 = "547b9cffb0211abc4445d159e944f4fb59606b2eddfc14813b8c068859294ba6", + name = "libxcb-0__1.13.1-11.fc38.x86_64", + sha256 = "6ee063251e12f5fb0fde6d5aee982d9b9d27103335e93fcc72f6b2e829769f05", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/547b9cffb0211abc4445d159e944f4fb59606b2eddfc14813b8c068859294ba6", + "https://cdn.confidential.cloud/constellation/cas/sha256/6ee063251e12f5fb0fde6d5aee982d9b9d27103335e93fcc72f6b2e829769f05", ], ) rpm( - name = "libxkbcommon-0__1.4.1-2.fc37.x86_64", - sha256 = "ec9520e18b72651f309f78f4decc2b6571d04be898cf173bbfd6dc7b8d7611d4", + name = "libxcrypt-0__4.4.35-1.fc38.x86_64", + sha256 = "5ae6ba32fa05c1c247a17ae88cf9761b89b30ad9de5ff38cce18d38497d6eb4d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ec9520e18b72651f309f78f4decc2b6571d04be898cf173bbfd6dc7b8d7611d4", + "https://cdn.confidential.cloud/constellation/cas/sha256/5ae6ba32fa05c1c247a17ae88cf9761b89b30ad9de5ff38cce18d38497d6eb4d", ], ) - rpm( - name = "libxml2-0__2.10.3-2.fc37.x86_64", - sha256 = "105e8b221029cc4595682cd837dd80c1124685477efbec280fef2e2bb4974d2d", + name = "libxkbcommon-0__1.5.0-2.fc38.x86_64", + sha256 = "507ffdb912296768699a70c30169077b531b1612e47041551bfe523a4b7b6c7d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/105e8b221029cc4595682cd837dd80c1124685477efbec280fef2e2bb4974d2d", + "https://cdn.confidential.cloud/constellation/cas/sha256/507ffdb912296768699a70c30169077b531b1612e47041551bfe523a4b7b6c7d", ], ) rpm( - name = "libxml__plus____plus__-0__2.42.2-1.fc37.x86_64", - sha256 = "ef43127de1166abaca97466851baf41725e6dd2303d30b386c7177564774faaf", + name = "libxml2-0__2.10.4-1.fc38.x86_64", + sha256 = "13f2ec62e10333000a13123a4cae5ebbda270c32ece03247e45bd2b244e7bba5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ef43127de1166abaca97466851baf41725e6dd2303d30b386c7177564774faaf", + "https://cdn.confidential.cloud/constellation/cas/sha256/13f2ec62e10333000a13123a4cae5ebbda270c32ece03247e45bd2b244e7bba5", ], ) - rpm( - name = "libxshmfence-0__1.3-11.fc37.x86_64", - sha256 = "a1698c6585e2dd9df98b17e38863e91758c49f13cae76dcc1c8943cfd4faf292", + name = "libxml__plus____plus__-0__2.42.2-2.fc38.x86_64", + sha256 = "91de25e9d5c085babb73869cda1aa4a9607c6cef36c4f98358d1824e9aba0154", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a1698c6585e2dd9df98b17e38863e91758c49f13cae76dcc1c8943cfd4faf292", + "https://cdn.confidential.cloud/constellation/cas/sha256/91de25e9d5c085babb73869cda1aa4a9607c6cef36c4f98358d1824e9aba0154", ], ) - rpm( - name = "libzstd-0__1.5.4-1.fc37.x86_64", - sha256 = "d9c9de0b8805782ace29c7fbf5a922dc5d34c3e248f4a13b89a350584045d009", + name = "libxshmfence-0__1.3-12.fc38.x86_64", + sha256 = "9024d598310ee443a2d82e85dd26293d4533703230249832729b495cf4fec5a4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d9c9de0b8805782ace29c7fbf5a922dc5d34c3e248f4a13b89a350584045d009", + "https://cdn.confidential.cloud/constellation/cas/sha256/9024d598310ee443a2d82e85dd26293d4533703230249832729b495cf4fec5a4", ], ) rpm( - name = "linux-atm-libs-0__2.5.1-33.fc37.x86_64", - sha256 = "52a128f75f6cbe3555a44c6928390efe47d24a04ff0fc694033c74bda8a49542", + name = "libzstd-0__1.5.5-1.fc38.x86_64", + sha256 = "7d9a98372505c9c1dff7dfea558b20a44820fda416a609467790577a848de110", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/52a128f75f6cbe3555a44c6928390efe47d24a04ff0fc694033c74bda8a49542", + "https://cdn.confidential.cloud/constellation/cas/sha256/7d9a98372505c9c1dff7dfea558b20a44820fda416a609467790577a848de110", ], ) - rpm( - name = "llvm-libs-0__15.0.7-1.fc37.x86_64", - sha256 = "bb01c1946fccde6933ebe937cef351a8cbbe49921a911f030787396c71d8d77d", + name = "linux-atm-libs-0__2.5.1-34.fc38.x86_64", + sha256 = "27958b2623e06faf37e427fd4c9750a7b9df35ce38365a93caae068d24ebc95b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bb01c1946fccde6933ebe937cef351a8cbbe49921a911f030787396c71d8d77d", + "https://cdn.confidential.cloud/constellation/cas/sha256/27958b2623e06faf37e427fd4c9750a7b9df35ce38365a93caae068d24ebc95b", ], ) - rpm( - name = "lttng-ust-0__2.13.3-3.fc37.x86_64", - sha256 = "765e366ec83ea61b782a4dc3b8afa209eb7c2166f53dfe1e619a0c6ba7e4a2f4", + name = "llvm-libs-0__16.0.5-1.fc38.x86_64", + sha256 = "fd94edffb34fcfe627d8d066e480e4c4b40b3a00ff946cd008db3102317e0279", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/765e366ec83ea61b782a4dc3b8afa209eb7c2166f53dfe1e619a0c6ba7e4a2f4", + "https://cdn.confidential.cloud/constellation/cas/sha256/fd94edffb34fcfe627d8d066e480e4c4b40b3a00ff946cd008db3102317e0279", ], ) - rpm( - name = "lua-libs-0__5.4.4-9.fc37.x86_64", - sha256 = "561ebd5154e2d0d56f6a90283065b27304f81fc57fc881faf485e55d6414fad6", + name = "lm_sensors-libs-0__3.6.0-13.fc38.x86_64", + sha256 = "00bb2d073d6ad9c49ead0e0fb69bcb48aeebb2e12e60e11d45ae73b615dc4c3d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/561ebd5154e2d0d56f6a90283065b27304f81fc57fc881faf485e55d6414fad6", + "https://cdn.confidential.cloud/constellation/cas/sha256/00bb2d073d6ad9c49ead0e0fb69bcb48aeebb2e12e60e11d45ae73b615dc4c3d", ], ) - rpm( - name = "lvm2-0__2.03.11-9.fc37.x86_64", - sha256 = "b8d2729bc77e301575d2afbe35bf93fac1ae7f95b741a0374bbe110ab880031f", + name = "lttng-ust-0__2.13.5-2.fc38.x86_64", + sha256 = "d82a0842af5a5bdabc93a335fa3a4a18d563d2e69ce511bbdbb7fa526b0f24aa", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b8d2729bc77e301575d2afbe35bf93fac1ae7f95b741a0374bbe110ab880031f", + "https://cdn.confidential.cloud/constellation/cas/sha256/d82a0842af5a5bdabc93a335fa3a4a18d563d2e69ce511bbdbb7fa526b0f24aa", ], ) - rpm( - name = "lvm2-libs-0__2.03.11-9.fc37.x86_64", - sha256 = "dcd2bd77993e452371337a25ca3eefae377a9b1edc105becdf45979b6bdfd7e4", + name = "lua-libs-0__5.4.4-9.fc38.x86_64", + sha256 = "f0a48ec36269d83120425b269e47ba5c86d5a9a44e0de2665c1d55c10732d25b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/dcd2bd77993e452371337a25ca3eefae377a9b1edc105becdf45979b6bdfd7e4", + "https://cdn.confidential.cloud/constellation/cas/sha256/f0a48ec36269d83120425b269e47ba5c86d5a9a44e0de2665c1d55c10732d25b", ], ) - rpm( - name = "lz4-libs-0__1.9.4-1.fc37.x86_64", - sha256 = "f39b8b018fcb2b55477cdbfa4af7c9db9b660c85000a4a42e880b1a951efbe5a", + name = "lvm2-0__2.03.18-2.fc38.x86_64", + sha256 = "98ca6f23dfcd29089994b48a22bc8703359ad347b868d453df2b3924cb91ddb5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f39b8b018fcb2b55477cdbfa4af7c9db9b660c85000a4a42e880b1a951efbe5a", + "https://cdn.confidential.cloud/constellation/cas/sha256/98ca6f23dfcd29089994b48a22bc8703359ad347b868d453df2b3924cb91ddb5", ], ) - rpm( - name = "lzo-0__2.10-7.fc37.x86_64", - sha256 = "fdde3f48dc7d4f5197d79b765c730aedc86632edc5fcbee3b50e876b2cf39e3e", + name = "lvm2-libs-0__2.03.18-2.fc38.x86_64", + sha256 = "c70094904d3b13adfe8bbc8fee9f0761a2ea184b8ec9f5c667b324b789694991", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fdde3f48dc7d4f5197d79b765c730aedc86632edc5fcbee3b50e876b2cf39e3e", + "https://cdn.confidential.cloud/constellation/cas/sha256/c70094904d3b13adfe8bbc8fee9f0761a2ea184b8ec9f5c667b324b789694991", ], ) rpm( - name = "lzop-0__1.04-9.fc37.x86_64", - sha256 = "b93355cd20ca47f13fc56fba444347aa1189993a1b29eb7b3c1302079b6af44b", + name = "lz4-libs-0__1.9.4-2.fc38.x86_64", + sha256 = "96a8f495896c0ff7520c2cc5c9c173d134efc9ef6c6b0364bc7533aefb578d41", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b93355cd20ca47f13fc56fba444347aa1189993a1b29eb7b3c1302079b6af44b", + "https://cdn.confidential.cloud/constellation/cas/sha256/96a8f495896c0ff7520c2cc5c9c173d134efc9ef6c6b0364bc7533aefb578d41", ], ) - rpm( - name = "mdevctl-0__1.2.0-1.fc37.x86_64", - sha256 = "aa87c9b0dafa770c5b53ecd9238f8e4663632ba41ccb6249f9dc2d105d479ddf", + name = "lzo-0__2.10-8.fc38.x86_64", + sha256 = "c0a169c3f1295ace00207e4005a1cebf832a34f013f2ed15ac65af936c0c1037", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/aa87c9b0dafa770c5b53ecd9238f8e4663632ba41ccb6249f9dc2d105d479ddf", + "https://cdn.confidential.cloud/constellation/cas/sha256/c0a169c3f1295ace00207e4005a1cebf832a34f013f2ed15ac65af936c0c1037", ], ) - rpm( - name = "mesa-dri-drivers-0__22.3.7-1.fc37.x86_64", - sha256 = "95e61d0ff50aceda157f75ebed02e7465e86edcce23d86ec57700734f941a1f0", + name = "lzop-0__1.04-10.fc38.x86_64", + sha256 = "edb6dc6b6c48697a575892cfa889e77c5e7a935d4943d9bccb03082c4384af9e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/95e61d0ff50aceda157f75ebed02e7465e86edcce23d86ec57700734f941a1f0", + "https://cdn.confidential.cloud/constellation/cas/sha256/edb6dc6b6c48697a575892cfa889e77c5e7a935d4943d9bccb03082c4384af9e", ], ) - rpm( - name = "mesa-filesystem-0__22.3.7-1.fc37.x86_64", - sha256 = "bf7a986940e4dcf0d96252e7e421cc244d1a8d5b3c50b6f86e2cff798bda5b90", + name = "mdevctl-0__1.2.0-3.fc38.x86_64", + sha256 = "3d986c9a028d57046ea8edd97aadce3923e71f2b28c620c584977282d3386da1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bf7a986940e4dcf0d96252e7e421cc244d1a8d5b3c50b6f86e2cff798bda5b90", + "https://cdn.confidential.cloud/constellation/cas/sha256/3d986c9a028d57046ea8edd97aadce3923e71f2b28c620c584977282d3386da1", ], ) - rpm( - name = "mesa-libEGL-0__22.3.7-1.fc37.x86_64", - sha256 = "edf53f0b5568753f2db90f5b5aefc6b93ae8c05c9d23578d0c6575e2a9e24563", + name = "mesa-dri-drivers-0__23.1.2-1.fc38.x86_64", + sha256 = "1f49fbfbfbde05acdda86244f8139fc265eb8603eece44d428036ef69949caf3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/edf53f0b5568753f2db90f5b5aefc6b93ae8c05c9d23578d0c6575e2a9e24563", + "https://cdn.confidential.cloud/constellation/cas/sha256/1f49fbfbfbde05acdda86244f8139fc265eb8603eece44d428036ef69949caf3", ], ) - rpm( - name = "mesa-libGL-0__22.3.7-1.fc37.x86_64", - sha256 = "72c6bd7aedb7b1b5aa745c4daffc323121cbaa700ce65786ec1e55adb62a5b20", + name = "mesa-filesystem-0__23.1.2-1.fc38.x86_64", + sha256 = "e8bdccbeca06e042b2cb03567ef7b8c6c4baeafeb31aee02988aacf2dd9858ca", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/72c6bd7aedb7b1b5aa745c4daffc323121cbaa700ce65786ec1e55adb62a5b20", + "https://cdn.confidential.cloud/constellation/cas/sha256/e8bdccbeca06e042b2cb03567ef7b8c6c4baeafeb31aee02988aacf2dd9858ca", ], ) - rpm( - name = "mesa-libgbm-0__22.3.7-1.fc37.x86_64", - sha256 = "b649a19c8b56539a346049c3f819d2e1a84ea3ef930698f3873812503762aafd", + name = "mesa-libEGL-0__23.1.2-1.fc38.x86_64", + sha256 = "96809fa333b71b051a87f42e4cadeb1d3da83f09f56af5af8992290b49c75878", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b649a19c8b56539a346049c3f819d2e1a84ea3ef930698f3873812503762aafd", + "https://cdn.confidential.cloud/constellation/cas/sha256/96809fa333b71b051a87f42e4cadeb1d3da83f09f56af5af8992290b49c75878", ], ) - rpm( - name = "mesa-libglapi-0__22.3.7-1.fc37.x86_64", - sha256 = "7fa53487dc2d5a54c92c2dc4ace9038924a672c1be214fd6b8510e7a5980c7e2", + name = "mesa-libGL-0__23.1.2-1.fc38.x86_64", + sha256 = "17af9d932e30054b7a0f95f62f28ef8d44a1d562e2549d3cd4d2e15b2dea8f08", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7fa53487dc2d5a54c92c2dc4ace9038924a672c1be214fd6b8510e7a5980c7e2", + "https://cdn.confidential.cloud/constellation/cas/sha256/17af9d932e30054b7a0f95f62f28ef8d44a1d562e2549d3cd4d2e15b2dea8f08", ], ) - rpm( - name = "mozjs102-0__102.9.0-1.fc37.x86_64", - sha256 = "cc833951b3ff2d5527b618f17d670afe6b58d13155010fc74a9004b48f145e39", + name = "mesa-libgbm-0__23.1.2-1.fc38.x86_64", + sha256 = "ba573a2754927f646e9bb07f67999c3f1d50d13174b2e545d220451224db36f1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/cc833951b3ff2d5527b618f17d670afe6b58d13155010fc74a9004b48f145e39", + "https://cdn.confidential.cloud/constellation/cas/sha256/ba573a2754927f646e9bb07f67999c3f1d50d13174b2e545d220451224db36f1", ], ) - rpm( - name = "mpdecimal-0__2.5.1-4.fc37.x86_64", - sha256 = "45764a6773175638883e02215074f084de209d172d1d07be289e89aa5f4131d3", + name = "mesa-libglapi-0__23.1.2-1.fc38.x86_64", + sha256 = "0e3caa1c984a69c729a0ef5f23234559af441e688911fa5c1c2627d38f729d38", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/45764a6773175638883e02215074f084de209d172d1d07be289e89aa5f4131d3", + "https://cdn.confidential.cloud/constellation/cas/sha256/0e3caa1c984a69c729a0ef5f23234559af441e688911fa5c1c2627d38f729d38", ], ) - rpm( - name = "mpfr-0__4.1.0-10.fc37.x86_64", - sha256 = "3be8cf104424fb5e148846a1df4a9c193527f55ee866bff0963e788450483566", + name = "mpdecimal-0__2.5.1-6.fc38.x86_64", + sha256 = "22f217f91fc2d2a666304c0b360520b13adde47761baa6fed1663bb514b6faf5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3be8cf104424fb5e148846a1df4a9c193527f55ee866bff0963e788450483566", + "https://cdn.confidential.cloud/constellation/cas/sha256/22f217f91fc2d2a666304c0b360520b13adde47761baa6fed1663bb514b6faf5", ], ) rpm( - name = "mpg123-libs-0__1.31.3-1.fc37.x86_64", - sha256 = "5a2688e9b31fcd5e3e31635d6bd254704c56ae2b432078a2b5596c4582bedfa8", + name = "mpfr-0__4.1.1-3.fc38.x86_64", + sha256 = "e7c9b0c39f77c6fdf68ff04d8714c10532907a8a9c3e76fb377afe546247737f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5a2688e9b31fcd5e3e31635d6bd254704c56ae2b432078a2b5596c4582bedfa8", + "https://cdn.confidential.cloud/constellation/cas/sha256/e7c9b0c39f77c6fdf68ff04d8714c10532907a8a9c3e76fb377afe546247737f", ], ) - rpm( - name = "ncurses-0__6.3-4.20220501.fc37.x86_64", - sha256 = "7d90626c613d813fc63a1960985483aabf24ef2ab8b3b8f73cc9d8cac4fa6edd", + name = "mpg123-libs-0__1.31.3-1.fc38.x86_64", + sha256 = "feac51e23991dbcfdfcacee899cc393be1aeb6b4e8a409df4149b5dabf8b18d2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7d90626c613d813fc63a1960985483aabf24ef2ab8b3b8f73cc9d8cac4fa6edd", + "https://cdn.confidential.cloud/constellation/cas/sha256/feac51e23991dbcfdfcacee899cc393be1aeb6b4e8a409df4149b5dabf8b18d2", ], ) - rpm( - name = "ncurses-base-0__6.3-4.20220501.fc37.x86_64", - sha256 = "000164a9a82458fbb69b3433801dcc0d0e2437e21d7f7d4fd45f63a42a0bc26f", + name = "ncurses-0__6.4-3.20230114.fc38.x86_64", + sha256 = "4cf0fef9c5587482e955c8cd130f296981e552dc76b1a709c81349d7ee475eee", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/000164a9a82458fbb69b3433801dcc0d0e2437e21d7f7d4fd45f63a42a0bc26f", + "https://cdn.confidential.cloud/constellation/cas/sha256/4cf0fef9c5587482e955c8cd130f296981e552dc76b1a709c81349d7ee475eee", ], ) rpm( - name = "ncurses-libs-0__6.3-4.20220501.fc37.x86_64", - sha256 = "75e51eebcd3fe150b421ec5b1c9a6e918caa5b3c0f243f2b70d445fd434488bb", + name = "ncurses-base-0__6.4-3.20230114.fc38.x86_64", + sha256 = "602145f27fd017858256c6ee880863ef5be17c6d3c6c1354f7f16f6f6348db57", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/75e51eebcd3fe150b421ec5b1c9a6e918caa5b3c0f243f2b70d445fd434488bb", + "https://cdn.confidential.cloud/constellation/cas/sha256/602145f27fd017858256c6ee880863ef5be17c6d3c6c1354f7f16f6f6348db57", ], ) rpm( - name = "ndctl-libs-0__76.1-1.fc37.x86_64", - sha256 = "8c1c1d79191ba78c7db091a9dc79bc9db1f6bbad8191f8ddbcce015e7183b1e6", + name = "ncurses-libs-0__6.4-3.20230114.fc38.x86_64", + sha256 = "6ce309d9fd208bfff831981ee4298ccb25fa72363cb7464f1da03b8214d4351f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8c1c1d79191ba78c7db091a9dc79bc9db1f6bbad8191f8ddbcce015e7183b1e6", + "https://cdn.confidential.cloud/constellation/cas/sha256/6ce309d9fd208bfff831981ee4298ccb25fa72363cb7464f1da03b8214d4351f", ], ) - rpm( - name = "nettle-0__3.8-2.fc37.x86_64", - sha256 = "8fe2d98578b0c4454536faacbaafd66d1754b8439bb6332d7576a741f4c72208", + name = "ndctl-libs-0__77-1.fc38.x86_64", + sha256 = "11e9ef8253b940711e031069e6103528a5d4f1cc83aa4de2ada284459b9b01c5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8fe2d98578b0c4454536faacbaafd66d1754b8439bb6332d7576a741f4c72208", + "https://cdn.confidential.cloud/constellation/cas/sha256/11e9ef8253b940711e031069e6103528a5d4f1cc83aa4de2ada284459b9b01c5", ], ) rpm( - name = "nfs-utils-1__2.6.2-2.rc6.fc37.x86_64", - sha256 = "23f02af2336e2307823369f83fd6b63e7d15e5b66b0d9e43deab208393a34eb4", + name = "nettle-0__3.8-3.fc38.x86_64", + sha256 = "605d6710ba42104ce0434bb37b0ca9a922a8392c14175bc782f8acb70b94c3aa", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/23f02af2336e2307823369f83fd6b63e7d15e5b66b0d9e43deab208393a34eb4", + "https://cdn.confidential.cloud/constellation/cas/sha256/605d6710ba42104ce0434bb37b0ca9a922a8392c14175bc782f8acb70b94c3aa", ], ) - rpm( - name = "nspr-0__4.35.0-5.fc37.x86_64", - sha256 = "2b5ccbce76b445a5564ced2ae5bc395db5e49485fa6764663846f003542ec1ac", + name = "nfs-utils-1__2.6.3-0.fc38.x86_64", + sha256 = "2422ff75f1de3099418a510ada2146ab7fc28a5c6720783c9cc4a87f7f836763", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2b5ccbce76b445a5564ced2ae5bc395db5e49485fa6764663846f003542ec1ac", + "https://cdn.confidential.cloud/constellation/cas/sha256/2422ff75f1de3099418a510ada2146ab7fc28a5c6720783c9cc4a87f7f836763", ], ) - rpm( - name = "nss-0__3.89.0-1.fc37.x86_64", - sha256 = "eb31ce873dd92eef026f3d031d860b2e87a622f81648df620c09e9caa7661d97", + name = "nspr-0__4.35.0-7.fc38.x86_64", + sha256 = "259f0d0f4e4ac85491d73880cb300a1a59854d295b45990f519a992bf10fd600", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/eb31ce873dd92eef026f3d031d860b2e87a622f81648df620c09e9caa7661d97", + "https://cdn.confidential.cloud/constellation/cas/sha256/259f0d0f4e4ac85491d73880cb300a1a59854d295b45990f519a992bf10fd600", ], ) - rpm( - name = "nss-softokn-0__3.89.0-1.fc37.x86_64", - sha256 = "91d5cf0e568ffd5a2ec1de237ffac23bdcc54b42f12623c3b36a7a0b3cd0f789", + name = "nss-0__3.90.0-1.fc38.x86_64", + sha256 = "4ea2af363a603e8966bb9f2682cfe095d21d233b4c0857c0160d7937e6e7d6b9", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/91d5cf0e568ffd5a2ec1de237ffac23bdcc54b42f12623c3b36a7a0b3cd0f789", + "https://cdn.confidential.cloud/constellation/cas/sha256/4ea2af363a603e8966bb9f2682cfe095d21d233b4c0857c0160d7937e6e7d6b9", ], ) - rpm( - name = "nss-softokn-freebl-0__3.89.0-1.fc37.x86_64", - sha256 = "bf528aa71d1c018020f2467f35b1a579921bf10d8d09592ec1de90e1961c5533", + name = "nss-softokn-0__3.90.0-1.fc38.x86_64", + sha256 = "74bf3d6139b82aa99d33675151624f14e9c19563091d4c56e3179fec43b83b7b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bf528aa71d1c018020f2467f35b1a579921bf10d8d09592ec1de90e1961c5533", + "https://cdn.confidential.cloud/constellation/cas/sha256/74bf3d6139b82aa99d33675151624f14e9c19563091d4c56e3179fec43b83b7b", ], ) - rpm( - name = "nss-sysinit-0__3.89.0-1.fc37.x86_64", - sha256 = "c9e20aa47b36c9352f0c79b4a6cfc9d49ed503ef4983fe3219dda6f937cfb5d8", + name = "nss-softokn-freebl-0__3.90.0-1.fc38.x86_64", + sha256 = "80b406c941b73c36130e88d5bd63f670f829991836abbde89c2d32103247450e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c9e20aa47b36c9352f0c79b4a6cfc9d49ed503ef4983fe3219dda6f937cfb5d8", + "https://cdn.confidential.cloud/constellation/cas/sha256/80b406c941b73c36130e88d5bd63f670f829991836abbde89c2d32103247450e", ], ) - rpm( - name = "nss-util-0__3.89.0-1.fc37.x86_64", - sha256 = "f267d65fee6a0198b9ee814e6200b8ddbe722c9d4bbc045181f7ee84831a194d", + name = "nss-sysinit-0__3.90.0-1.fc38.x86_64", + sha256 = "d677418fabeb2f926b29b0342a3846a931f0c333620e67ed687481508e58e26b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f267d65fee6a0198b9ee814e6200b8ddbe722c9d4bbc045181f7ee84831a194d", + "https://cdn.confidential.cloud/constellation/cas/sha256/d677418fabeb2f926b29b0342a3846a931f0c333620e67ed687481508e58e26b", ], ) - rpm( - name = "numactl-libs-0__2.0.14-6.fc37.x86_64", - sha256 = "8f2e423d8f64f3abf33f8660df718d69f785a673a57eb188258a9f79af8f678f", + name = "nss-util-0__3.90.0-1.fc38.x86_64", + sha256 = "027a6c010b1fdaf9ce108ade9dc56d65ef78e19b854760558b4f8df76459f6a4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8f2e423d8f64f3abf33f8660df718d69f785a673a57eb188258a9f79af8f678f", + "https://cdn.confidential.cloud/constellation/cas/sha256/027a6c010b1fdaf9ce108ade9dc56d65ef78e19b854760558b4f8df76459f6a4", ], ) rpm( - name = "numad-0__0.5-37.20150602git.fc37.x86_64", - sha256 = "de3ce09d93cebeb346d417dd656011e0323c6cfc983d585d093cbd199f2537a0", + name = "numactl-libs-0__2.0.16-2.fc38.x86_64", + sha256 = "2f7ccfe2164b0063349128dd1fba018fe76a679f6ecfa8306f04dc5a5db341c7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/de3ce09d93cebeb346d417dd656011e0323c6cfc983d585d093cbd199f2537a0", + "https://cdn.confidential.cloud/constellation/cas/sha256/2f7ccfe2164b0063349128dd1fba018fe76a679f6ecfa8306f04dc5a5db341c7", ], ) - rpm( - name = "openldap-0__2.6.4-1.fc37.x86_64", - sha256 = "613788ec7bdccd9d14f3ffa97b06c32d43857a5ade51dc54d36d83a57007333c", + name = "numad-0__0.5-38.20150602git.fc38.x86_64", + sha256 = "848d74f79bb0ba85aadd906a0f932216ed86dc779828fd60a95d1e28bfca2db3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/613788ec7bdccd9d14f3ffa97b06c32d43857a5ade51dc54d36d83a57007333c", + "https://cdn.confidential.cloud/constellation/cas/sha256/848d74f79bb0ba85aadd906a0f932216ed86dc779828fd60a95d1e28bfca2db3", ], ) rpm( - name = "openssl-devel-1__3.0.8-1.fc37.x86_64", - sha256 = "28cbab4a2dadfdf33c1510d61f4ef48ef0f33165b22ff9d75233332d7a01df71", + name = "openldap-0__2.6.4-1.fc38.x86_64", + sha256 = "13509309959035c338299a33985d56f10896466367e1f62d4fea98123e74bfc7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/28cbab4a2dadfdf33c1510d61f4ef48ef0f33165b22ff9d75233332d7a01df71", + "https://cdn.confidential.cloud/constellation/cas/sha256/13509309959035c338299a33985d56f10896466367e1f62d4fea98123e74bfc7", ], ) rpm( - name = "openssl-libs-1__3.0.8-1.fc37.x86_64", - sha256 = "f250396bc408a880a50a53535e8038d593107594af1d9d348c01aa27a6348dae", + name = "openssl-libs-1__3.0.9-1.fc38.x86_64", + sha256 = "c9984097ed1c330ccf4369b4e0c2e006b2de3211f0b128804b2992dea401f914", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f250396bc408a880a50a53535e8038d593107594af1d9d348c01aa27a6348dae", + "https://cdn.confidential.cloud/constellation/cas/sha256/c9984097ed1c330ccf4369b4e0c2e006b2de3211f0b128804b2992dea401f914", ], ) - rpm( - name = "opus-0__1.3.1-11.fc37.x86_64", - sha256 = "79f646709769db7e9f7246ae8e63088d88b1888bc43b12fc6a495af6161c7300", + name = "openssl1.1-1__1.1.1q-4.fc38.x86_64", + sha256 = "a40c0cc6ce179c74e50c788917ce8dc58cc8dd9b2b945d0f941836cb2dcb33b6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/79f646709769db7e9f7246ae8e63088d88b1888bc43b12fc6a495af6161c7300", + "https://cdn.confidential.cloud/constellation/cas/sha256/a40c0cc6ce179c74e50c788917ce8dc58cc8dd9b2b945d0f941836cb2dcb33b6", ], ) - rpm( - name = "orc-0__0.4.31-8.fc37.x86_64", - sha256 = "2016e01f768a65aa7beac8f8e0017df968f0549797bcf5efaed0713cbaea2d0a", + name = "openssl1.1-devel-1__1.1.1q-4.fc38.x86_64", + sha256 = "f8985b571eb2cdc9299031268eaa41b658c7244a8e3f34e2838699c391cf63cb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2016e01f768a65aa7beac8f8e0017df968f0549797bcf5efaed0713cbaea2d0a", + "https://cdn.confidential.cloud/constellation/cas/sha256/f8985b571eb2cdc9299031268eaa41b658c7244a8e3f34e2838699c391cf63cb", ], ) - rpm( - name = "p11-kit-0__0.24.1-3.fc37.x86_64", - sha256 = "4dad6ac54eb7708cbfc8522d372f2a196cf711e97e279cbddba8cc8b92970dd7", + name = "opus-0__1.3.1-12.fc38.x86_64", + sha256 = "6b551665f914f90435870fba0c26935e41b831169d4da7e224212d20b041a035", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4dad6ac54eb7708cbfc8522d372f2a196cf711e97e279cbddba8cc8b92970dd7", + "https://cdn.confidential.cloud/constellation/cas/sha256/6b551665f914f90435870fba0c26935e41b831169d4da7e224212d20b041a035", ], ) - rpm( - name = "p11-kit-trust-0__0.24.1-3.fc37.x86_64", - sha256 = "0fd85eb1ce27615fea745721b18648b4a4585ad4b11a482c1b77fc1785cd5194", + name = "orc-0__0.4.33-2.fc38.x86_64", + sha256 = "94aa513b040927c074d1c1667dd8bb81842a8859182326658835ad2b604459fb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0fd85eb1ce27615fea745721b18648b4a4585ad4b11a482c1b77fc1785cd5194", + "https://cdn.confidential.cloud/constellation/cas/sha256/94aa513b040927c074d1c1667dd8bb81842a8859182326658835ad2b604459fb", ], ) rpm( - name = "pam-0__1.5.2-14.fc37.x86_64", - sha256 = "a66ee1c9f9155c97e77cbd18658ce5129638f7d6e208c01c172c4dd1dfdbbe6d", + name = "p11-kit-0__0.24.1-6.fc38.x86_64", + sha256 = "8e4afbcb9488d9c6a9bf7d0739173b8757ce33a6f5e00f0ab7ccfcf605ed9273", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a66ee1c9f9155c97e77cbd18658ce5129638f7d6e208c01c172c4dd1dfdbbe6d", + "https://cdn.confidential.cloud/constellation/cas/sha256/8e4afbcb9488d9c6a9bf7d0739173b8757ce33a6f5e00f0ab7ccfcf605ed9273", ], ) rpm( - name = "pam-libs-0__1.5.2-14.fc37.x86_64", - sha256 = "ee34422adc6451da744bd16a8cd66c9912a822c4e55227c23ff56960c32980f5", + name = "p11-kit-trust-0__0.24.1-6.fc38.x86_64", + sha256 = "9030a26ff737b7bbb71d5208feebba1a0b2774d58dfb6016824a042e059642d8", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ee34422adc6451da744bd16a8cd66c9912a822c4e55227c23ff56960c32980f5", + "https://cdn.confidential.cloud/constellation/cas/sha256/9030a26ff737b7bbb71d5208feebba1a0b2774d58dfb6016824a042e059642d8", ], ) rpm( - name = "pango-0__1.50.14-1.fc37.x86_64", - sha256 = "4c9168ae1c9e229b4b0cb7d90f7d5a11d5ad8590838811659c1f02547100b660", + name = "pam-0__1.5.2-16.fc38.x86_64", + sha256 = "065b99f3541fd5f1281be2082b77e48b835a591776e92f2327bb0462c67baed0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4c9168ae1c9e229b4b0cb7d90f7d5a11d5ad8590838811659c1f02547100b660", + "https://cdn.confidential.cloud/constellation/cas/sha256/065b99f3541fd5f1281be2082b77e48b835a591776e92f2327bb0462c67baed0", ], ) rpm( - name = "parted-0__3.5-6.fc37.x86_64", - sha256 = "cba7fbe4f72489a2fb27429ecfdf8b0177ac8cc4fa30aa7baaa8ce1a0dc4f5ea", + name = "pam-libs-0__1.5.2-16.fc38.x86_64", + sha256 = "63e970f7b3f8c54e1dff90661c26519f32a4bf7486c40f2dd38d55e40660230e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/cba7fbe4f72489a2fb27429ecfdf8b0177ac8cc4fa30aa7baaa8ce1a0dc4f5ea", + "https://cdn.confidential.cloud/constellation/cas/sha256/63e970f7b3f8c54e1dff90661c26519f32a4bf7486c40f2dd38d55e40660230e", ], ) - rpm( - name = "pcre-0__8.45-1.fc37.2.x86_64", - sha256 = "86a648e3b88f581b15ca2eda6b441be7c5c3810a9eae25ca940c767029e4e923", + name = "pango-0__1.50.14-1.fc38.x86_64", + sha256 = "8e940899fad2ce1e7087c01a76a3e7ffe82358005cb86615814f4193278f3deb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/86a648e3b88f581b15ca2eda6b441be7c5c3810a9eae25ca940c767029e4e923", + "https://cdn.confidential.cloud/constellation/cas/sha256/8e940899fad2ce1e7087c01a76a3e7ffe82358005cb86615814f4193278f3deb", ], ) - rpm( - name = "pcre2-0__10.40-1.fc37.1.x86_64", - sha256 = "422de947ec1a7aafcd212a51e64257b64d5b0a02808104a33e7c3cd9ef629148", + name = "parted-0__3.5-11.fc38.x86_64", + sha256 = "8d846f866158409c775656b39e372d59cf224936d29972d3b6d14e40d3b832ca", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/422de947ec1a7aafcd212a51e64257b64d5b0a02808104a33e7c3cd9ef629148", + "https://cdn.confidential.cloud/constellation/cas/sha256/8d846f866158409c775656b39e372d59cf224936d29972d3b6d14e40d3b832ca", ], ) rpm( - name = "pcre2-devel-0__10.40-1.fc37.1.x86_64", - sha256 = "a0bf3bcf08ea68f1d65c0e68e574083e40f8e7e60749ed9c4f9f0494ad773d3c", + name = "pcre2-0__10.42-1.fc38.1.x86_64", + sha256 = "cb1caf3e9a4ddc8343c0757c7a2730bf5de2b5f0b4c9ee7d928609566f64f010", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a0bf3bcf08ea68f1d65c0e68e574083e40f8e7e60749ed9c4f9f0494ad773d3c", + "https://cdn.confidential.cloud/constellation/cas/sha256/cb1caf3e9a4ddc8343c0757c7a2730bf5de2b5f0b4c9ee7d928609566f64f010", ], ) - rpm( - name = "pcre2-syntax-0__10.40-1.fc37.1.x86_64", - sha256 = "585f339942a0bf4b0eab638ddf825544793485cbcb9f1eaee079b9956d90aafa", + name = "pcre2-devel-0__10.42-1.fc38.1.x86_64", + sha256 = "06be31ad18b64b8bd263a94f6877e1d920cddbdbb51e4f8d52bfcdd29ab92542", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/585f339942a0bf4b0eab638ddf825544793485cbcb9f1eaee079b9956d90aafa", + "https://cdn.confidential.cloud/constellation/cas/sha256/06be31ad18b64b8bd263a94f6877e1d920cddbdbb51e4f8d52bfcdd29ab92542", ], ) rpm( - name = "pcre2-utf16-0__10.40-1.fc37.1.x86_64", - sha256 = "c3c743090c216ff44c0ab41f3632e817fd738b379df098a048f6df5160e71b51", + name = "pcre2-syntax-0__10.42-1.fc38.1.x86_64", + sha256 = "756f64de1e4673f0f617a9f3f12f74cceef5fc093e309d1b1d5dffef287b7d67", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c3c743090c216ff44c0ab41f3632e817fd738b379df098a048f6df5160e71b51", + "https://cdn.confidential.cloud/constellation/cas/sha256/756f64de1e4673f0f617a9f3f12f74cceef5fc093e309d1b1d5dffef287b7d67", ], ) - rpm( - name = "pcre2-utf32-0__10.40-1.fc37.1.x86_64", - sha256 = "ed2cc3196b6fc344bd70c033fdcb1a766dafbbf0a5a826059c72640d302ae4ac", + name = "pcre2-utf16-0__10.42-1.fc38.1.x86_64", + sha256 = "f40336ca626449af90d951f5b7d23ffa727a527a6ab609e28c0928ff383119a2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ed2cc3196b6fc344bd70c033fdcb1a766dafbbf0a5a826059c72640d302ae4ac", + "https://cdn.confidential.cloud/constellation/cas/sha256/f40336ca626449af90d951f5b7d23ffa727a527a6ab609e28c0928ff383119a2", ], ) - rpm( - name = "pcsc-lite-libs-0__1.9.9-1.fc37.x86_64", - sha256 = "de4dcfa7271758f759bfa291ac552eccb586047ee0b91471991bb46b2161b2a3", + name = "pcre2-utf32-0__10.42-1.fc38.1.x86_64", + sha256 = "af8be96f217fb4d6374aac1da54b2108f5f9d1609cee97f31c95d9bd30ea2c10", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/de4dcfa7271758f759bfa291ac552eccb586047ee0b91471991bb46b2161b2a3", + "https://cdn.confidential.cloud/constellation/cas/sha256/af8be96f217fb4d6374aac1da54b2108f5f9d1609cee97f31c95d9bd30ea2c10", ], ) - rpm( - name = "perl-Carp-0__1.52-489.fc37.x86_64", - sha256 = "c5df34198e7dd39f4f09032beacb9db641c8752d045b8e1f8cacd2637559dd1d", + name = "pcsc-lite-libs-0__1.9.9-3.fc38.x86_64", + sha256 = "07dc5536982278f38c89517465384ef9f376cd27f0b200806268723993da01ad", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c5df34198e7dd39f4f09032beacb9db641c8752d045b8e1f8cacd2637559dd1d", + "https://cdn.confidential.cloud/constellation/cas/sha256/07dc5536982278f38c89517465384ef9f376cd27f0b200806268723993da01ad", ], ) - rpm( - name = "perl-Class-Struct-0__0.66-492.fc37.x86_64", - sha256 = "625c6cc3d5238fd26369e8190ab57e81b14c5c702e45cf191203b042b3e34807", + name = "perl-Carp-0__1.52-490.fc38.x86_64", + sha256 = "2c130bb72ffd3e5cb9d9ad740336c24256c62c1f6108f601dc8a3cd69acabfd4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/625c6cc3d5238fd26369e8190ab57e81b14c5c702e45cf191203b042b3e34807", + "https://cdn.confidential.cloud/constellation/cas/sha256/2c130bb72ffd3e5cb9d9ad740336c24256c62c1f6108f601dc8a3cd69acabfd4", ], ) - rpm( - name = "perl-DynaLoader-0__1.52-492.fc37.x86_64", - sha256 = "e7373c9bd3e688edc3a68cd34c92999b3d70d8c26ead19bdbd973971d15308a3", + name = "perl-Class-Struct-0__0.66-497.fc38.x86_64", + sha256 = "84aa5eac729bffd0072d9a0c1cc531770bb17334a72c122c90255cc59053c49e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e7373c9bd3e688edc3a68cd34c92999b3d70d8c26ead19bdbd973971d15308a3", + "https://cdn.confidential.cloud/constellation/cas/sha256/84aa5eac729bffd0072d9a0c1cc531770bb17334a72c122c90255cc59053c49e", ], ) - rpm( - name = "perl-Encode-4__3.19-492.fc37.x86_64", - sha256 = "395705071c61bc6faad7cde8eb251d3bff87f543c5096c00139331e9ee2ba856", + name = "perl-DynaLoader-0__1.52-497.fc38.x86_64", + sha256 = "4dc2b066cefd16876992ace8e6b508a7cf466bbdec3b027ec1496915eef0d342", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/395705071c61bc6faad7cde8eb251d3bff87f543c5096c00139331e9ee2ba856", + "https://cdn.confidential.cloud/constellation/cas/sha256/4dc2b066cefd16876992ace8e6b508a7cf466bbdec3b027ec1496915eef0d342", ], ) - rpm( - name = "perl-Errno-0__1.36-492.fc37.x86_64", - sha256 = "aaaca92e6353f4cc2d4b81e73efe7b01c3712ed285d6faf940e029a07d853eb4", + name = "perl-Encode-4__3.19-493.fc38.x86_64", + sha256 = "f990ab13ce7e075d95d22330b88a1fa6b27917a96eead9cab114f07a92835717", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/aaaca92e6353f4cc2d4b81e73efe7b01c3712ed285d6faf940e029a07d853eb4", + "https://cdn.confidential.cloud/constellation/cas/sha256/f990ab13ce7e075d95d22330b88a1fa6b27917a96eead9cab114f07a92835717", ], ) - rpm( - name = "perl-Exporter-0__5.77-489.fc37.x86_64", - sha256 = "95b26bb47a5b0f52f091cf6a5e6a493b203ed6d1bf8de714ed182c4f78f8b351", + name = "perl-Errno-0__1.36-497.fc38.x86_64", + sha256 = "92534ea32c6207fbf307ad69b55de2c5e88d87fc0f6dcc4655de0bb6d1c609b6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/95b26bb47a5b0f52f091cf6a5e6a493b203ed6d1bf8de714ed182c4f78f8b351", + "https://cdn.confidential.cloud/constellation/cas/sha256/92534ea32c6207fbf307ad69b55de2c5e88d87fc0f6dcc4655de0bb6d1c609b6", ], ) - rpm( - name = "perl-Fcntl-0__1.15-492.fc37.x86_64", - sha256 = "3e0b22859a921f40ad384d32b212f15ed4dbaecbf41d1077a6a6d1bfc46dc50f", + name = "perl-Exporter-0__5.77-490.fc38.x86_64", + sha256 = "3a19ed0ed6e090a1f13d1dff453e627bcc7d8d8b27347399cbdbad15349ad205", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3e0b22859a921f40ad384d32b212f15ed4dbaecbf41d1077a6a6d1bfc46dc50f", + "https://cdn.confidential.cloud/constellation/cas/sha256/3a19ed0ed6e090a1f13d1dff453e627bcc7d8d8b27347399cbdbad15349ad205", ], ) - rpm( - name = "perl-File-Basename-0__2.85-492.fc37.x86_64", - sha256 = "aefb2c6be89b24319aeba4ef9e21623f7dbcc478753219ec32f6f07748f6be5c", + name = "perl-Fcntl-0__1.15-497.fc38.x86_64", + sha256 = "5ded875b104d81290484ac620b987c1268dee224993960bcc250d8ef6d3d14f2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/aefb2c6be89b24319aeba4ef9e21623f7dbcc478753219ec32f6f07748f6be5c", + "https://cdn.confidential.cloud/constellation/cas/sha256/5ded875b104d81290484ac620b987c1268dee224993960bcc250d8ef6d3d14f2", ], ) - rpm( - name = "perl-File-Path-0__2.18-489.fc37.x86_64", - sha256 = "d73acee5758b6ac85b46416094fcaf9a3e9f54193996f167d353777e5708745a", + name = "perl-File-Basename-0__2.85-497.fc38.x86_64", + sha256 = "f20b061903d0f46ca47b1829399322edf39ea8d186941f8bc892295562fa30bc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d73acee5758b6ac85b46416094fcaf9a3e9f54193996f167d353777e5708745a", + "https://cdn.confidential.cloud/constellation/cas/sha256/f20b061903d0f46ca47b1829399322edf39ea8d186941f8bc892295562fa30bc", ], ) - rpm( - name = "perl-File-Temp-1__0.231.100-489.fc37.x86_64", - sha256 = "5724aaa686d2cd278da72939aa01678cb6d9ba2b43237425ce2378197fbcc0d0", + name = "perl-File-Path-0__2.18-490.fc38.x86_64", + sha256 = "49c83e3f49f53f2f26a78871d052d816e0fca30267b0bfd44165003f43f6c3af", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5724aaa686d2cd278da72939aa01678cb6d9ba2b43237425ce2378197fbcc0d0", + "https://cdn.confidential.cloud/constellation/cas/sha256/49c83e3f49f53f2f26a78871d052d816e0fca30267b0bfd44165003f43f6c3af", ], ) - rpm( - name = "perl-File-stat-0__1.12-492.fc37.x86_64", - sha256 = "dcadef87fb0da0f5dab7f3e051c8423b7c951dfdedd7b18af3be461e05441945", + name = "perl-File-Temp-1__0.231.100-490.fc38.x86_64", + sha256 = "f6621e3c22248069eecc159560f01dcb9406242928821cf5fd3e4162197c0bfb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/dcadef87fb0da0f5dab7f3e051c8423b7c951dfdedd7b18af3be461e05441945", + "https://cdn.confidential.cloud/constellation/cas/sha256/f6621e3c22248069eecc159560f01dcb9406242928821cf5fd3e4162197c0bfb", ], ) - rpm( - name = "perl-Getopt-Long-1__2.54-1.fc37.x86_64", - sha256 = "49e397448b20d87418f8a7b7b3ae474928b6e33157dbaf300dc8d8ed842804c8", + name = "perl-File-stat-0__1.12-497.fc38.x86_64", + sha256 = "6877d82e0804e6d825a920fda3a6f73ce8887a32690cabdc5b47f6fef7a961b8", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/49e397448b20d87418f8a7b7b3ae474928b6e33157dbaf300dc8d8ed842804c8", + "https://cdn.confidential.cloud/constellation/cas/sha256/6877d82e0804e6d825a920fda3a6f73ce8887a32690cabdc5b47f6fef7a961b8", ], ) - rpm( - name = "perl-Getopt-Std-0__1.13-492.fc37.x86_64", - sha256 = "2d8846f2950c6b09ae72e5584291ac7d775faabba897b8db760444ebc402146e", + name = "perl-Getopt-Long-1__2.54-2.fc38.x86_64", + sha256 = "7df1c477a100ea57f9c07b00ab81ada3f96b0178c817a160a4a917b83f05473b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2d8846f2950c6b09ae72e5584291ac7d775faabba897b8db760444ebc402146e", + "https://cdn.confidential.cloud/constellation/cas/sha256/7df1c477a100ea57f9c07b00ab81ada3f96b0178c817a160a4a917b83f05473b", ], ) - rpm( - name = "perl-HTTP-Tiny-0__0.082-1.fc37.x86_64", - sha256 = "9e27a04da9f65e27e0eb8bbcad9ec5dfaa986e11731f009700c453db32676455", + name = "perl-Getopt-Std-0__1.13-497.fc38.x86_64", + sha256 = "427808aec37d13fe1c2a6a9c81b4c2f9f008e7f943be779eac57b145f14787e4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9e27a04da9f65e27e0eb8bbcad9ec5dfaa986e11731f009700c453db32676455", + "https://cdn.confidential.cloud/constellation/cas/sha256/427808aec37d13fe1c2a6a9c81b4c2f9f008e7f943be779eac57b145f14787e4", ], ) - rpm( - name = "perl-IO-0__1.50-492.fc37.x86_64", - sha256 = "86beaf16f888309ca2c55c240a374f1bd3350770973732d90467261fe7d5620e", + name = "perl-HTTP-Tiny-0__0.082-2.fc38.x86_64", + sha256 = "8762414aa11aff68aef75da8215d963b2bbfa578db6e69935615704df6e429e8", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/86beaf16f888309ca2c55c240a374f1bd3350770973732d90467261fe7d5620e", + "https://cdn.confidential.cloud/constellation/cas/sha256/8762414aa11aff68aef75da8215d963b2bbfa578db6e69935615704df6e429e8", ], ) - rpm( - name = "perl-IPC-Open3-0__1.22-492.fc37.x86_64", - sha256 = "7c53e7f6080e0aa53236ee673e2b4b20df87fdf3503620e9eef871c217dcd937", + name = "perl-IO-0__1.50-497.fc38.x86_64", + sha256 = "3747b662390db62ae573b3e274133c70242bf6de19cedf289e25e8625e4960ef", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7c53e7f6080e0aa53236ee673e2b4b20df87fdf3503620e9eef871c217dcd937", + "https://cdn.confidential.cloud/constellation/cas/sha256/3747b662390db62ae573b3e274133c70242bf6de19cedf289e25e8625e4960ef", ], ) - rpm( - name = "perl-MIME-Base64-0__3.16-489.fc37.x86_64", - sha256 = "0823ebce69b5d9df94c9d508669ac612bd1df48e8857cf02103dcc2094df246f", + name = "perl-IPC-Open3-0__1.22-497.fc38.x86_64", + sha256 = "c21cfbe60d4fc86086da5e61b9759a74b36a1e51d73e2d55fa162d61640b19a6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0823ebce69b5d9df94c9d508669ac612bd1df48e8857cf02103dcc2094df246f", + "https://cdn.confidential.cloud/constellation/cas/sha256/c21cfbe60d4fc86086da5e61b9759a74b36a1e51d73e2d55fa162d61640b19a6", ], ) - rpm( - name = "perl-POSIX-0__2.03-492.fc37.x86_64", - sha256 = "b4b9f1b5e5fd0b533d88d34c28d98115a6a43759ea7be61d6b6d948c47d4e298", + name = "perl-MIME-Base64-0__3.16-490.fc38.x86_64", + sha256 = "6e2c3f6337ee8155465f26575af59375995ed4d087ba706658a7dc880b7072c6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b4b9f1b5e5fd0b533d88d34c28d98115a6a43759ea7be61d6b6d948c47d4e298", + "https://cdn.confidential.cloud/constellation/cas/sha256/6e2c3f6337ee8155465f26575af59375995ed4d087ba706658a7dc880b7072c6", ], ) - rpm( - name = "perl-PathTools-0__3.84-489.fc37.x86_64", - sha256 = "e0a37fde6728e9b662d46a28dcd34399eccda9e5b696858d1447a47a82877de1", + name = "perl-POSIX-0__2.03-497.fc38.x86_64", + sha256 = "8cb37d0fcb51e8be4ced17e96acc7d207d4792bbe506e8b1e4f6c5428c927e07", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e0a37fde6728e9b662d46a28dcd34399eccda9e5b696858d1447a47a82877de1", + "https://cdn.confidential.cloud/constellation/cas/sha256/8cb37d0fcb51e8be4ced17e96acc7d207d4792bbe506e8b1e4f6c5428c927e07", ], ) - rpm( - name = "perl-Pod-Escapes-1__1.07-489.fc37.x86_64", - sha256 = "08bf74ca4b30a562d26026d0a70b508b7b926a3697d700127accf9d052c30da1", + name = "perl-PathTools-0__3.84-490.fc38.x86_64", + sha256 = "4f233d672f25351adc4d7d449161e3f2395756abef07448c756ec80ce05133cd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/08bf74ca4b30a562d26026d0a70b508b7b926a3697d700127accf9d052c30da1", + "https://cdn.confidential.cloud/constellation/cas/sha256/4f233d672f25351adc4d7d449161e3f2395756abef07448c756ec80ce05133cd", ], ) - rpm( - name = "perl-Pod-Perldoc-0__3.28.01-490.fc37.x86_64", - sha256 = "0047003615e8d018a4f4a887b414cba325ef294084faab480533f5de78ef58a4", + name = "perl-Pod-Escapes-1__1.07-490.fc38.x86_64", + sha256 = "97efca7b54fb5fc965a81d2d2a3e9c9d9c46426102c0a1a50e62d7908642ff48", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0047003615e8d018a4f4a887b414cba325ef294084faab480533f5de78ef58a4", + "https://cdn.confidential.cloud/constellation/cas/sha256/97efca7b54fb5fc965a81d2d2a3e9c9d9c46426102c0a1a50e62d7908642ff48", ], ) - rpm( - name = "perl-Pod-Simple-1__3.43-490.fc37.x86_64", - sha256 = "298ba92d8130493373f70271685ba59298377da497a39614d14a6345a44cac8a", + name = "perl-Pod-Perldoc-0__3.28.01-491.fc38.x86_64", + sha256 = "9610fe21209fa2f77606a03ef0e989c11f22b1261523bc64d345937422b91b99", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/298ba92d8130493373f70271685ba59298377da497a39614d14a6345a44cac8a", + "https://cdn.confidential.cloud/constellation/cas/sha256/9610fe21209fa2f77606a03ef0e989c11f22b1261523bc64d345937422b91b99", ], ) - rpm( - name = "perl-Pod-Usage-4__2.03-3.fc37.x86_64", - sha256 = "c216ffe76ed543dcb546178dabcceeca4a1054c81beee8de67a741ad39af314e", + name = "perl-Pod-Simple-1__3.43-491.fc38.x86_64", + sha256 = "fe2eca800d354db17a262793f22be6b4dfbeabfa70209a5a1066daa7a9e8615b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c216ffe76ed543dcb546178dabcceeca4a1054c81beee8de67a741ad39af314e", + "https://cdn.confidential.cloud/constellation/cas/sha256/fe2eca800d354db17a262793f22be6b4dfbeabfa70209a5a1066daa7a9e8615b", ], ) - rpm( - name = "perl-Scalar-List-Utils-5__1.63-489.fc37.x86_64", - sha256 = "eed91d8529a1eee7269fd28eccdb636a6fc6dcf30d607bdb7198329f3017a74a", + name = "perl-Pod-Usage-4__2.03-4.fc38.x86_64", + sha256 = "b8f18fb72cf4f68b06db501510ce940420f9d3db4bfd09a59e9cdd04d46a5f94", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/eed91d8529a1eee7269fd28eccdb636a6fc6dcf30d607bdb7198329f3017a74a", + "https://cdn.confidential.cloud/constellation/cas/sha256/b8f18fb72cf4f68b06db501510ce940420f9d3db4bfd09a59e9cdd04d46a5f94", ], ) - rpm( - name = "perl-SelectSaver-0__1.02-492.fc37.x86_64", - sha256 = "3b54fe377ca9a901ac80d3bcb70518537c383135e10232a6333135f73325a6e2", + name = "perl-Scalar-List-Utils-5__1.63-490.fc38.x86_64", + sha256 = "e81bfefbb6b440fdd36ba06cfa41075a161457d515fa3d4f96316ee5f1fa6d0d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3b54fe377ca9a901ac80d3bcb70518537c383135e10232a6333135f73325a6e2", + "https://cdn.confidential.cloud/constellation/cas/sha256/e81bfefbb6b440fdd36ba06cfa41075a161457d515fa3d4f96316ee5f1fa6d0d", ], ) - rpm( - name = "perl-Socket-4__2.036-1.fc37.x86_64", - sha256 = "5cda2738aaff2c73a850f4359b299028560c2106014c3bb02b340f036d81b564", + name = "perl-SelectSaver-0__1.02-497.fc38.x86_64", + sha256 = "af6506efa6bad08559dda26065bba98088340939fbce498e4eec624b2e800e6a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5cda2738aaff2c73a850f4359b299028560c2106014c3bb02b340f036d81b564", + "https://cdn.confidential.cloud/constellation/cas/sha256/af6506efa6bad08559dda26065bba98088340939fbce498e4eec624b2e800e6a", ], ) - rpm( - name = "perl-Storable-1__3.26-489.fc37.x86_64", - sha256 = "22e7e312778e31de59a26759b523e4d0916429c17bd23f51a5ddc550d3b33910", + name = "perl-Socket-4__2.036-2.fc38.x86_64", + sha256 = "41dea9026ac860cb22858c2d3b0326b5aa4f19bfc3474ed81b09a74de2284983", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/22e7e312778e31de59a26759b523e4d0916429c17bd23f51a5ddc550d3b33910", + "https://cdn.confidential.cloud/constellation/cas/sha256/41dea9026ac860cb22858c2d3b0326b5aa4f19bfc3474ed81b09a74de2284983", ], ) - rpm( - name = "perl-Symbol-0__1.09-492.fc37.x86_64", - sha256 = "1a52209c5a9bad4c93923470acbeaa8dc4e87a5e03513d01f7bec0147ec9ff7e", + name = "perl-Storable-1__3.26-490.fc38.x86_64", + sha256 = "527d7ef92fd9749493ec8d754f271ddaf6d4858400c381601ec6f08c304429e4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1a52209c5a9bad4c93923470acbeaa8dc4e87a5e03513d01f7bec0147ec9ff7e", + "https://cdn.confidential.cloud/constellation/cas/sha256/527d7ef92fd9749493ec8d754f271ddaf6d4858400c381601ec6f08c304429e4", ], ) - rpm( - name = "perl-Term-ANSIColor-0__5.01-490.fc37.x86_64", - sha256 = "4810f5377abb3ee2cbd1b2572b1c67421145304f54c491afc770101f90d27138", + name = "perl-Symbol-0__1.09-497.fc38.x86_64", + sha256 = "e11f0ea26ca0e9b1d9992cac6b71d8ff55f7fefe1e9fcd4c38ff7b666081f688", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4810f5377abb3ee2cbd1b2572b1c67421145304f54c491afc770101f90d27138", + "https://cdn.confidential.cloud/constellation/cas/sha256/e11f0ea26ca0e9b1d9992cac6b71d8ff55f7fefe1e9fcd4c38ff7b666081f688", ], ) - rpm( - name = "perl-Term-Cap-0__1.17-489.fc37.x86_64", - sha256 = "65d62ee56cba18a4fcbba844375b6ed49c024863fa6ea948e2ce699e7ab66298", + name = "perl-Term-ANSIColor-0__5.01-491.fc38.x86_64", + sha256 = "72ea930c8729e4e38646bf1dda650eb048f91fdbad5925344e61ef98819af0f9", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/65d62ee56cba18a4fcbba844375b6ed49c024863fa6ea948e2ce699e7ab66298", + "https://cdn.confidential.cloud/constellation/cas/sha256/72ea930c8729e4e38646bf1dda650eb048f91fdbad5925344e61ef98819af0f9", ], ) - rpm( - name = "perl-Text-ParseWords-0__3.31-489.fc37.x86_64", - sha256 = "c66cc3f03aed1781132e402db92bc1bbcf27ab08283766428b55c368127fee01", + name = "perl-Term-Cap-0__1.18-1.fc38.x86_64", + sha256 = "8fef4e4e43813548eb26633feb5327c27bf50de882716de493d889141813403c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c66cc3f03aed1781132e402db92bc1bbcf27ab08283766428b55c368127fee01", + "https://cdn.confidential.cloud/constellation/cas/sha256/8fef4e4e43813548eb26633feb5327c27bf50de882716de493d889141813403c", ], ) - rpm( - name = "perl-Text-Tabs__plus__Wrap-0__2021.0814-489.fc37.x86_64", - sha256 = "2bd5a61328042e939c3360586232a8c5579d4284bfa83d92ec89a578c733c253", + name = "perl-Text-ParseWords-0__3.31-490.fc38.x86_64", + sha256 = "848291c71615532da5367e298859e9cc62d081cf85092df437a8d3dd4cef6274", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2bd5a61328042e939c3360586232a8c5579d4284bfa83d92ec89a578c733c253", + "https://cdn.confidential.cloud/constellation/cas/sha256/848291c71615532da5367e298859e9cc62d081cf85092df437a8d3dd4cef6274", ], ) - rpm( - name = "perl-Time-Local-2__1.300-489.fc37.x86_64", - sha256 = "db087f574a6fd314f45daca13a1f4404c76144773fcd6c41df39da7fda862d8d", + name = "perl-Text-Tabs__plus__Wrap-0__2023.0511-1.fc38.x86_64", + sha256 = "184e3e2f1cbb7eedf0bac44b9fa2a56079d6d6b3521df09d8526be8f8e583bcc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/db087f574a6fd314f45daca13a1f4404c76144773fcd6c41df39da7fda862d8d", + "https://cdn.confidential.cloud/constellation/cas/sha256/184e3e2f1cbb7eedf0bac44b9fa2a56079d6d6b3521df09d8526be8f8e583bcc", ], ) - rpm( - name = "perl-constant-0__1.33-490.fc37.x86_64", - sha256 = "7898312e5b93625a6fa5f4b60300b06260668dfb12af04602a3354266e8f7850", + name = "perl-Time-Local-2__1.300-490.fc38.x86_64", + sha256 = "17212325d5ba561cca3c90da43f630e5002fc467bc8bbaca2e853a1163739a2a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7898312e5b93625a6fa5f4b60300b06260668dfb12af04602a3354266e8f7850", + "https://cdn.confidential.cloud/constellation/cas/sha256/17212325d5ba561cca3c90da43f630e5002fc467bc8bbaca2e853a1163739a2a", ], ) - rpm( - name = "perl-if-0__0.61.000-492.fc37.x86_64", - sha256 = "7d2a698fdc1923e3091359978026b3cbf98f7774c302c8930bf68488ccb83dd2", + name = "perl-constant-0__1.33-491.fc38.x86_64", + sha256 = "1c7f29465411d6b1d34c26a0ad8aded73737f564978dde5cdb96856d8582d657", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7d2a698fdc1923e3091359978026b3cbf98f7774c302c8930bf68488ccb83dd2", + "https://cdn.confidential.cloud/constellation/cas/sha256/1c7f29465411d6b1d34c26a0ad8aded73737f564978dde5cdb96856d8582d657", ], ) - rpm( - name = "perl-interpreter-4__5.36.0-492.fc37.x86_64", - sha256 = "b6c1c4885bc6ca7b7bfbc95e0ebe7bca41042105fd97a264181534907b6be73e", + name = "perl-if-0__0.61.000-497.fc38.x86_64", + sha256 = "9138b2e11479581128126bf86c6ae0d3dc85a62092bdf8075eaaaa9be86e6da5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b6c1c4885bc6ca7b7bfbc95e0ebe7bca41042105fd97a264181534907b6be73e", + "https://cdn.confidential.cloud/constellation/cas/sha256/9138b2e11479581128126bf86c6ae0d3dc85a62092bdf8075eaaaa9be86e6da5", ], ) - rpm( - name = "perl-libs-4__5.36.0-492.fc37.x86_64", - sha256 = "5d41d4194ffc1e78f3816383b83e424984cf81b9c481e76d1453ab37f4298b2a", + name = "perl-interpreter-4__5.36.1-497.fc38.x86_64", + sha256 = "d27327ac236cf45055dea7b1adaedf5d68e0cf14026f069ba4fb91e5f3a4b883", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5d41d4194ffc1e78f3816383b83e424984cf81b9c481e76d1453ab37f4298b2a", + "https://cdn.confidential.cloud/constellation/cas/sha256/d27327ac236cf45055dea7b1adaedf5d68e0cf14026f069ba4fb91e5f3a4b883", ], ) - rpm( - name = "perl-mro-0__1.26-492.fc37.x86_64", - sha256 = "915be0c666707356a59135f0936925aaea35a31df143107188d929163c83051f", + name = "perl-libs-4__5.36.1-497.fc38.x86_64", + sha256 = "b1ea3c773747249aa316f16be93d2c9cd379dd88a7f73c8a9e6dbcf7e7a2702e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/915be0c666707356a59135f0936925aaea35a31df143107188d929163c83051f", + "https://cdn.confidential.cloud/constellation/cas/sha256/b1ea3c773747249aa316f16be93d2c9cd379dd88a7f73c8a9e6dbcf7e7a2702e", ], ) - rpm( - name = "perl-overload-0__1.35-492.fc37.x86_64", - sha256 = "1939f3e239071a62d376b00c0a848ddbd500c2c7c1f5321d794d4d7bf52f94fd", + name = "perl-locale-0__1.10-497.fc38.x86_64", + sha256 = "a6bbf15e98dd98b7e9a2a354cf9c243d193d1fd695e9f7f724070fc5468cfd8a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1939f3e239071a62d376b00c0a848ddbd500c2c7c1f5321d794d4d7bf52f94fd", + "https://cdn.confidential.cloud/constellation/cas/sha256/a6bbf15e98dd98b7e9a2a354cf9c243d193d1fd695e9f7f724070fc5468cfd8a", ], ) - rpm( - name = "perl-overloading-0__0.02-492.fc37.x86_64", - sha256 = "089efb5cbe1bc3281e0ae6db4bf5a25e64bfe60952f7598231d567a16092db7d", + name = "perl-mro-0__1.26-497.fc38.x86_64", + sha256 = "1998cdb4556ca15c96f3a9458578db64d8789cf81c3ac8d180b367326f0c6ca6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/089efb5cbe1bc3281e0ae6db4bf5a25e64bfe60952f7598231d567a16092db7d", + "https://cdn.confidential.cloud/constellation/cas/sha256/1998cdb4556ca15c96f3a9458578db64d8789cf81c3ac8d180b367326f0c6ca6", ], ) - rpm( - name = "perl-parent-1__0.238-489.fc37.x86_64", - sha256 = "202ebb9e6bf82022838cbe5814a9a38ec60e3d74864264bd48963a48032177df", + name = "perl-overload-0__1.35-497.fc38.x86_64", + sha256 = "c7a9095395351ba7f65a1d731aa4e2c539353545b1a1f125aff3f6f1a66abab2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/202ebb9e6bf82022838cbe5814a9a38ec60e3d74864264bd48963a48032177df", + "https://cdn.confidential.cloud/constellation/cas/sha256/c7a9095395351ba7f65a1d731aa4e2c539353545b1a1f125aff3f6f1a66abab2", ], ) - rpm( - name = "perl-podlators-1__4.14-489.fc37.x86_64", - sha256 = "1dbfed6c41e81aa507a5a723fbed9407ab7a6a8fef7b054c742c1feadf388cba", + name = "perl-overloading-0__0.02-497.fc38.x86_64", + sha256 = "8e4e2a540d8ea9c28f589b59f987a0d6e67e8d1c629dac8ae4865be3ce6d1a8d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1dbfed6c41e81aa507a5a723fbed9407ab7a6a8fef7b054c742c1feadf388cba", + "https://cdn.confidential.cloud/constellation/cas/sha256/8e4e2a540d8ea9c28f589b59f987a0d6e67e8d1c629dac8ae4865be3ce6d1a8d", ], ) - rpm( - name = "perl-subs-0__1.04-492.fc37.x86_64", - sha256 = "c1fc6b645ca97462145c0161e187206c7e216ba3671b141f1b56b4039cf20d20", + name = "perl-parent-1__0.241-1.fc38.x86_64", + sha256 = "8bcd6d24e5a167c2591e0623761e7ed3d8432c1bb34b1078de4489ad169ce565", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c1fc6b645ca97462145c0161e187206c7e216ba3671b141f1b56b4039cf20d20", + "https://cdn.confidential.cloud/constellation/cas/sha256/8bcd6d24e5a167c2591e0623761e7ed3d8432c1bb34b1078de4489ad169ce565", ], ) - rpm( - name = "perl-vars-0__1.05-492.fc37.x86_64", - sha256 = "b32516b678cd965c3e6cf6c6fae8790384ce89bd491f05cb2d5fc02fc225da7f", + name = "perl-podlators-1__5.01-2.fc38.x86_64", + sha256 = "cfe66b448080f7cd49e877d53fa2a5ec6a7577a30cd16b18eb8a461b96e90418", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b32516b678cd965c3e6cf6c6fae8790384ce89bd491f05cb2d5fc02fc225da7f", + "https://cdn.confidential.cloud/constellation/cas/sha256/cfe66b448080f7cd49e877d53fa2a5ec6a7577a30cd16b18eb8a461b96e90418", ], ) - rpm( - name = "pixman-0__0.40.0-6.fc37.x86_64", - sha256 = "131619876f2f68070ef4e178b5758474f54c577e5a6bf7a88746db54f0d0231f", + name = "perl-vars-0__1.05-497.fc38.x86_64", + sha256 = "3270bde5294e384ef1c5de29bdd40896f3b3e99a6320ae4e1356e4e82261e3c0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/131619876f2f68070ef4e178b5758474f54c577e5a6bf7a88746db54f0d0231f", + "https://cdn.confidential.cloud/constellation/cas/sha256/3270bde5294e384ef1c5de29bdd40896f3b3e99a6320ae4e1356e4e82261e3c0", ], ) - rpm( - name = "pkgconf-0__1.8.0-3.fc37.x86_64", - sha256 = "778018594ab5bddc4432e53985b80e6c5a1a1ec1700d38b438848d485f5b357c", + name = "pixman-0__0.42.2-1.fc38.x86_64", + sha256 = "81e9fade703e1f69587b65633da04f13a6be7f900e20a699d0f4fdb6c5085984", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/778018594ab5bddc4432e53985b80e6c5a1a1ec1700d38b438848d485f5b357c", + "https://cdn.confidential.cloud/constellation/cas/sha256/81e9fade703e1f69587b65633da04f13a6be7f900e20a699d0f4fdb6c5085984", ], ) rpm( - name = "pkgconf-m4-0__1.8.0-3.fc37.x86_64", - sha256 = "dd0356475d0b9106b5a2d577db359aa0290fe6dd9eacea1b6e0cab816ff33566", + name = "pkgconf-0__1.8.0-6.fc38.x86_64", + sha256 = "90fff1832a2af9b5575eb169e9ebf3428e8a59571dd2a4a9d40a5c046c7d2586", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/dd0356475d0b9106b5a2d577db359aa0290fe6dd9eacea1b6e0cab816ff33566", + "https://cdn.confidential.cloud/constellation/cas/sha256/90fff1832a2af9b5575eb169e9ebf3428e8a59571dd2a4a9d40a5c046c7d2586", ], ) rpm( - name = "pkgconf-pkg-config-0__1.8.0-3.fc37.x86_64", - sha256 = "d238b12c750b58ceebc80e25c2074bd929d3f232c1390677f33a94fdadb68f6a", + name = "pkgconf-m4-0__1.8.0-6.fc38.x86_64", + sha256 = "24eee58ec1e2406f58dadad135aa1e39bbd86664c6b60b102ff2ebd070c5a2be", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d238b12c750b58ceebc80e25c2074bd929d3f232c1390677f33a94fdadb68f6a", + "https://cdn.confidential.cloud/constellation/cas/sha256/24eee58ec1e2406f58dadad135aa1e39bbd86664c6b60b102ff2ebd070c5a2be", ], ) rpm( - name = "policycoreutils-0__3.5-1.fc37.x86_64", - sha256 = "199f28e3ecd24e0650ed7b8bc596f14e7a9cdef79c36989b710da1f557b347d9", + name = "pkgconf-pkg-config-0__1.8.0-6.fc38.x86_64", + sha256 = "52bdcde05929fc2fee65b76892e6bb7366f32c633a0a81e9bc52c84b9736fe92", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/199f28e3ecd24e0650ed7b8bc596f14e7a9cdef79c36989b710da1f557b347d9", + "https://cdn.confidential.cloud/constellation/cas/sha256/52bdcde05929fc2fee65b76892e6bb7366f32c633a0a81e9bc52c84b9736fe92", ], ) - rpm( - name = "policycoreutils-python-utils-0__3.5-1.fc37.x86_64", - sha256 = "6a9db2d2e789177cad01f4cf52bd9ac47562127869c26eaf091134770a7e20a3", + name = "policycoreutils-0__3.5-1.fc38.x86_64", + sha256 = "440fc5c6e6a37c47f13d1fb53a03f5cb0155592a5bcf9312e2d083d4bed0ad40", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6a9db2d2e789177cad01f4cf52bd9ac47562127869c26eaf091134770a7e20a3", + "https://cdn.confidential.cloud/constellation/cas/sha256/440fc5c6e6a37c47f13d1fb53a03f5cb0155592a5bcf9312e2d083d4bed0ad40", ], ) - rpm( - name = "polkit-0__121-4.fc37.x86_64", - sha256 = "3df7fd45694c994a41077966f80f48d28a5466c21e161c92d05629cc64efe0e6", + name = "policycoreutils-python-utils-0__3.5-1.fc38.x86_64", + sha256 = "c0f2da6d9bed7e589877e948eaeb34d6b4f24c52f7d35524f7454bc5c58709db", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3df7fd45694c994a41077966f80f48d28a5466c21e161c92d05629cc64efe0e6", + "https://cdn.confidential.cloud/constellation/cas/sha256/c0f2da6d9bed7e589877e948eaeb34d6b4f24c52f7d35524f7454bc5c58709db", ], ) - rpm( - name = "polkit-libs-0__121-4.fc37.x86_64", - sha256 = "e16b0c15a0820ca0795ac8e5cd196c4c8bef3dfebd70eef28a5152a2c69a9386", + name = "polkit-0__122-3.fc38.1.x86_64", + sha256 = "716096df1b34d768c3e6a5985de8e1ee58b2183ad9f987aa754e592bd2793c70", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e16b0c15a0820ca0795ac8e5cd196c4c8bef3dfebd70eef28a5152a2c69a9386", + "https://cdn.confidential.cloud/constellation/cas/sha256/716096df1b34d768c3e6a5985de8e1ee58b2183ad9f987aa754e592bd2793c70", ], ) - rpm( - name = "polkit-pkla-compat-0__0.1-22.fc37.x86_64", - sha256 = "fd67360c39e9d4bd6eb9c6179ec2fa68382715129a8a43972e9fe63ee870f420", + name = "polkit-libs-0__122-3.fc38.1.x86_64", + sha256 = "56705b6a1526960d534b0d3e4247deb4eef2b5fa64ceb03544281b8e9bdc4597", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fd67360c39e9d4bd6eb9c6179ec2fa68382715129a8a43972e9fe63ee870f420", + "https://cdn.confidential.cloud/constellation/cas/sha256/56705b6a1526960d534b0d3e4247deb4eef2b5fa64ceb03544281b8e9bdc4597", ], ) - rpm( - name = "popt-0__1.19-1.fc37.x86_64", - sha256 = "e3c9a6a1611d967fbff4321b5b1ae54377fed22454298859108138c1f64b0c63", + name = "polkit-pkla-compat-0__0.1-23.fc38.x86_64", + sha256 = "7ffa0438229228bf5ba18945936d52c3620c95f4a3ffc5c5f0f8774fececac0a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e3c9a6a1611d967fbff4321b5b1ae54377fed22454298859108138c1f64b0c63", + "https://cdn.confidential.cloud/constellation/cas/sha256/7ffa0438229228bf5ba18945936d52c3620c95f4a3ffc5c5f0f8774fececac0a", ], ) rpm( - name = "protobuf-c-0__1.4.1-2.fc37.x86_64", - sha256 = "46a9be44b3444815a0197dd85953bf87710d3ea3d8f9fbfff23068ca85885070", + name = "popt-0__1.19-2.fc38.x86_64", + sha256 = "fb3fabd657b8f8603c6e19858beb0d506cf957bbca2f3feb827b64c94563b31f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/46a9be44b3444815a0197dd85953bf87710d3ea3d8f9fbfff23068ca85885070", + "https://cdn.confidential.cloud/constellation/cas/sha256/fb3fabd657b8f8603c6e19858beb0d506cf957bbca2f3feb827b64c94563b31f", ], ) - rpm( - name = "psmisc-0__23.4-4.fc37.x86_64", - sha256 = "4a50276d2a8bd7f2b16cbdf6592ea365c19fa9f9bd33b5cfa1ab4bbd5ca89c69", + name = "protobuf-c-0__1.4.1-4.fc38.x86_64", + sha256 = "8b3f681cd05e071d4c7b21eff4684a3ca7674599ee984cccd6a69a685eb8a41c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4a50276d2a8bd7f2b16cbdf6592ea365c19fa9f9bd33b5cfa1ab4bbd5ca89c69", + "https://cdn.confidential.cloud/constellation/cas/sha256/8b3f681cd05e071d4c7b21eff4684a3ca7674599ee984cccd6a69a685eb8a41c", ], ) - rpm( - name = "publicsuffix-list-dafsa-0__20210518-5.fc37.x86_64", - sha256 = "66f0cb20aae801f5810d2bdd27f0d6b9a70935a231e04269611113f96989132e", + name = "psmisc-0__23.6-2.fc38.x86_64", + sha256 = "6983318d6b2dfd4eea29448e9853b74b1d009ab37be7add3ff304ff0483714cb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/66f0cb20aae801f5810d2bdd27f0d6b9a70935a231e04269611113f96989132e", + "https://cdn.confidential.cloud/constellation/cas/sha256/6983318d6b2dfd4eea29448e9853b74b1d009ab37be7add3ff304ff0483714cb", ], ) - rpm( - name = "pulseaudio-libs-0__16.1-4.fc37.x86_64", - sha256 = "678817de986951a9c377ff74b6ec5912fa8e3dc1ad46495de57a5fb7aa9ff905", + name = "publicsuffix-list-dafsa-0__20230318-1.fc38.x86_64", + sha256 = "abddab3b7b1f90a3146eeed9e5178d884112932fa8110d1a9a1cfe4584f53cb9", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/678817de986951a9c377ff74b6ec5912fa8e3dc1ad46495de57a5fb7aa9ff905", + "https://cdn.confidential.cloud/constellation/cas/sha256/abddab3b7b1f90a3146eeed9e5178d884112932fa8110d1a9a1cfe4584f53cb9", ], ) - rpm( - name = "python-pip-wheel-0__22.2.2-3.fc37.x86_64", - sha256 = "f7800b3f5acca7863bf47981258582728b74861c19b2bef38ae47efe3b042eb4", + name = "pulseaudio-libs-0__16.1-4.fc38.x86_64", + sha256 = "ae1ccbe0ac228ba672bf14582c14c3ab99d90e41e155560169bb1620861255db", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f7800b3f5acca7863bf47981258582728b74861c19b2bef38ae47efe3b042eb4", + "https://cdn.confidential.cloud/constellation/cas/sha256/ae1ccbe0ac228ba672bf14582c14c3ab99d90e41e155560169bb1620861255db", ], ) - rpm( - name = "python-setuptools-wheel-0__62.6.0-2.fc37.x86_64", - sha256 = "5a9c2a69949d1bd9293d3fd34719e4d01c8e65d80957d8534ebc23b1deb756c2", + name = "python-pip-wheel-0__22.3.1-2.fc38.x86_64", + sha256 = "ee100ea7fe8bf26d44df719283554a36398d484eee28682694c9e7a249c2d49c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5a9c2a69949d1bd9293d3fd34719e4d01c8e65d80957d8534ebc23b1deb756c2", + "https://cdn.confidential.cloud/constellation/cas/sha256/ee100ea7fe8bf26d44df719283554a36398d484eee28682694c9e7a249c2d49c", ], ) - rpm( - name = "python3-0__3.11.2-1.fc37.x86_64", - sha256 = "9eebbf2abbc9791597032fb6136b92e99cadba5fc0b1e673c923b77ff9a5af8c", + name = "python-setuptools-wheel-0__65.5.1-2.fc38.x86_64", + sha256 = "7417816bd96d7b49e5a98c85eba313afaa8b8802458d7cd9f5ba72ecc31933e3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9eebbf2abbc9791597032fb6136b92e99cadba5fc0b1e673c923b77ff9a5af8c", + "https://cdn.confidential.cloud/constellation/cas/sha256/7417816bd96d7b49e5a98c85eba313afaa8b8802458d7cd9f5ba72ecc31933e3", ], ) - rpm( - name = "python3-audit-0__3.1-2.fc37.x86_64", - sha256 = "53e518304fe3f9d6b3952b29fe7878961af69178d2e0293dff3e2aacf1abe644", + name = "python3-0__3.11.3-2.fc38.x86_64", + sha256 = "9f6acd253d7c2dd0df445d321ac9df3a2870781cfac6837ba424a7aa0f24b469", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/53e518304fe3f9d6b3952b29fe7878961af69178d2e0293dff3e2aacf1abe644", + "https://cdn.confidential.cloud/constellation/cas/sha256/9f6acd253d7c2dd0df445d321ac9df3a2870781cfac6837ba424a7aa0f24b469", ], ) - rpm( - name = "python3-distro-0__1.7.0-3.fc37.x86_64", - sha256 = "6427a8b877a51be140e06665b3680a911816c9eb581aa54ecf29c77f51b6e898", + name = "python3-audit-0__3.1.1-1.fc38.x86_64", + sha256 = "e1ad1ab7e284106d4aff8a7026d6e848eed005d6adbd0cc336924a41b0776275", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6427a8b877a51be140e06665b3680a911816c9eb581aa54ecf29c77f51b6e898", + "https://cdn.confidential.cloud/constellation/cas/sha256/e1ad1ab7e284106d4aff8a7026d6e848eed005d6adbd0cc336924a41b0776275", ], ) - rpm( - name = "python3-libs-0__3.11.2-1.fc37.x86_64", - sha256 = "1681d31085e638e38b2836d0c71bcbf6ddc8b79386824ea403e0886c9fc9f98d", + name = "python3-distro-0__1.8.0-2.fc38.x86_64", + sha256 = "9d11e90a67f22a3dcb5dd8593b5ca2320b29173aa4d815710d1886ae8868c17f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1681d31085e638e38b2836d0c71bcbf6ddc8b79386824ea403e0886c9fc9f98d", + "https://cdn.confidential.cloud/constellation/cas/sha256/9d11e90a67f22a3dcb5dd8593b5ca2320b29173aa4d815710d1886ae8868c17f", ], ) - rpm( - name = "python3-libselinux-0__3.5-1.fc37.x86_64", - sha256 = "d6a8fff22472e9629ae8d61c678448215a4f3fb3314b26d0fde0dee70996b3a0", + name = "python3-libs-0__3.11.3-2.fc38.x86_64", + sha256 = "2656094a2199cb34ffd66c00051e93a15b742bc618bf02b1f5886ea3560e8a6d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d6a8fff22472e9629ae8d61c678448215a4f3fb3314b26d0fde0dee70996b3a0", + "https://cdn.confidential.cloud/constellation/cas/sha256/2656094a2199cb34ffd66c00051e93a15b742bc618bf02b1f5886ea3560e8a6d", ], ) - rpm( - name = "python3-libsemanage-0__3.5-1.fc37.x86_64", - sha256 = "e7710d9e96771a3becdb771b28d9a2de6bbcb87a3d1a7319e1f4eb9581f242b8", + name = "python3-libselinux-0__3.5-1.fc38.x86_64", + sha256 = "2fb45f352d4f8f51c2124e8857ccbd7d5fe3a477174c7a4597f1fba88073bd39", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e7710d9e96771a3becdb771b28d9a2de6bbcb87a3d1a7319e1f4eb9581f242b8", + "https://cdn.confidential.cloud/constellation/cas/sha256/2fb45f352d4f8f51c2124e8857ccbd7d5fe3a477174c7a4597f1fba88073bd39", ], ) - rpm( - name = "python3-policycoreutils-0__3.5-1.fc37.x86_64", - sha256 = "e746e0a43f9a9d57b33964332f595490f73df5df751cc785c66b4b72d4633410", + name = "python3-libsemanage-0__3.5-2.fc38.x86_64", + sha256 = "34a08d3ab88b1ef614a5cea8ce5a15d196c3841ad36130b5a66abd3f8fd5ad18", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e746e0a43f9a9d57b33964332f595490f73df5df751cc785c66b4b72d4633410", + "https://cdn.confidential.cloud/constellation/cas/sha256/34a08d3ab88b1ef614a5cea8ce5a15d196c3841ad36130b5a66abd3f8fd5ad18", ], ) - rpm( - name = "python3-setools-0__4.4.0-9.fc37.x86_64", - sha256 = "b872895c9e0ddbebdf970a42f8c7a25d956fb7bbcdbb18aa4cf5515cff962c62", + name = "python3-policycoreutils-0__3.5-1.fc38.x86_64", + sha256 = "45121ee061e87f94bcc0728007f99f85bf115145a2e44f5aef04bf570d35aad0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b872895c9e0ddbebdf970a42f8c7a25d956fb7bbcdbb18aa4cf5515cff962c62", + "https://cdn.confidential.cloud/constellation/cas/sha256/45121ee061e87f94bcc0728007f99f85bf115145a2e44f5aef04bf570d35aad0", ], ) - rpm( - name = "python3-setuptools-0__62.6.0-2.fc37.x86_64", - sha256 = "f54b9672f6cdc282263610a619ebef76a69d245bf1588fe767ea136c31c3c93b", + name = "python3-setools-0__4.4.2-1.fc38.x86_64", + sha256 = "fd08189ecad59c6784a241b8185c90b0c15a0679b0f9e2fa899b26c28033cfca", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f54b9672f6cdc282263610a619ebef76a69d245bf1588fe767ea136c31c3c93b", + "https://cdn.confidential.cloud/constellation/cas/sha256/fd08189ecad59c6784a241b8185c90b0c15a0679b0f9e2fa899b26c28033cfca", ], ) - rpm( - name = "qemu-audio-alsa-2__7.0.0-14.fc37.x86_64", - sha256 = "b3d0feb0f3f8883526affeafc869caa8d7035feb14dedd5649df6ece4b73f22a", + name = "python3-setuptools-0__65.5.1-2.fc38.x86_64", + sha256 = "fa61f497c2f94b4bbe9022f2e7a1bb4138aa02db1b5f60706a0056cccf2eb7ac", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b3d0feb0f3f8883526affeafc869caa8d7035feb14dedd5649df6ece4b73f22a", + "https://cdn.confidential.cloud/constellation/cas/sha256/fa61f497c2f94b4bbe9022f2e7a1bb4138aa02db1b5f60706a0056cccf2eb7ac", ], ) - rpm( - name = "qemu-audio-dbus-2__7.0.0-14.fc37.x86_64", - sha256 = "04bfeaeacac6778941a5a047356da9b151a3454633fe6fe755ade1131b225717", + name = "qemu-audio-alsa-2__7.2.1-2.fc38.x86_64", + sha256 = "a6c57f5caa7840ecc96db35b0632650ef63105ef5b62fab6dc95615f7a3b7ba7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/04bfeaeacac6778941a5a047356da9b151a3454633fe6fe755ade1131b225717", + "https://cdn.confidential.cloud/constellation/cas/sha256/a6c57f5caa7840ecc96db35b0632650ef63105ef5b62fab6dc95615f7a3b7ba7", ], ) - rpm( - name = "qemu-audio-jack-2__7.0.0-14.fc37.x86_64", - sha256 = "5e680b791b61a05c75685753876798d52d963aa1ab379088a38cc519362c5168", + name = "qemu-audio-dbus-2__7.2.1-2.fc38.x86_64", + sha256 = "758bacbe5d56fb594004096cb37ebbc42bf7f8773289c57ae92b8845490dbffa", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5e680b791b61a05c75685753876798d52d963aa1ab379088a38cc519362c5168", + "https://cdn.confidential.cloud/constellation/cas/sha256/758bacbe5d56fb594004096cb37ebbc42bf7f8773289c57ae92b8845490dbffa", ], ) - rpm( - name = "qemu-audio-oss-2__7.0.0-14.fc37.x86_64", - sha256 = "c0f05b0febc62e11efee11df0c83994002e5de27b01526d37f97f45564567efd", + name = "qemu-audio-jack-2__7.2.1-2.fc38.x86_64", + sha256 = "c4f9b1ac87660c4c7b758e490860ba9a53db611d5cc59b9f11d3ce090d1e2ba7", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c0f05b0febc62e11efee11df0c83994002e5de27b01526d37f97f45564567efd", + "https://cdn.confidential.cloud/constellation/cas/sha256/c4f9b1ac87660c4c7b758e490860ba9a53db611d5cc59b9f11d3ce090d1e2ba7", ], ) - rpm( - name = "qemu-audio-pa-2__7.0.0-14.fc37.x86_64", - sha256 = "42b3a2144cde3683d370ccbaf0a9cdc9ad201eefdc003c6615586bb7091f8188", + name = "qemu-audio-oss-2__7.2.1-2.fc38.x86_64", + sha256 = "910063787967b8d48d8210722748c8002fe1dae379c2cdcd04c838ab6f83a2ac", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/42b3a2144cde3683d370ccbaf0a9cdc9ad201eefdc003c6615586bb7091f8188", + "https://cdn.confidential.cloud/constellation/cas/sha256/910063787967b8d48d8210722748c8002fe1dae379c2cdcd04c838ab6f83a2ac", ], ) - rpm( - name = "qemu-audio-sdl-2__7.0.0-14.fc37.x86_64", - sha256 = "f3cd799e9a0d2f0e7b64af3cbf54d70218453930ef8fcc37651958d689e19e38", + name = "qemu-audio-pa-2__7.2.1-2.fc38.x86_64", + sha256 = "091f80bfdbf4a795cafa67b159e077a47967efcc7379e7d6e62f9facf1823ecf", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f3cd799e9a0d2f0e7b64af3cbf54d70218453930ef8fcc37651958d689e19e38", + "https://cdn.confidential.cloud/constellation/cas/sha256/091f80bfdbf4a795cafa67b159e077a47967efcc7379e7d6e62f9facf1823ecf", ], ) - rpm( - name = "qemu-audio-spice-2__7.0.0-14.fc37.x86_64", - sha256 = "a174c722eca68c4ee4d700f51643ca219cfa5d922de96ff396d90a306b4f8267", + name = "qemu-audio-sdl-2__7.2.1-2.fc38.x86_64", + sha256 = "44cb62d1747d673d090a527799bb20818c7a65eac4c030057d465c50bd23f0e5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a174c722eca68c4ee4d700f51643ca219cfa5d922de96ff396d90a306b4f8267", + "https://cdn.confidential.cloud/constellation/cas/sha256/44cb62d1747d673d090a527799bb20818c7a65eac4c030057d465c50bd23f0e5", ], ) - rpm( - name = "qemu-block-curl-2__7.0.0-14.fc37.x86_64", - sha256 = "e83878568c2cc55d35df1d04b61b13e182c0c75b9a2085a4c953f3920d19d6a4", + name = "qemu-audio-spice-2__7.2.1-2.fc38.x86_64", + sha256 = "b68effb6fae480ea2eddc6d18c7eed78620dbbd4595a30e5f05fd589128a866f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e83878568c2cc55d35df1d04b61b13e182c0c75b9a2085a4c953f3920d19d6a4", + "https://cdn.confidential.cloud/constellation/cas/sha256/b68effb6fae480ea2eddc6d18c7eed78620dbbd4595a30e5f05fd589128a866f", ], ) - rpm( - name = "qemu-block-dmg-2__7.0.0-14.fc37.x86_64", - sha256 = "a4da9e237ae3eeb6cb3b00d08db86301b1b6e7100cd16db154a4e9df0cd17eaa", + name = "qemu-block-blkio-2__7.2.1-2.fc38.x86_64", + sha256 = "22739bbf4ec7484146da785b03976b00ee3b2252c895a6b0fc6d9f69063388c5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a4da9e237ae3eeb6cb3b00d08db86301b1b6e7100cd16db154a4e9df0cd17eaa", + "https://cdn.confidential.cloud/constellation/cas/sha256/22739bbf4ec7484146da785b03976b00ee3b2252c895a6b0fc6d9f69063388c5", ], ) - rpm( - name = "qemu-block-gluster-2__7.0.0-14.fc37.x86_64", - sha256 = "b30547de393c0b3e20eed6fc5c01b08ef4222c6db9ff37cbc5f918f81366b316", + name = "qemu-block-curl-2__7.2.1-2.fc38.x86_64", + sha256 = "5c71c64e3154344573bad1262110648a83d6bcddc79ec68b5b97e6fee8eb0543", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b30547de393c0b3e20eed6fc5c01b08ef4222c6db9ff37cbc5f918f81366b316", + "https://cdn.confidential.cloud/constellation/cas/sha256/5c71c64e3154344573bad1262110648a83d6bcddc79ec68b5b97e6fee8eb0543", ], ) - rpm( - name = "qemu-block-iscsi-2__7.0.0-14.fc37.x86_64", - sha256 = "8ec06f366acd58ccce9ef00ba7a43ff6ea6649d5223489100a2cf3f2da0aefad", + name = "qemu-block-dmg-2__7.2.1-2.fc38.x86_64", + sha256 = "f6a2afb14da0d20210384b40e37027966d34beb0bfd91fd8e88e6ef05c53cc23", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8ec06f366acd58ccce9ef00ba7a43ff6ea6649d5223489100a2cf3f2da0aefad", + "https://cdn.confidential.cloud/constellation/cas/sha256/f6a2afb14da0d20210384b40e37027966d34beb0bfd91fd8e88e6ef05c53cc23", ], ) - rpm( - name = "qemu-block-nfs-2__7.0.0-14.fc37.x86_64", - sha256 = "ff8f7ea41fca48a4f111db7134decbe9c0b4bb7b67ffe704718847a5b830e281", + name = "qemu-block-gluster-2__7.2.1-2.fc38.x86_64", + sha256 = "29292e0035222e63a38ea5fb680e12a1a4696c89e2f8abd8232816e76a6dbab0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ff8f7ea41fca48a4f111db7134decbe9c0b4bb7b67ffe704718847a5b830e281", + "https://cdn.confidential.cloud/constellation/cas/sha256/29292e0035222e63a38ea5fb680e12a1a4696c89e2f8abd8232816e76a6dbab0", ], ) - rpm( - name = "qemu-block-rbd-2__7.0.0-14.fc37.x86_64", - sha256 = "0ca7eba769a95489d7f5b31639564a8fe8bbef12112be19eef822c319d4d2f2d", + name = "qemu-block-iscsi-2__7.2.1-2.fc38.x86_64", + sha256 = "1063a251486f902071a37737d971342625a19fa4bb5fe2df90386879570fb8c2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0ca7eba769a95489d7f5b31639564a8fe8bbef12112be19eef822c319d4d2f2d", + "https://cdn.confidential.cloud/constellation/cas/sha256/1063a251486f902071a37737d971342625a19fa4bb5fe2df90386879570fb8c2", ], ) - rpm( - name = "qemu-block-ssh-2__7.0.0-14.fc37.x86_64", - sha256 = "9789e2c7c0fa220b26723c13b6278a5392967271cc12d09ba7086e4096439173", + name = "qemu-block-nfs-2__7.2.1-2.fc38.x86_64", + sha256 = "4d482ccbf16ef524afaed3fd7a587acfa709021a6970c04a4c6ba4cc63f972fd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9789e2c7c0fa220b26723c13b6278a5392967271cc12d09ba7086e4096439173", + "https://cdn.confidential.cloud/constellation/cas/sha256/4d482ccbf16ef524afaed3fd7a587acfa709021a6970c04a4c6ba4cc63f972fd", ], ) - rpm( - name = "qemu-char-baum-2__7.0.0-14.fc37.x86_64", - sha256 = "34e182c1561e602bc8676d5650af0544cef0cb32b48ae5b5d777c73288a9c461", + name = "qemu-block-rbd-2__7.2.1-2.fc38.x86_64", + sha256 = "c67b4b81d19dbba97f2c634ec3ef76230bd65f385733c1f006676076b31bf714", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/34e182c1561e602bc8676d5650af0544cef0cb32b48ae5b5d777c73288a9c461", + "https://cdn.confidential.cloud/constellation/cas/sha256/c67b4b81d19dbba97f2c634ec3ef76230bd65f385733c1f006676076b31bf714", ], ) - rpm( - name = "qemu-char-spice-2__7.0.0-14.fc37.x86_64", - sha256 = "2479ad005bd8065821e8303193c50e482841408bbc61a94c3ce6ff3f1673234d", + name = "qemu-block-ssh-2__7.2.1-2.fc38.x86_64", + sha256 = "77680d074fc923571dd14c668cad3839bf3ebf473e92791450432daa84ee3614", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2479ad005bd8065821e8303193c50e482841408bbc61a94c3ce6ff3f1673234d", + "https://cdn.confidential.cloud/constellation/cas/sha256/77680d074fc923571dd14c668cad3839bf3ebf473e92791450432daa84ee3614", ], ) - rpm( - name = "qemu-common-2__7.0.0-14.fc37.x86_64", - sha256 = "7dce214b472568df84d12f55cc838b0df8db8afbc00b54f145989c2d5c71a63c", + name = "qemu-char-baum-2__7.2.1-2.fc38.x86_64", + sha256 = "f4daae201b3f3ddb93ae1c8a6191477eb68a97e19005b70ac1ad7c9ab3c2d4f1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7dce214b472568df84d12f55cc838b0df8db8afbc00b54f145989c2d5c71a63c", + "https://cdn.confidential.cloud/constellation/cas/sha256/f4daae201b3f3ddb93ae1c8a6191477eb68a97e19005b70ac1ad7c9ab3c2d4f1", ], ) - rpm( - name = "qemu-device-display-qxl-2__7.0.0-14.fc37.x86_64", - sha256 = "d224418106c8a0d86c511161e5169f1278ee6c3bc44ea90668039698f76a4ac5", + name = "qemu-char-spice-2__7.2.1-2.fc38.x86_64", + sha256 = "4d367ef2e559073fd060d2c14ccc708aecc27f5fd50e06977e6de009c78fc5ce", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d224418106c8a0d86c511161e5169f1278ee6c3bc44ea90668039698f76a4ac5", + "https://cdn.confidential.cloud/constellation/cas/sha256/4d367ef2e559073fd060d2c14ccc708aecc27f5fd50e06977e6de009c78fc5ce", ], ) - rpm( - name = "qemu-device-display-vhost-user-gpu-2__7.0.0-14.fc37.x86_64", - sha256 = "7c2bbc6ae6f08bc08069a65d0e99e246ac4bc4c0f4064ed0b8c9a5c3cf454dd2", + name = "qemu-common-2__7.2.1-2.fc38.x86_64", + sha256 = "e02b9a9dee0b8d77082312e165aa441d67643b3c1812540170bab535f8c55f4a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7c2bbc6ae6f08bc08069a65d0e99e246ac4bc4c0f4064ed0b8c9a5c3cf454dd2", + "https://cdn.confidential.cloud/constellation/cas/sha256/e02b9a9dee0b8d77082312e165aa441d67643b3c1812540170bab535f8c55f4a", ], ) - rpm( - name = "qemu-device-display-virtio-gpu-2__7.0.0-14.fc37.x86_64", - sha256 = "51a0538164f52ab8611d1cf724457e2a8a9879eac421cea84a909cff7e1b9119", + name = "qemu-device-display-qxl-2__7.2.1-2.fc38.x86_64", + sha256 = "3b5b52895a92bfbfd298cf432b28fcc51e3861f69dbe90f38c14c2445a9f3206", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/51a0538164f52ab8611d1cf724457e2a8a9879eac421cea84a909cff7e1b9119", + "https://cdn.confidential.cloud/constellation/cas/sha256/3b5b52895a92bfbfd298cf432b28fcc51e3861f69dbe90f38c14c2445a9f3206", ], ) - rpm( - name = "qemu-device-display-virtio-gpu-ccw-2__7.0.0-14.fc37.x86_64", - sha256 = "3eb525b103eb5070708a34d876f4bac3114f1a5d83d11abce96f111536ea6103", + name = "qemu-device-display-vhost-user-gpu-2__7.2.1-2.fc38.x86_64", + sha256 = "6cd4661c86f2cf4434d2439d2da85616fdf53fd07c96b2ceadc8a980ed84493e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3eb525b103eb5070708a34d876f4bac3114f1a5d83d11abce96f111536ea6103", + "https://cdn.confidential.cloud/constellation/cas/sha256/6cd4661c86f2cf4434d2439d2da85616fdf53fd07c96b2ceadc8a980ed84493e", ], ) - rpm( - name = "qemu-device-display-virtio-gpu-gl-2__7.0.0-14.fc37.x86_64", - sha256 = "aaed5e834c89775a221cf770d6fe79e1ac05ca5965ee1844d9f83029d48a8ea2", + name = "qemu-device-display-virtio-gpu-2__7.2.1-2.fc38.x86_64", + sha256 = "e5f7b0e6ec9b53487bfbda1ece32cd3953c915384e5779f7bae13ba7dd08727a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/aaed5e834c89775a221cf770d6fe79e1ac05ca5965ee1844d9f83029d48a8ea2", + "https://cdn.confidential.cloud/constellation/cas/sha256/e5f7b0e6ec9b53487bfbda1ece32cd3953c915384e5779f7bae13ba7dd08727a", ], ) - rpm( - name = "qemu-device-display-virtio-gpu-pci-2__7.0.0-14.fc37.x86_64", - sha256 = "a8833876b3297b4b062386a1b75055ce50d56b4aa3283befbaeeb3cdefd437ef", + name = "qemu-device-display-virtio-gpu-ccw-2__7.2.1-2.fc38.x86_64", + sha256 = "0b3beb09285a88de065c550599c3d049f6669222ccc81cb2caa4e5ea5419b384", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/a8833876b3297b4b062386a1b75055ce50d56b4aa3283befbaeeb3cdefd437ef", + "https://cdn.confidential.cloud/constellation/cas/sha256/0b3beb09285a88de065c550599c3d049f6669222ccc81cb2caa4e5ea5419b384", ], ) - rpm( - name = "qemu-device-display-virtio-gpu-pci-gl-2__7.0.0-14.fc37.x86_64", - sha256 = "7e6203bcff6f64652aa2fb09d6045cc6c8d50f1c1415b903cf05bce7cb3835b3", + name = "qemu-device-display-virtio-gpu-gl-2__7.2.1-2.fc38.x86_64", + sha256 = "d1117bde1f020a1fb69ba88bf6cc08a51900c4c590636b01db65e7f42acc01aa", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7e6203bcff6f64652aa2fb09d6045cc6c8d50f1c1415b903cf05bce7cb3835b3", + "https://cdn.confidential.cloud/constellation/cas/sha256/d1117bde1f020a1fb69ba88bf6cc08a51900c4c590636b01db65e7f42acc01aa", ], ) - rpm( - name = "qemu-device-display-virtio-vga-2__7.0.0-14.fc37.x86_64", - sha256 = "0f05303d3437e51cd4b8b8c4bd75815eda557d7cc819629be1d5ea6f7a78a84e", + name = "qemu-device-display-virtio-gpu-pci-2__7.2.1-2.fc38.x86_64", + sha256 = "1f752732d0e2a13652c7195853dbb700aebcb8ca320316d1c8821ff4f685c972", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0f05303d3437e51cd4b8b8c4bd75815eda557d7cc819629be1d5ea6f7a78a84e", + "https://cdn.confidential.cloud/constellation/cas/sha256/1f752732d0e2a13652c7195853dbb700aebcb8ca320316d1c8821ff4f685c972", ], ) - rpm( - name = "qemu-device-display-virtio-vga-gl-2__7.0.0-14.fc37.x86_64", - sha256 = "dfdfd7861b8b4009835262260306a3f79080e5f17029e211e67efd20b8f2bb43", + name = "qemu-device-display-virtio-gpu-pci-gl-2__7.2.1-2.fc38.x86_64", + sha256 = "496e3ad720be68f0c52dee791cd6ebd282379fbaa3e9037d52cfac2a8636060f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/dfdfd7861b8b4009835262260306a3f79080e5f17029e211e67efd20b8f2bb43", + "https://cdn.confidential.cloud/constellation/cas/sha256/496e3ad720be68f0c52dee791cd6ebd282379fbaa3e9037d52cfac2a8636060f", ], ) - rpm( - name = "qemu-device-usb-host-2__7.0.0-14.fc37.x86_64", - sha256 = "2596447ac5c576f2d4ba98a0fcbf6236ca8242d86c4558b5b7fb7bf80362fc2e", + name = "qemu-device-display-virtio-vga-2__7.2.1-2.fc38.x86_64", + sha256 = "96c50a0180a4758ab39e17a477213cc5bccbcd307cb3249d60bed2d566060f59", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/2596447ac5c576f2d4ba98a0fcbf6236ca8242d86c4558b5b7fb7bf80362fc2e", + "https://cdn.confidential.cloud/constellation/cas/sha256/96c50a0180a4758ab39e17a477213cc5bccbcd307cb3249d60bed2d566060f59", ], ) - rpm( - name = "qemu-device-usb-redirect-2__7.0.0-14.fc37.x86_64", - sha256 = "e53ede4498509ae09ba709132f59445dd46fc1d657b599db995a5ceea9b3a771", + name = "qemu-device-display-virtio-vga-gl-2__7.2.1-2.fc38.x86_64", + sha256 = "4b654c0a02196a63bc783cbd3862774272e31bc6fd1d27c31e570544787d8cf9", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e53ede4498509ae09ba709132f59445dd46fc1d657b599db995a5ceea9b3a771", + "https://cdn.confidential.cloud/constellation/cas/sha256/4b654c0a02196a63bc783cbd3862774272e31bc6fd1d27c31e570544787d8cf9", ], ) - rpm( - name = "qemu-device-usb-smartcard-2__7.0.0-14.fc37.x86_64", - sha256 = "82a9c2cdf1eb908d2cbfef06fd2f9458f98f425d698e3da0a9c90c6c08909a24", + name = "qemu-device-usb-host-2__7.2.1-2.fc38.x86_64", + sha256 = "807d83cdb74d3b4cd9a07474e763e54ac90aa535fb8f1b1573e74eb0b4ee3bdc", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/82a9c2cdf1eb908d2cbfef06fd2f9458f98f425d698e3da0a9c90c6c08909a24", + "https://cdn.confidential.cloud/constellation/cas/sha256/807d83cdb74d3b4cd9a07474e763e54ac90aa535fb8f1b1573e74eb0b4ee3bdc", ], ) - rpm( - name = "qemu-img-2__7.0.0-14.fc37.x86_64", - sha256 = "bc9ecb2ce512392ad96ee1be760dcbee5f250545c50e7a4541d7f359dc7fb812", + name = "qemu-device-usb-redirect-2__7.2.1-2.fc38.x86_64", + sha256 = "d42dd802cb3e028386205680d549c727eecabb0c121ef09730ade7a037368555", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bc9ecb2ce512392ad96ee1be760dcbee5f250545c50e7a4541d7f359dc7fb812", + "https://cdn.confidential.cloud/constellation/cas/sha256/d42dd802cb3e028386205680d549c727eecabb0c121ef09730ade7a037368555", ], ) - rpm( - name = "qemu-kvm-2__7.0.0-14.fc37.x86_64", - sha256 = "365b5295ec9c9c4465c285af7081c7e34203c215357638be2f847146596a2637", + name = "qemu-device-usb-smartcard-2__7.2.1-2.fc38.x86_64", + sha256 = "0f29a663241c428c55c64caef3f03ed159f153d58058c25de468bc53af58d631", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/365b5295ec9c9c4465c285af7081c7e34203c215357638be2f847146596a2637", + "https://cdn.confidential.cloud/constellation/cas/sha256/0f29a663241c428c55c64caef3f03ed159f153d58058c25de468bc53af58d631", ], ) - rpm( - name = "qemu-pr-helper-2__7.0.0-14.fc37.x86_64", - sha256 = "26bdc07eacb23fa43ea842437a72fb8bc2003ffdea4bf7a36041284d7247ea40", + name = "qemu-img-2__7.2.1-2.fc38.x86_64", + sha256 = "840bf28d52bc9b1b0f90e415f507fdb9e875dc52c3153425ecc112a0735fc757", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/26bdc07eacb23fa43ea842437a72fb8bc2003ffdea4bf7a36041284d7247ea40", + "https://cdn.confidential.cloud/constellation/cas/sha256/840bf28d52bc9b1b0f90e415f507fdb9e875dc52c3153425ecc112a0735fc757", ], ) - rpm( - name = "qemu-system-x86-2__7.0.0-14.fc37.x86_64", - sha256 = "5d56bd81c1e9c94101e6f05a27f64855b75848efb23d32f9065b47ebeea751ff", + name = "qemu-kvm-2__7.2.1-2.fc38.x86_64", + sha256 = "beca8df43390186b92594e2e16d49d9c8c09836130d594100b8783f0392601c0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5d56bd81c1e9c94101e6f05a27f64855b75848efb23d32f9065b47ebeea751ff", + "https://cdn.confidential.cloud/constellation/cas/sha256/beca8df43390186b92594e2e16d49d9c8c09836130d594100b8783f0392601c0", ], ) - rpm( - name = "qemu-system-x86-core-2__7.0.0-14.fc37.x86_64", - sha256 = "bca0444ca9dbbd734259e2332dbae93010cacf7bd8ae957783b5195b0a3e39bf", + name = "qemu-pr-helper-2__7.2.1-2.fc38.x86_64", + sha256 = "8fc2764e72453d0765f28ee2459bba8d936f7d1af84ca90dcde65922dbaed279", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/bca0444ca9dbbd734259e2332dbae93010cacf7bd8ae957783b5195b0a3e39bf", + "https://cdn.confidential.cloud/constellation/cas/sha256/8fc2764e72453d0765f28ee2459bba8d936f7d1af84ca90dcde65922dbaed279", ], ) - rpm( - name = "qemu-ui-curses-2__7.0.0-14.fc37.x86_64", - sha256 = "faf00ad6f77b2dd9fd486c049004ec4bc30241473b8b114f20c063efe7e14f22", + name = "qemu-system-x86-2__7.2.1-2.fc38.x86_64", + sha256 = "2b4e4f261d92aaef854b3c96e485c61fc9a4663223a37ec86e2da4e48df6a190", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/faf00ad6f77b2dd9fd486c049004ec4bc30241473b8b114f20c063efe7e14f22", + "https://cdn.confidential.cloud/constellation/cas/sha256/2b4e4f261d92aaef854b3c96e485c61fc9a4663223a37ec86e2da4e48df6a190", ], ) - rpm( - name = "qemu-ui-egl-headless-2__7.0.0-14.fc37.x86_64", - sha256 = "5ece56341f4fa064f768580578c0a64902fe6d9fe98466e54a24d79f86ed35a0", + name = "qemu-system-x86-core-2__7.2.1-2.fc38.x86_64", + sha256 = "8d1f4853ba9c5877e52a6e6bf3093eecbe7c4c272ea4fcc210f0a542cdfc7338", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5ece56341f4fa064f768580578c0a64902fe6d9fe98466e54a24d79f86ed35a0", + "https://cdn.confidential.cloud/constellation/cas/sha256/8d1f4853ba9c5877e52a6e6bf3093eecbe7c4c272ea4fcc210f0a542cdfc7338", ], ) - rpm( - name = "qemu-ui-gtk-2__7.0.0-14.fc37.x86_64", - sha256 = "da395925b1e887ee7704a4e91bb5450226adef0cea6dbfb46e316d0926f38545", + name = "qemu-ui-curses-2__7.2.1-2.fc38.x86_64", + sha256 = "9f254c5529e8e5bf6e1c205491723124480b3f7b800a92469a1049f9210368b5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/da395925b1e887ee7704a4e91bb5450226adef0cea6dbfb46e316d0926f38545", + "https://cdn.confidential.cloud/constellation/cas/sha256/9f254c5529e8e5bf6e1c205491723124480b3f7b800a92469a1049f9210368b5", ], ) - rpm( - name = "qemu-ui-opengl-2__7.0.0-14.fc37.x86_64", - sha256 = "09c8bfe7d3344496b06da4a9b0b0d91ea332c4527ec308bb72f46eaac5f666d6", + name = "qemu-ui-egl-headless-2__7.2.1-2.fc38.x86_64", + sha256 = "2bc76ec5ca1d1b9b4249642e9a7998dbe623d43906a576d0f49a56c7ad046eb3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/09c8bfe7d3344496b06da4a9b0b0d91ea332c4527ec308bb72f46eaac5f666d6", + "https://cdn.confidential.cloud/constellation/cas/sha256/2bc76ec5ca1d1b9b4249642e9a7998dbe623d43906a576d0f49a56c7ad046eb3", ], ) - rpm( - name = "qemu-ui-sdl-2__7.0.0-14.fc37.x86_64", - sha256 = "f03b7eca8c19324cb91c35c3233fbac737a04be0e8fa18d277d97bd8a65991c2", + name = "qemu-ui-gtk-2__7.2.1-2.fc38.x86_64", + sha256 = "81b846b9dc3ee9cb3913cd27e84089d419cea4da0c8d20518335dcd62015fe32", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f03b7eca8c19324cb91c35c3233fbac737a04be0e8fa18d277d97bd8a65991c2", + "https://cdn.confidential.cloud/constellation/cas/sha256/81b846b9dc3ee9cb3913cd27e84089d419cea4da0c8d20518335dcd62015fe32", ], ) - rpm( - name = "qemu-ui-spice-app-2__7.0.0-14.fc37.x86_64", - sha256 = "32f9d2daa9db767b2e5235022f23f00404e77c73c66bf76dae4faf719862b4ee", + name = "qemu-ui-opengl-2__7.2.1-2.fc38.x86_64", + sha256 = "b72892784d94d278b43f4fb876079d79a2d02bb8b7808600edc29d0dfca60700", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/32f9d2daa9db767b2e5235022f23f00404e77c73c66bf76dae4faf719862b4ee", + "https://cdn.confidential.cloud/constellation/cas/sha256/b72892784d94d278b43f4fb876079d79a2d02bb8b7808600edc29d0dfca60700", ], ) - rpm( - name = "qemu-ui-spice-core-2__7.0.0-14.fc37.x86_64", - sha256 = "86bfb12e746902526b80d731e3fb70ce4fa4f6eb824144482d9610b244ee8f61", + name = "qemu-ui-sdl-2__7.2.1-2.fc38.x86_64", + sha256 = "26f619023e0bc7396c8e1911045a579d30740d30f2bbc51943f237f5f1749076", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/86bfb12e746902526b80d731e3fb70ce4fa4f6eb824144482d9610b244ee8f61", + "https://cdn.confidential.cloud/constellation/cas/sha256/26f619023e0bc7396c8e1911045a579d30740d30f2bbc51943f237f5f1749076", ], ) - rpm( - name = "qemu-virtiofsd-2__7.0.0-14.fc37.x86_64", - sha256 = "5fd6a1f9ec7eb3051a607be829967ee60da97d28dbc0f0f1591d6afc692970d8", + name = "qemu-ui-spice-app-2__7.2.1-2.fc38.x86_64", + sha256 = "e792febb65c47bfd079c368f784e553543847cc5dfcbb047a50555f63e62c485", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5fd6a1f9ec7eb3051a607be829967ee60da97d28dbc0f0f1591d6afc692970d8", + "https://cdn.confidential.cloud/constellation/cas/sha256/e792febb65c47bfd079c368f784e553543847cc5dfcbb047a50555f63e62c485", ], ) - rpm( - name = "quota-1__4.06-8.fc37.x86_64", - sha256 = "12c24b81220187755be28d4f3fecad92a04a7a20544a4674a8b05a34aa384e3b", + name = "qemu-ui-spice-core-2__7.2.1-2.fc38.x86_64", + sha256 = "64c0d63cd5b9c0b9ea4083fa8472501170b6e14be2330e844736bf951fc6652d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/12c24b81220187755be28d4f3fecad92a04a7a20544a4674a8b05a34aa384e3b", + "https://cdn.confidential.cloud/constellation/cas/sha256/64c0d63cd5b9c0b9ea4083fa8472501170b6e14be2330e844736bf951fc6652d", ], ) - rpm( - name = "quota-nls-1__4.06-8.fc37.x86_64", - sha256 = "d06db6c718161747f576c1cffec00b2cbaaafd62371122ac218abcc89ba05310", + name = "quota-1__4.09-2.fc38.x86_64", + sha256 = "e69a038bc442cbcdeaec89b06af30b7f9eb57017657c1d57b3128b54be8bb153", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d06db6c718161747f576c1cffec00b2cbaaafd62371122ac218abcc89ba05310", + "https://cdn.confidential.cloud/constellation/cas/sha256/e69a038bc442cbcdeaec89b06af30b7f9eb57017657c1d57b3128b54be8bb153", ], ) - rpm( - name = "readline-0__8.2-2.fc37.x86_64", - sha256 = "0663e23dc42a7ce84f60f5f3154ba640460a0e5b7158459abf9d5d0986d69d06", + name = "quota-nls-1__4.09-2.fc38.x86_64", + sha256 = "48cd3d08dc037320afa5f98501088f06198d3d4deff554d38f7f04b440f0ae72", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/0663e23dc42a7ce84f60f5f3154ba640460a0e5b7158459abf9d5d0986d69d06", + "https://cdn.confidential.cloud/constellation/cas/sha256/48cd3d08dc037320afa5f98501088f06198d3d4deff554d38f7f04b440f0ae72", ], ) rpm( - name = "rpcbind-0__1.2.6-3.rc2.fc37.x86_64", - sha256 = "893132bdf1a1ca0cf2e59bc27086dd6d99ce0714c12e052ad363469877c863d2", + name = "readline-0__8.2-3.fc38.x86_64", + sha256 = "a7099c322c45030738bdd90e3de4402c0c80c6ebd993a1749c2e582cf33ee6f2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/893132bdf1a1ca0cf2e59bc27086dd6d99ce0714c12e052ad363469877c863d2", + "https://cdn.confidential.cloud/constellation/cas/sha256/a7099c322c45030738bdd90e3de4402c0c80c6ebd993a1749c2e582cf33ee6f2", ], ) - rpm( - name = "rpm-0__4.18.0-1.fc37.x86_64", - sha256 = "7eb9468d77618514bf861da405e2c85b2411efe81577ebc586fd9c25e5ae4194", + name = "rpcbind-0__1.2.6-4.rc2.fc38.x86_64", + sha256 = "86b2fce241deb1b66fcd2f15b86824f7202c3a05d53973b68f0170401bccf94c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7eb9468d77618514bf861da405e2c85b2411efe81577ebc586fd9c25e5ae4194", + "https://cdn.confidential.cloud/constellation/cas/sha256/86b2fce241deb1b66fcd2f15b86824f7202c3a05d53973b68f0170401bccf94c", ], ) - rpm( - name = "rpm-libs-0__4.18.0-1.fc37.x86_64", - sha256 = "359602208228e24f4d2b4f0ab057ad7ca604ed3f23b0873e7efe395a0c3df25e", + name = "rpm-0__4.18.1-3.fc38.x86_64", + sha256 = "fcd827a4f95db14a707bc604efac1db86973eaa97bd8bf9f78c37a925c09a297", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/359602208228e24f4d2b4f0ab057ad7ca604ed3f23b0873e7efe395a0c3df25e", + "https://cdn.confidential.cloud/constellation/cas/sha256/fcd827a4f95db14a707bc604efac1db86973eaa97bd8bf9f78c37a925c09a297", ], ) - rpm( - name = "rpm-plugin-selinux-0__4.18.0-1.fc37.x86_64", - sha256 = "1ab8c75a2f9ee929bbfdb722abc00fb96252e4e76c66f1d292cfe01330f3d56a", + name = "rpm-libs-0__4.18.1-3.fc38.x86_64", + sha256 = "10196a125eccfe91f3eb187be4e07d7a7d9304f738c3feed087b6f8c4375f305", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1ab8c75a2f9ee929bbfdb722abc00fb96252e4e76c66f1d292cfe01330f3d56a", + "https://cdn.confidential.cloud/constellation/cas/sha256/10196a125eccfe91f3eb187be4e07d7a7d9304f738c3feed087b6f8c4375f305", ], ) - rpm( - name = "seabios-bin-0__1.16.1-2.fc37.x86_64", - sha256 = "99e4d8e1cd8a8ed6a3b721873b76b44cffad7723ca6e3560932673da71148f2c", + name = "rpm-plugin-selinux-0__4.18.1-3.fc38.x86_64", + sha256 = "edc3846d881c4ad341c5e97f7a2b7ec8f5164c26e73839449374b3c6fc2483fd", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/99e4d8e1cd8a8ed6a3b721873b76b44cffad7723ca6e3560932673da71148f2c", + "https://cdn.confidential.cloud/constellation/cas/sha256/edc3846d881c4ad341c5e97f7a2b7ec8f5164c26e73839449374b3c6fc2483fd", ], ) - rpm( - name = "seavgabios-bin-0__1.16.1-2.fc37.x86_64", - sha256 = "5eb1d2fe62e15cd4f9b92c23a03385c87ce4c0bebfcede8444e98d6c86679e37", + name = "rpm-sequoia-0__1.4.0-3.fc38.x86_64", + sha256 = "5ae40c78ba1b3d44bda453048fa602bb2cbfef08f5873e3cc268490d5a68d24b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/5eb1d2fe62e15cd4f9b92c23a03385c87ce4c0bebfcede8444e98d6c86679e37", + "https://cdn.confidential.cloud/constellation/cas/sha256/5ae40c78ba1b3d44bda453048fa602bb2cbfef08f5873e3cc268490d5a68d24b", ], ) - rpm( - name = "sed-0__4.8-11.fc37.x86_64", - sha256 = "231e782077862f4abecf025aa254a9c391a950490ae856261dcfd229863ac80f", + name = "seabios-bin-0__1.16.2-1.fc38.x86_64", + sha256 = "7e75f0d13dced300b02c7dd7202471e78a017abd4513413a9679021278e2c589", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/231e782077862f4abecf025aa254a9c391a950490ae856261dcfd229863ac80f", + "https://cdn.confidential.cloud/constellation/cas/sha256/7e75f0d13dced300b02c7dd7202471e78a017abd4513413a9679021278e2c589", ], ) - rpm( - name = "selinux-policy-0__37.19-1.fc37.x86_64", - sha256 = "8081e5f42dcf1f55cf328ed7b0aca3793ddac5515fc7cacf89f9b826bbda13ba", + name = "seavgabios-bin-0__1.16.2-1.fc38.x86_64", + sha256 = "8022fcff2140e4ab964b50bb63a6a2afdb501b6014519d79d15f0b64fe1c578b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8081e5f42dcf1f55cf328ed7b0aca3793ddac5515fc7cacf89f9b826bbda13ba", + "https://cdn.confidential.cloud/constellation/cas/sha256/8022fcff2140e4ab964b50bb63a6a2afdb501b6014519d79d15f0b64fe1c578b", ], ) rpm( - name = "selinux-policy-targeted-0__37.19-1.fc37.x86_64", - sha256 = "e0575d33b23d5ffd35e679f3a8d5095b2785b4a2f3c58fd74fea4262128519eb", + name = "sed-0__4.8-12.fc38.x86_64", + sha256 = "a6e01b89e814ec42d1c2c6be79240a97a9bd151c857f82a11e129547e069e27f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e0575d33b23d5ffd35e679f3a8d5095b2785b4a2f3c58fd74fea4262128519eb", + "https://cdn.confidential.cloud/constellation/cas/sha256/a6e01b89e814ec42d1c2c6be79240a97a9bd151c857f82a11e129547e069e27f", ], ) - rpm( - name = "setup-0__2.14.1-2.fc37.x86_64", - sha256 = "15d72b2a44f403b3a7ee9138820a8ce7584f954aeafbb43b1251621bca26f785", + name = "selinux-policy-0__38.15-1.fc38.x86_64", + sha256 = "a95a13f416c14a654a3571f229f9b39dfa8c32dd330de620ae08ad359eb317c0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/15d72b2a44f403b3a7ee9138820a8ce7584f954aeafbb43b1251621bca26f785", + "https://cdn.confidential.cloud/constellation/cas/sha256/a95a13f416c14a654a3571f229f9b39dfa8c32dd330de620ae08ad359eb317c0", ], ) - rpm( - name = "sgabios-bin-1__0.20180715git-9.fc37.x86_64", - sha256 = "7b18cb14de4338aa5fa937f19a44ac5accceacb18009e5b33afd22755cb7955a", + name = "selinux-policy-minimum-0__38.15-1.fc38.x86_64", + sha256 = "95e811c04645ee5249c2c3050962e04255ed2de37f261e15539c415650a1e78d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7b18cb14de4338aa5fa937f19a44ac5accceacb18009e5b33afd22755cb7955a", + "https://cdn.confidential.cloud/constellation/cas/sha256/95e811c04645ee5249c2c3050962e04255ed2de37f261e15539c415650a1e78d", ], ) rpm( - name = "shadow-utils-2__4.12.3-5.fc37.x86_64", - sha256 = "6e977ea4ed87ef136fc1aa7b01ac06ceea038a537dc902f94ec9da5081290bfd", + name = "setup-0__2.14.3-2.fc38.x86_64", + sha256 = "c7efb8634b62cdab9e8894174a8c70d20eb431482277231bc54fa8ca8c3681e3", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6e977ea4ed87ef136fc1aa7b01ac06ceea038a537dc902f94ec9da5081290bfd", + "https://cdn.confidential.cloud/constellation/cas/sha256/c7efb8634b62cdab9e8894174a8c70d20eb431482277231bc54fa8ca8c3681e3", ], ) - rpm( - name = "shared-mime-info-0__2.2-2.fc37.x86_64", - sha256 = "c471712a2998682347e1680ef1d5a652b48c12502f19e8d39354c4083af91d8a", + name = "sgabios-bin-1__0.20180715git-10.fc38.x86_64", + sha256 = "29d65ece6fb972f7308ab795e45d039e976722c5687be31e2a9d8a0a7ca832b9", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c471712a2998682347e1680ef1d5a652b48c12502f19e8d39354c4083af91d8a", + "https://cdn.confidential.cloud/constellation/cas/sha256/29d65ece6fb972f7308ab795e45d039e976722c5687be31e2a9d8a0a7ca832b9", ], ) rpm( - name = "sheepdog-0__1.0.1-18.fc37.x86_64", - sha256 = "edf0f215e9c91d8ce0422b2515ccf1b923ff413c817f07d3337f0ffa8b8287a7", + name = "shadow-utils-2__4.13-6.fc38.x86_64", + sha256 = "8be96e09e2e44491b287be44b2b6be0c9f8aeab75fe061d3e8a28b9be19144ef", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/edf0f215e9c91d8ce0422b2515ccf1b923ff413c817f07d3337f0ffa8b8287a7", + "https://cdn.confidential.cloud/constellation/cas/sha256/8be96e09e2e44491b287be44b2b6be0c9f8aeab75fe061d3e8a28b9be19144ef", ], ) - rpm( - name = "snappy-0__1.1.9-5.fc37.x86_64", - sha256 = "46504f3ad77433138805882361af9245a26a74e2b0984f4b35b3509a3b2f91bf", + name = "shared-mime-info-0__2.2-3.fc38.x86_64", + sha256 = "5599d1ba2f455133813c24bb4c4bb9bc0842ccb28371c1c15f0a0dcb6262c004", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/46504f3ad77433138805882361af9245a26a74e2b0984f4b35b3509a3b2f91bf", + "https://cdn.confidential.cloud/constellation/cas/sha256/5599d1ba2f455133813c24bb4c4bb9bc0842ccb28371c1c15f0a0dcb6262c004", ], ) - rpm( - name = "spice-server-0__0.15.1-1.fc37.x86_64", - sha256 = "51e2a98325724d799c69e14bdb7c565bc2edf62e102fa8176b263c0686961f1b", + name = "snappy-0__1.1.9-7.fc38.x86_64", + sha256 = "a1de300e5edca8a97e90e0196a7f38a900e45f410e0ac04cb1366fead20a1659", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/51e2a98325724d799c69e14bdb7c565bc2edf62e102fa8176b263c0686961f1b", + "https://cdn.confidential.cloud/constellation/cas/sha256/a1de300e5edca8a97e90e0196a7f38a900e45f410e0ac04cb1366fead20a1659", ], ) - rpm( - name = "sqlite-libs-0__3.40.0-1.fc37.x86_64", - sha256 = "4d1603de146f9bbe90810100df0afa2efe32e13cc86ed42e32528bc50b8f03dd", + name = "spice-server-0__0.15.1-2.fc38.x86_64", + sha256 = "5c796706d5a73267c3ca82a9331b080a25e7864d705a1c810b6329d77fc7febe", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4d1603de146f9bbe90810100df0afa2efe32e13cc86ed42e32528bc50b8f03dd", + "https://cdn.confidential.cloud/constellation/cas/sha256/5c796706d5a73267c3ca82a9331b080a25e7864d705a1c810b6329d77fc7febe", ], ) - rpm( - name = "swtpm-0__0.7.3-2.20220427gitf2268ee.fc37.x86_64", - sha256 = "4dd0ae80effe40033c02e3d2b9c4f4824c4faa7f58d7e3ba8c946316dc578ba5", + name = "sqlite-libs-0__3.40.1-2.fc38.x86_64", + sha256 = "be6d9e9b98733494ee5901d45b849e2dc012a6b41c3ff09d0d212002dbe15dce", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4dd0ae80effe40033c02e3d2b9c4f4824c4faa7f58d7e3ba8c946316dc578ba5", + "https://cdn.confidential.cloud/constellation/cas/sha256/be6d9e9b98733494ee5901d45b849e2dc012a6b41c3ff09d0d212002dbe15dce", ], ) - rpm( - name = "swtpm-libs-0__0.7.3-2.20220427gitf2268ee.fc37.x86_64", - sha256 = "3b28d0e464f9aefb3c109c56508740c8958a4475235c75ed996f0b80e8caeb0f", + name = "swtpm-0__0.8.0-3.fc38.x86_64", + sha256 = "6738d2b352e3e08a3482f46640a27135a5d83ba616fcba4902d2569230eb9eb9", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3b28d0e464f9aefb3c109c56508740c8958a4475235c75ed996f0b80e8caeb0f", + "https://cdn.confidential.cloud/constellation/cas/sha256/6738d2b352e3e08a3482f46640a27135a5d83ba616fcba4902d2569230eb9eb9", ], ) - rpm( - name = "swtpm-tools-0__0.7.3-2.20220427gitf2268ee.fc37.x86_64", - sha256 = "4e6e001a6c6f8793d4b7abd824396ce7560c9524c636f75346f4721461082d1f", + name = "swtpm-libs-0__0.8.0-3.fc38.x86_64", + sha256 = "e0a615080f43adbc1cfd0247505f2da4725a12ac2bf98fad461d75bc2f21e3c6", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4e6e001a6c6f8793d4b7abd824396ce7560c9524c636f75346f4721461082d1f", + "https://cdn.confidential.cloud/constellation/cas/sha256/e0a615080f43adbc1cfd0247505f2da4725a12ac2bf98fad461d75bc2f21e3c6", ], ) - rpm( - name = "systemd-0__251.13-6.fc37.x86_64", - sha256 = "d1191eb3a0149638e395591d2004cd6a5d852e5712ab06c4beb7cfd77e2e2488", + name = "swtpm-tools-0__0.8.0-3.fc38.x86_64", + sha256 = "7e4b4392d27d104c548c1925db99f6252839c9893ea0896715c3b9f3a498df6f", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d1191eb3a0149638e395591d2004cd6a5d852e5712ab06c4beb7cfd77e2e2488", + "https://cdn.confidential.cloud/constellation/cas/sha256/7e4b4392d27d104c548c1925db99f6252839c9893ea0896715c3b9f3a498df6f", ], ) rpm( - name = "systemd-boot-unsigned-0__251.13-6.fc37.x86_64", - sha256 = "eefefd07bd1ce853a90864be80129a17eaa3711e6961816e886e7089602fab99", + name = "systemd-0__253.5-1.fc38.x86_64", + sha256 = "23c41203de9a6741e263b0d9f5a13bbe88387ba0b7c8325ae3d01d17dd675924", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/eefefd07bd1ce853a90864be80129a17eaa3711e6961816e886e7089602fab99", + "https://cdn.confidential.cloud/constellation/cas/sha256/23c41203de9a6741e263b0d9f5a13bbe88387ba0b7c8325ae3d01d17dd675924", ], ) - rpm( - name = "systemd-container-0__251.13-6.fc37.x86_64", - sha256 = "fe88fec0479464db8effe4181c8c4608ae9fe37c3fefa430312de3094543f7da", + name = "systemd-container-0__253.5-1.fc38.x86_64", + sha256 = "9f22f36aa64b2cdc677f1a5997af6aaa5b8f13828d5f1bfc526e011565caf110", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/fe88fec0479464db8effe4181c8c4608ae9fe37c3fefa430312de3094543f7da", + "https://cdn.confidential.cloud/constellation/cas/sha256/9f22f36aa64b2cdc677f1a5997af6aaa5b8f13828d5f1bfc526e011565caf110", ], ) rpm( - name = "systemd-devel-0__251.13-6.fc37.x86_64", - sha256 = "670b37fe825d24fa6d47131593485f197366bb5190e321ee78e8e3bd467cb687", + name = "systemd-devel-0__253.5-1.fc38.x86_64", + sha256 = "bbd9fd3b74dcad2b1a7b3dd2478dbea49569fc365b8453558a171a15bb987bb2", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/670b37fe825d24fa6d47131593485f197366bb5190e321ee78e8e3bd467cb687", + "https://cdn.confidential.cloud/constellation/cas/sha256/bbd9fd3b74dcad2b1a7b3dd2478dbea49569fc365b8453558a171a15bb987bb2", ], ) rpm( - name = "systemd-libs-0__251.13-6.fc37.x86_64", - sha256 = "20aa751dfa2c65cf5a3cad75867d863ed562694c8d30a317814d3c6e4a0a3e6a", + name = "systemd-libs-0__253.5-1.fc38.x86_64", + sha256 = "3131390399cb6df4e93409013c0af49975b474982f37da7f3e06aae7aa9a2b96", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/20aa751dfa2c65cf5a3cad75867d863ed562694c8d30a317814d3c6e4a0a3e6a", + "https://cdn.confidential.cloud/constellation/cas/sha256/3131390399cb6df4e93409013c0af49975b474982f37da7f3e06aae7aa9a2b96", ], ) rpm( - name = "systemd-pam-0__251.13-6.fc37.x86_64", - sha256 = "788dc48f363aaaf40e004475278db7b6408cbe21e20663ca4ed9540b5070ff2a", + name = "systemd-pam-0__253.5-1.fc38.x86_64", + sha256 = "a9dc53ec81e7f8ba75ae57aa1d6c7e55781357c700dd73e854fc05936ae65121", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/788dc48f363aaaf40e004475278db7b6408cbe21e20663ca4ed9540b5070ff2a", + "https://cdn.confidential.cloud/constellation/cas/sha256/a9dc53ec81e7f8ba75ae57aa1d6c7e55781357c700dd73e854fc05936ae65121", ], ) - rpm( - name = "systemd-udev-0__251.13-6.fc37.x86_64", - sha256 = "3c4948ad1f47b599ec254ecf237889e603923265b01ee7228c38b1d89b6095cc", + name = "systemd-udev-0__253.5-1.fc38.x86_64", + sha256 = "f773968807ad670d6c07f1dcb7a35ce131a8365bcedc58593e96bbe53d2df82e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/3c4948ad1f47b599ec254ecf237889e603923265b01ee7228c38b1d89b6095cc", + "https://cdn.confidential.cloud/constellation/cas/sha256/f773968807ad670d6c07f1dcb7a35ce131a8365bcedc58593e96bbe53d2df82e", ], ) - rpm( - name = "trousers-0__0.3.15-7.fc37.x86_64", - sha256 = "9ec34885483cd25c7ae39b9e5b0af020f6db54123cdc3e38d898badbafb8ca43", + name = "trousers-0__0.3.15-8.fc38.x86_64", + sha256 = "6194d3b90915b71d1ffbc9f8e9ae39b4605f7d7382a3a32a016e500f383ce06d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/9ec34885483cd25c7ae39b9e5b0af020f6db54123cdc3e38d898badbafb8ca43", + "https://cdn.confidential.cloud/constellation/cas/sha256/6194d3b90915b71d1ffbc9f8e9ae39b4605f7d7382a3a32a016e500f383ce06d", ], ) - rpm( - name = "trousers-lib-0__0.3.15-7.fc37.x86_64", - sha256 = "b33af58d16302786d9b793c4f780aeb3b4d96d944868a998eecdcc37e71cfc50", + name = "trousers-lib-0__0.3.15-8.fc38.x86_64", + sha256 = "dba986bc506f6bcd9844a2f2c151c7ec47fbd210b580a90312dce39f5c7839d5", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b33af58d16302786d9b793c4f780aeb3b4d96d944868a998eecdcc37e71cfc50", + "https://cdn.confidential.cloud/constellation/cas/sha256/dba986bc506f6bcd9844a2f2c151c7ec47fbd210b580a90312dce39f5c7839d5", ], ) rpm( - name = "tzdata-0__2022g-1.fc37.x86_64", - sha256 = "7ff35c66b3478103fbf3941e933e25f60e41f2b0bfd07d43666b40721211c3bb", + name = "tzdata-0__2023c-1.fc38.x86_64", + sha256 = "041e8b9be8a87757da8d5b8a2ced4b5aec8bcafd1c0747234cdfe10206eae27b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7ff35c66b3478103fbf3941e933e25f60e41f2b0bfd07d43666b40721211c3bb", + "https://cdn.confidential.cloud/constellation/cas/sha256/041e8b9be8a87757da8d5b8a2ced4b5aec8bcafd1c0747234cdfe10206eae27b", ], ) - rpm( - name = "unbound-libs-0__1.17.1-1.fc37.x86_64", - sha256 = "13f29a4066dde4c0b48de7676275972bd05d8156270e63dadefe9dc2dac82a43", + name = "unbound-libs-0__1.17.1-2.fc38.x86_64", + sha256 = "95ea79593c6ef3cc7e561f222b3c13db8b1c17facd1786bb366a0663624a7580", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/13f29a4066dde4c0b48de7676275972bd05d8156270e63dadefe9dc2dac82a43", + "https://cdn.confidential.cloud/constellation/cas/sha256/95ea79593c6ef3cc7e561f222b3c13db8b1c17facd1786bb366a0663624a7580", ], ) - rpm( - name = "usbredir-0__0.13.0-1.fc37.x86_64", - sha256 = "6eff960ec69cf742b10ef009a05d839cba53f24ef9b705e2586f99216e1c6f7b", + name = "usbredir-0__0.13.0-2.fc38.x86_64", + sha256 = "a8b03b803e32d5bd74c734a5b1afd989709f2a915c512d9e560d08e3148f5c0d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/6eff960ec69cf742b10ef009a05d839cba53f24ef9b705e2586f99216e1c6f7b", + "https://cdn.confidential.cloud/constellation/cas/sha256/a8b03b803e32d5bd74c734a5b1afd989709f2a915c512d9e560d08e3148f5c0d", ], ) - rpm( - name = "userspace-rcu-0__0.13.0-5.fc37.x86_64", - sha256 = "b7e7d3793988a51ea308b7e9bf9882fa35d1b44a27da67e64c4b5a6eed34f792", + name = "userspace-rcu-0__0.13.2-2.fc38.x86_64", + sha256 = "76b58342bb839cf953fb2685bb91a929f397da361535766de6a597e9279abfa1", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b7e7d3793988a51ea308b7e9bf9882fa35d1b44a27da67e64c4b5a6eed34f792", + "https://cdn.confidential.cloud/constellation/cas/sha256/76b58342bb839cf953fb2685bb91a929f397da361535766de6a597e9279abfa1", ], ) rpm( - name = "util-linux-0__2.38.1-1.fc37.x86_64", - sha256 = "23f052850cd509743fae6089181a124ee65c2783d6d15f61ffbae1272f5f67ef", + name = "util-linux-0__2.38.1-4.fc38.x86_64", + sha256 = "f0f8e33332df97afd911093f28c487bc84cbe4dcc7bb468eac5551d235acee62", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/23f052850cd509743fae6089181a124ee65c2783d6d15f61ffbae1272f5f67ef", + "https://cdn.confidential.cloud/constellation/cas/sha256/f0f8e33332df97afd911093f28c487bc84cbe4dcc7bb468eac5551d235acee62", ], ) rpm( - name = "util-linux-core-0__2.38.1-1.fc37.x86_64", - sha256 = "f87ad8fc18f4da254966cc6f99b533dc8125e1ec0eaefd5f89a6b6398cb13a34", + name = "util-linux-core-0__2.38.1-4.fc38.x86_64", + sha256 = "b57dbbbee14301e89df618b398ef39b7fc841eaba6be1b6346cf37ed7695c26a", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/f87ad8fc18f4da254966cc6f99b533dc8125e1ec0eaefd5f89a6b6398cb13a34", + "https://cdn.confidential.cloud/constellation/cas/sha256/b57dbbbee14301e89df618b398ef39b7fc841eaba6be1b6346cf37ed7695c26a", ], ) - rpm( - name = "virglrenderer-0__0.9.1-4.20210420git36391559.fc37.x86_64", - sha256 = "c021971224778746ac7ae07fbe2e8665d1170c001ca9d4fa3ec9476cc0840907", + name = "virglrenderer-0__0.10.4-2.20230104git88b9fe3b.fc38.x86_64", + sha256 = "339bbe509c15eeab65f680cdfb97d64571e8ac8e57ece6e7cbab96e075a42460", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/c021971224778746ac7ae07fbe2e8665d1170c001ca9d4fa3ec9476cc0840907", + "https://cdn.confidential.cloud/constellation/cas/sha256/339bbe509c15eeab65f680cdfb97d64571e8ac8e57ece6e7cbab96e075a42460", ], ) - rpm( - name = "vte-profile-0__0.70.3-1.fc37.x86_64", - sha256 = "d7a6ed96f35f7e8966b80193ec60fee73b4d9836690bfd773a78311c54486079", + name = "virtiofsd-0__1.5.1-1.fc38.x86_64", + sha256 = "a11f5d602157820ad8f234f7c39c5ce90ca97bb57faae2ac2d0aa179604e8879", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/d7a6ed96f35f7e8966b80193ec60fee73b4d9836690bfd773a78311c54486079", + "https://cdn.confidential.cloud/constellation/cas/sha256/a11f5d602157820ad8f234f7c39c5ce90ca97bb57faae2ac2d0aa179604e8879", ], ) - rpm( - name = "vte291-0__0.70.3-1.fc37.x86_64", - sha256 = "ec31b0cc524681033b6a97bd7f8febfdcd28054acd0efafbeb17f7439407b3bf", + name = "vte-profile-0__0.72.2-1.fc38.x86_64", + sha256 = "4d762f9df170baa7baa20bcbcd3ee027e9380595c673dcb61d0d438472adc22e", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ec31b0cc524681033b6a97bd7f8febfdcd28054acd0efafbeb17f7439407b3bf", + "https://cdn.confidential.cloud/constellation/cas/sha256/4d762f9df170baa7baa20bcbcd3ee027e9380595c673dcb61d0d438472adc22e", ], ) - rpm( - name = "which-0__2.21-39.fc37.x86_64", - sha256 = "4a014a589f3342898dfe96024a04fc0541ddfb48894774af6668ccd6fde5d483", + name = "vte291-0__0.72.2-1.fc38.x86_64", + sha256 = "022273c55492676fd99084ebd78d24c59b40393c4bd76be5a91500875c8aa36b", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4a014a589f3342898dfe96024a04fc0541ddfb48894774af6668ccd6fde5d483", + "https://cdn.confidential.cloud/constellation/cas/sha256/022273c55492676fd99084ebd78d24c59b40393c4bd76be5a91500875c8aa36b", ], ) - rpm( - name = "xen-libs-0__4.16.3-4.fc37.x86_64", - sha256 = "990f530caeb686c8cf6340df4ccec898d6b5e524096736f981161dba680701d8", + name = "which-0__2.21-39.fc38.x86_64", + sha256 = "2c8b143f3cb83efa5a31c85bea1da3164ca2dde5e2d75d25115f3e21ef98b4e0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/990f530caeb686c8cf6340df4ccec898d6b5e524096736f981161dba680701d8", + "https://cdn.confidential.cloud/constellation/cas/sha256/2c8b143f3cb83efa5a31c85bea1da3164ca2dde5e2d75d25115f3e21ef98b4e0", ], ) - rpm( - name = "xen-licenses-0__4.16.3-4.fc37.x86_64", - sha256 = "1813e36375f344d061474204699a9b9d4f2e6632c6880c5df82230d053dfd59d", + name = "xen-libs-0__4.17.1-2.fc38.x86_64", + sha256 = "f551000b5e27e0695ac24e3ce8e289da7500a7c0098c499f441d50143a5dc787", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/1813e36375f344d061474204699a9b9d4f2e6632c6880c5df82230d053dfd59d", + "https://cdn.confidential.cloud/constellation/cas/sha256/f551000b5e27e0695ac24e3ce8e289da7500a7c0098c499f441d50143a5dc787", ], ) - rpm( - name = "xkeyboard-config-0__2.36-3.fc37.x86_64", - sha256 = "ddbe0299565bb8cff68a554ff8401fc9127b9fcecfeb030140951b89a551f0fc", + name = "xen-licenses-0__4.17.1-2.fc38.x86_64", + sha256 = "4cac4a65e24f4477ce8d6799c9ee732ff498dae572eef89707800acadc15f3ab", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ddbe0299565bb8cff68a554ff8401fc9127b9fcecfeb030140951b89a551f0fc", + "https://cdn.confidential.cloud/constellation/cas/sha256/4cac4a65e24f4477ce8d6799c9ee732ff498dae572eef89707800acadc15f3ab", ], ) - rpm( - name = "xml-common-0__0.6.3-59.fc37.x86_64", - sha256 = "4f89fb724b5926f40b8e51a802db808f273e7cd58505dab7a93797a6070261c2", + name = "xkeyboard-config-0__2.38-1.fc38.x86_64", + sha256 = "59a7a5a775c196961cdc51fb89440a055295c767a632bfa684760e73650aa9a0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/4f89fb724b5926f40b8e51a802db808f273e7cd58505dab7a93797a6070261c2", + "https://cdn.confidential.cloud/constellation/cas/sha256/59a7a5a775c196961cdc51fb89440a055295c767a632bfa684760e73650aa9a0", ], ) - rpm( - name = "xz-0__5.4.1-1.fc37.x86_64", - sha256 = "7af1096450d0d76dcd5666e31736f18ff44de9908f2e87d89be88592b176c643", + name = "xml-common-0__0.6.3-60.fc38.x86_64", + sha256 = "a92e1f4689cf3774070bf217c0a0c8628fd877a9c0f98fdadbb597eeb44fa2cb", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7af1096450d0d76dcd5666e31736f18ff44de9908f2e87d89be88592b176c643", + "https://cdn.confidential.cloud/constellation/cas/sha256/a92e1f4689cf3774070bf217c0a0c8628fd877a9c0f98fdadbb597eeb44fa2cb", ], ) - rpm( - name = "xz-libs-0__5.4.1-1.fc37.x86_64", - sha256 = "8c06eef8dd28d6dc1406e65e4eb8ee3db359cf6624729be4e426f6b01c4117fd", + name = "xprop-0__1.2.5-3.fc38.x86_64", + sha256 = "d7e47678c82e0f244e612f3eae69afa3279f20ae4f6762dcbe263e19fb72496d", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/8c06eef8dd28d6dc1406e65e4eb8ee3db359cf6624729be4e426f6b01c4117fd", + "https://cdn.confidential.cloud/constellation/cas/sha256/d7e47678c82e0f244e612f3eae69afa3279f20ae4f6762dcbe263e19fb72496d", ], ) - rpm( - name = "yajl-0__2.1.0-19.fc37.x86_64", - sha256 = "b0ca9c6ed5935cde0094694127c13b99a441207eb084f44fb3aa093669c9957c", + name = "xz-0__5.4.1-1.fc38.x86_64", + sha256 = "e911703ffceee37ec1066344820ab0cf9ba8e43d7957395981ba68c4d411a0a4", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/b0ca9c6ed5935cde0094694127c13b99a441207eb084f44fb3aa093669c9957c", + "https://cdn.confidential.cloud/constellation/cas/sha256/e911703ffceee37ec1066344820ab0cf9ba8e43d7957395981ba68c4d411a0a4", ], ) rpm( - name = "zfs-fuse-0__0.7.2.2-23.fc37.x86_64", - sha256 = "93ca13a70e8ec37f28f52830b52deda1b664fa14a02e5258581b6b1d916cb3e9", + name = "xz-libs-0__5.4.1-1.fc38.x86_64", + sha256 = "bfce8ac2a2a78a23fb931531fb3d8f530a78f4d5b17f6199bf99b93ca21858c0", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/93ca13a70e8ec37f28f52830b52deda1b664fa14a02e5258581b6b1d916cb3e9", + "https://cdn.confidential.cloud/constellation/cas/sha256/bfce8ac2a2a78a23fb931531fb3d8f530a78f4d5b17f6199bf99b93ca21858c0", ], ) rpm( - name = "zita-alsa-pcmi-0__0.6.1-1.fc37.x86_64", - sha256 = "ef13ccae6f2a6291566c6817cb31f06bc205863acdb629cda4850e434ec16f1e", + name = "yajl-0__2.1.0-20.fc38.x86_64", + sha256 = "c4d4acdd6d44c99e4fea352b764fa20de60c0db7d51cdbdce852cd7ebffd5a22", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/ef13ccae6f2a6291566c6817cb31f06bc205863acdb629cda4850e434ec16f1e", + "https://cdn.confidential.cloud/constellation/cas/sha256/c4d4acdd6d44c99e4fea352b764fa20de60c0db7d51cdbdce852cd7ebffd5a22", ], ) - rpm( - name = "zita-resampler-0__1.8.0-5.fc37.x86_64", - sha256 = "e15ca7eaa404f20ef811213b58969d9b32e8e65db8e1c079f45bc840261e9f3c", + name = "zfs-fuse-0__0.7.2.2-24.fc38.x86_64", + sha256 = "fe8d5c4e2e7ebb4ba9e82a9c88767b3e3c6f376ec8b1b8131ef9c84507d2e629", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/e15ca7eaa404f20ef811213b58969d9b32e8e65db8e1c079f45bc840261e9f3c", + "https://cdn.confidential.cloud/constellation/cas/sha256/fe8d5c4e2e7ebb4ba9e82a9c88767b3e3c6f376ec8b1b8131ef9c84507d2e629", ], ) rpm( - name = "zlib-0__1.2.12-5.fc37.x86_64", - sha256 = "7b0eda1ad9e9a06e61d9fe41e5e4e0fbdc8427bc252f06a7d29cd7ba81a71a70", + name = "zlib-0__1.2.13-3.fc38.x86_64", + sha256 = "c26d4d161f8eddd7cb794075e383d0f4d3a77aa88e453a2db51e53346981f04c", urls = [ - "https://cdn.confidential.cloud/constellation/cas/sha256/7b0eda1ad9e9a06e61d9fe41e5e4e0fbdc8427bc252f06a7d29cd7ba81a71a70", + "https://cdn.confidential.cloud/constellation/cas/sha256/c26d4d161f8eddd7cb794075e383d0f4d3a77aa88e453a2db51e53346981f04c", ], ) diff --git a/tools/dnf-init.sh b/tools/dnf-init.sh index b2df3f243..225962800 100755 --- a/tools/dnf-init.sh +++ b/tools/dnf-init.sh @@ -2,6 +2,6 @@ rm -f rpm/repo.yaml bazel run //:bazeldnf -- init \ - --fc 37 \ + --fc 38 \ --arch x86_64 \ --output rpm/repo.yaml diff --git a/tools/dnf-tree.sh b/tools/dnf-tree.sh index 5f0feba1e..dbcd5c02c 100755 --- a/tools/dnf-tree.sh +++ b/tools/dnf-tree.sh @@ -7,28 +7,28 @@ bazel run //:bazeldnf -- fetch \ --repofile rpm/repo.yaml bazel run //:bazeldnf -- rpmtree \ --workspace WORKSPACE.bazel \ - --to_macro rpm/rpms.bzl%rpms \ + --to-macro rpm/rpms.bzl%rpms \ --buildfile rpm/BUILD.bazel \ --repofile rpm/repo.yaml \ --name cryptsetup-devel \ cryptsetup-devel bazel run //:bazeldnf -- rpmtree \ --workspace WORKSPACE.bazel \ - --to_macro rpm/rpms.bzl%rpms \ + --to-macro rpm/rpms.bzl%rpms \ --buildfile rpm/BUILD.bazel \ --repofile rpm/repo.yaml \ --name glibc \ glibc bazel run //:bazeldnf -- rpmtree \ --workspace WORKSPACE.bazel \ - --to_macro rpm/rpms.bzl%rpms \ + --to-macro rpm/rpms.bzl%rpms \ --buildfile rpm/BUILD.bazel \ --repofile rpm/repo.yaml \ --name libvirt-devel \ libvirt-devel bazel run //:bazeldnf -- rpmtree \ --workspace WORKSPACE.bazel \ - --to_macro rpm/rpms.bzl%rpms \ + --to-macro rpm/rpms.bzl%rpms \ --buildfile rpm/BUILD.bazel \ --repofile rpm/repo.yaml \ --name containerized-libvirt \ @@ -42,7 +42,7 @@ bazel run //:bazeldnf -- rpmtree \ libvirt-client bazel run //:bazeldnf -- prune \ --workspace WORKSPACE.bazel \ - --to_macro rpm/rpms.bzl%rpms \ + --to-macro rpm/rpms.bzl%rpms \ --buildfile rpm/BUILD.bazel bazel run //rpm:ldd-cryptsetup bazel run //rpm:ldd-libvirt