diff --git a/.tekton/basic-component-pipeline.yaml b/.tekton/basic-component-pipeline.yaml index 3d7dcc3bb1a47..2e9ee053cad32 100644 --- a/.tekton/basic-component-pipeline.yaml +++ b/.tekton/basic-component-pipeline.yaml @@ -236,6 +236,11 @@ spec: value: $(params.output-image-repo):konflux-$(params.revision).prefetch - name: ociArtifactExpiresAfter value: $(params.oci-artifact-expires-after) + - name: ACTIVATION_KEY + value: subscription-manager-activation-key-prod + # Required for the RPM prefetching support. + - name: dev-package-managers + value: "true" taskRef: params: - name: name diff --git a/.tekton/roxctl-build.yaml b/.tekton/roxctl-build.yaml index 00df6042eadf1..0a1e0b16e77a3 100644 --- a/.tekton/roxctl-build.yaml +++ b/.tekton/roxctl-build.yaml @@ -50,7 +50,11 @@ spec: - name: hermetic value: 'true' - name: prefetch-input - value: '{"type": "gomod", "path": "."}' + value: | + [ + { "type": "gomod", "path": "." }, + { "type": "rpm", "path": "." } + ] - name: build-source-image value: 'true' - name: clone-depth diff --git a/image/roxctl/konflux.Dockerfile b/image/roxctl/konflux.Dockerfile index 6e828886ba076..5fcc7b7b7f66d 100644 --- a/image/roxctl/konflux.Dockerfile +++ b/image/roxctl/konflux.Dockerfile @@ -26,15 +26,33 @@ RUN RACE=0 CGO_ENABLED=1 GOOS=linux GOARCH=$(go env GOARCH) scripts/go-build.sh cp bin/linux_$(go env GOARCH)/roxctl image/bin/roxctl -FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:5dc6ba426ccbeb3954ead6b015f36b4a2d22320e5b356b074198d08422464ed2 +FROM registry.access.redhat.com/ubi8/ubi-micro:latest@sha256:37552f11d3b39b3360f7be7c13f6a617e468f39be915cd4f8c8a8531ffc9d43d AS ubi-micro-base -COPY --from=builder /go/src/github.com/stackrox/rox/app/image/bin/roxctl /usr/bin/roxctl -RUN microdnf clean all && \ - rpm --verbose -e --nodeps $(rpm -qa curl '*rpm*' '*dnf*' '*libsolv*' '*hawkey*' 'yum*') && \ - rm -rf /var/cache/dnf /var/cache/yum +FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:627867e53ad6846afba2dfbf5cef1d54c868a9025633ef0afd546278d4654eac AS package_installer -COPY LICENSE /licenses/LICENSE +# Copy ubi-micro base to /out/ to preserve its rpmdb +COPY --from=ubi-micro-base / /out/ + +# Install packages directly to /out/ using --installroot +# Note: --setopt=reposdir=/etc/yum.repos.d instructs dnf to use repo configurations pointing to RPMs +# prefetched by Hermeto/Cachi2, instead of installroot's default UBI repos. +RUN dnf install -y \ + --installroot=/out/ \ + --releasever=8 \ + --setopt=install_weak_deps=False \ + --setopt=reposdir=/etc/yum.repos.d \ + --nodocs \ + ca-certificates && \ + dnf clean all --installroot=/out/ && \ + rm -rf /out/var/cache/* + +COPY --from=builder /go/src/github.com/stackrox/rox/app/image/bin/roxctl /out/usr/bin/roxctl +COPY LICENSE /out/licenses/LICENSE + +FROM ubi-micro-base + +COPY --from=package_installer /out/ / ARG BUILD_TAG diff --git a/rpms.in.yaml b/rpms.in.yaml index ea9f137d25850..7125c2f11cb91 100644 --- a/rpms.in.yaml +++ b/rpms.in.yaml @@ -9,6 +9,8 @@ packages: - postgresql # builder stage in operator/konflux.bundle.Dockerfile - python3.12-pyyaml +# package_installer stages in image/roxctl/konflux.Dockerfile +- ca-certificates moduleEnable: # final stage in image/rhel/konflux.Dockerfile - postgresql:15 diff --git a/rpms.lock.yaml b/rpms.lock.yaml index 1a220344be53d..ca93eb04e1ff6 100644 --- a/rpms.lock.yaml +++ b/rpms.lock.yaml @@ -32,34 +32,34 @@ arches: name: oniguruma evr: 6.8.2-3.el8 sourcerpm: oniguruma-6.8.2-3.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.aarch64.rpm repoid: rhel-8-for-aarch64-appstream-rpms - size: 1798263 - checksum: sha256:252c77d8411563980a3faa4fd4afca997bbd6f3456c1891036edaf429f676e34 + size: 1792535 + checksum: sha256:e43e15c0044f147ac3a488866398f41e88ecb5c42071e8e607e6b8fc61a9b41c name: postgresql - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - sourcerpm: postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/postgresql-private-libs-15.15-1.module+el8.10.0+23782+2d6b2a31.aarch64.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + sourcerpm: postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/postgresql-private-libs-15.17-1.module+el8.10.0+24043+d28c3b3f.aarch64.rpm repoid: rhel-8-for-aarch64-appstream-rpms - size: 129939 - checksum: sha256:48e3f2c86fe94721c78b0c824a3dc6c75bd848291a502493cccb3ea953a09810 + size: 130219 + checksum: sha256:cec2b156df6a9dcc49411fb128f41965f2767c40137dad75a6ff696c49ce9001 name: postgresql-private-libs - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - sourcerpm: postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/python3.12-3.12.12-1.el8_10.aarch64.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + sourcerpm: postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/python3.12-3.12.12-2.el8_10.aarch64.rpm repoid: rhel-8-for-aarch64-appstream-rpms - size: 31172 - checksum: sha256:3196808862e0ca0de2e4f0e4320ce542168c24894405a87ae516eccb83d037af + size: 31284 + checksum: sha256:f270a7bc12f08292e2a9b0db384a5bed3dda75c265d95597168613a830f5ef39 name: python3.12 - evr: 3.12.12-1.el8_10 - sourcerpm: python3.12-3.12.12-1.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/python3.12-libs-3.12.12-1.el8_10.aarch64.rpm + evr: 3.12.12-2.el8_10 + sourcerpm: python3.12-3.12.12-2.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/python3.12-libs-3.12.12-2.el8_10.aarch64.rpm repoid: rhel-8-for-aarch64-appstream-rpms - size: 10268632 - checksum: sha256:76108f4835e417d3b9e6f07edf65c992e27255281a09736d591abc67d7b43049 + size: 10269428 + checksum: sha256:b3c91a832b5ef43cb9ca10d07a1942d5202e63eba80134f32af8843a6142479d name: python3.12-libs - evr: 3.12.12-1.el8_10 - sourcerpm: python3.12-3.12.12-1.el8_10.src.rpm + evr: 3.12.12-2.el8_10 + sourcerpm: python3.12-3.12.12-2.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/Packages/p/python3.12-pip-wheel-23.2.1-4.el8.noarch.rpm repoid: rhel-8-for-aarch64-appstream-rpms size: 1539820 @@ -109,13 +109,13 @@ arches: name: bash evr: 4.4.20-6.el8_10 sourcerpm: bash-4.4.20-6.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/b/brotli-1.0.6-3.el8.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/b/brotli-1.0.6-4.el8_10.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 321484 - checksum: sha256:14df7263bcc35cb6633321f36149ddadd479ca334798bb33544109a2c61a6213 + size: 320588 + checksum: sha256:0a1b984adc1bba4069243c00cc38530ab9eb74ac4efee473bc5301ea6e5e3b36 name: brotli - evr: 1.0.6-3.el8 - sourcerpm: brotli-1.0.6-3.el8.src.rpm + evr: 1.0.6-4.el8_10 + sourcerpm: brotli-1.0.6-4.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/b/bzip2-libs-1.0.6-28.el8_10.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms size: 49732 @@ -193,13 +193,13 @@ arches: name: cryptsetup-libs evr: 2.3.7-7.el8 sourcerpm: cryptsetup-2.3.7-7.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/c/curl-7.61.1-34.el8_10.9.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/c/curl-7.61.1-34.el8_10.10.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 358108 - checksum: sha256:eb6b2b9bbe7f5eeec0d259c59995303c7e266dbf6e6e4f20ceca13427dfaf2a6 + size: 358500 + checksum: sha256:be57418cd7e25317cc06f2e8f1cdae3c635d8993cc0d9b4f9be4c7e29ec8592f name: curl - evr: 7.61.1-34.el8_10.9 - sourcerpm: curl-7.61.1-34.el8_10.9.src.rpm + evr: 7.61.1-34.el8_10.10 + sourcerpm: curl-7.61.1-34.el8_10.10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/c/cyrus-sasl-lib-2.1.27-6.el8_5.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms size: 125352 @@ -592,13 +592,13 @@ arches: name: libcroco evr: 0.6.12-4.el8_2.1 sourcerpm: libcroco-0.6.12-4.el8_2.1.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/l/libcurl-7.61.1-34.el8_10.9.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/l/libcurl-7.61.1-34.el8_10.10.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 292648 - checksum: sha256:855a2115646f802403e292094874fce962680a4432426d63b0179152815c1b9e + size: 294500 + checksum: sha256:684850d5b9a043d1a861bece44b7f2d50a234528a2516b87e54fe156672f6f52 name: libcurl - evr: 7.61.1-34.el8_10.9 - sourcerpm: curl-7.61.1-34.el8_10.9.src.rpm + evr: 7.61.1-34.el8_10.10 + sourcerpm: curl-7.61.1-34.el8_10.10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/l/libdb-5.3.28-42.el8_4.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms size: 703388 @@ -718,13 +718,13 @@ arches: name: libseccomp evr: 2.5.2-1.el8 sourcerpm: libseccomp-2.5.2-1.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/l/libselinux-2.9-10.el8_10.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/l/libselinux-2.9-11.el8_10.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 166492 - checksum: sha256:5a2eeeaa180de98a3774877571c8a7bdebd77deca9b741a92be428413ab8e38b + size: 165608 + checksum: sha256:e34001b4096c6ac6b70c4ed82927095f367bde77567be9f59ac8751cfda8ad64 name: libselinux - evr: 2.9-10.el8_10 - sourcerpm: libselinux-2.9-10.el8_10.src.rpm + evr: 2.9-11.el8_10 + sourcerpm: libselinux-2.9-11.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/l/libsemanage-2.9-12.el8_10.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms size: 168536 @@ -907,20 +907,20 @@ arches: name: openldap evr: 2.4.46-21.el8_10 sourcerpm: openldap-2.4.46-21.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/o/openssl-1.1.1k-14.el8_10.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/o/openssl-1.1.1k-15.el8_6.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 707496 - checksum: sha256:03d16f9f6696aeba40c37dbf84eda09b66a6256d5eea3196294ea3ba00902bea + size: 707928 + checksum: sha256:d038fe75618fed70b610219cf3caacfae9e4e8d9bf39e33a73d00c33bb9c5e9f name: openssl - evr: 1:1.1.1k-14.el8_10 - sourcerpm: openssl-1.1.1k-14.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/o/openssl-libs-1.1.1k-14.el8_10.aarch64.rpm + evr: 1:1.1.1k-15.el8_6 + sourcerpm: openssl-1.1.1k-15.el8_6.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/o/openssl-libs-1.1.1k-15.el8_6.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 1413872 - checksum: sha256:4e1ca86c5e80840de38684dabeffa73f2ed45eff748e09abfaaefa7ee4030f5e + size: 1413560 + checksum: sha256:bdbc7bf923c7e9e91e02d5c3c37694092b6254cbdf725c56279e1af56be52afe name: openssl-libs - evr: 1:1.1.1k-14.el8_10 - sourcerpm: openssl-1.1.1k-14.el8_10.src.rpm + evr: 1:1.1.1k-15.el8_6 + sourcerpm: openssl-1.1.1k-15.el8_6.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/o/openssl-pkcs11-0.4.10-3.el8.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms size: 66436 @@ -977,13 +977,13 @@ arches: name: pigz evr: 2.4-4.el8 sourcerpm: pigz-2.4-4.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/p/platform-python-3.6.8-72.el8_10.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/p/platform-python-3.6.8-73.el8_10.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 89944 - checksum: sha256:44dc3b2650801f02fdfc089b50221fb221d74119b42eb29158f3786a58f42c3c + size: 90128 + checksum: sha256:cb401dbc47e47579f66f572f6f0e3a02d4749da0d76e02ebb4ede439f55084b2 name: platform-python - evr: 3.6.8-72.el8_10 - sourcerpm: python3-3.6.8-72.el8_10.src.rpm + evr: 3.6.8-73.el8_10 + sourcerpm: python3-3.6.8-73.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/p/platform-python-pip-9.0.3-24.el8.noarch.rpm repoid: rhel-8-for-aarch64-baseos-rpms size: 1633024 @@ -1019,13 +1019,13 @@ arches: name: publicsuffix-list-dafsa evr: 20180723-1.el8 sourcerpm: publicsuffix-list-20180723-1.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/p/python3-libs-3.6.8-72.el8_10.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/p/python3-libs-3.6.8-73.el8_10.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 8114508 - checksum: sha256:e71f0faa3e07a074a216a0dd405a3e33f13aecf4fceb2e64e38cf83e29559651 + size: 8116152 + checksum: sha256:846ef7d5e0e250663bf90557b3d6fb813299fe4cf207d53666e9ee5a4669e447 name: python3-libs - evr: 3.6.8-72.el8_10 - sourcerpm: python3-3.6.8-72.el8_10.src.rpm + evr: 3.6.8-73.el8_10 + sourcerpm: python3-3.6.8-73.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/p/python3-pip-wheel-9.0.3-24.el8.noarch.rpm repoid: rhel-8-for-aarch64-baseos-rpms size: 886996 @@ -1110,34 +1110,34 @@ arches: name: sqlite-libs evr: 3.26.0-20.el8_10 sourcerpm: sqlite-3.26.0-20.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/s/systemd-239-82.el8_10.13.aarch64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/s/systemd-239-82.el8_10.15.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 3514456 - checksum: sha256:529f476e7b67ac581382275d9365490ba3b24f9cd7a68a8937dc22a97c8cc516 + size: 3515832 + checksum: sha256:37dae95941f40819083e7b16c0ab6c26532a0e1bf2eabc1cb6c1d64aba5c3213 name: systemd - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/s/systemd-libs-239-82.el8_10.13.aarch64.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/s/systemd-libs-239-82.el8_10.15.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 1099868 - checksum: sha256:f78d5d354e950c37542dc4cb1155c3cd490b3f844d3319362ec730274be345f5 + size: 1099412 + checksum: sha256:c8cd4a55bee1891155bf417df41ced686ee054f236dcfc343958afe20722b7df name: systemd-libs - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/s/systemd-pam-239-82.el8_10.13.aarch64.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/s/systemd-pam-239-82.el8_10.15.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 489180 - checksum: sha256:740ee08a8727c7672aefbf21c6d4afbdcbfb05076db43139a9b5adc1c70bbb7d + size: 490012 + checksum: sha256:819a6cc2a74f76ebdfb1c2fdc0366e98316ab8888f7fdcb37b6cedafd87b8172 name: systemd-pam - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/s/systemd-udev-239-82.el8_10.13.aarch64.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/s/systemd-udev-239-82.el8_10.15.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms - size: 1627748 - checksum: sha256:296e74ad60ed8ba21439f5fed1578baee5cd2e37b659e125990380e3d6391b9b + size: 1628260 + checksum: sha256:1e8e74e8e85556215a9c3d7a10dd0b5741b92531029055fcade9a3d9575ebd16 name: systemd-udev - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/os/Packages/t/trousers-0.3.15-2.el8.aarch64.rpm repoid: rhel-8-for-aarch64-baseos-rpms size: 151356 @@ -1219,18 +1219,18 @@ arches: checksum: sha256:31cd372131f6eb404ce90285210fd74021914b4eb52e933b2aeebfa955099faa name: oniguruma evr: 6.8.2-3.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/source/SRPMS/Packages/p/postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/source/SRPMS/Packages/p/postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm repoid: rhel-8-for-aarch64-appstream-source-rpms - size: 45654458 - checksum: sha256:30795de4ed7a01becc64ee50796e7c76b9195ff1eed0a341b279aeb3e4b15527 + size: 53729285 + checksum: sha256:b262c28160636270243d04da56688c7535d9ad481ce2f8c3df98ca508f2d2cd9 name: postgresql - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/source/SRPMS/Packages/p/python3.12-3.12.12-1.el8_10.src.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/source/SRPMS/Packages/p/python3.12-3.12.12-2.el8_10.src.rpm repoid: rhel-8-for-aarch64-appstream-source-rpms - size: 20869970 - checksum: sha256:0f8e31ed00a577ddbf493a04b70ea364dd0b35fd2a30f2a0e5719b68aeb244b9 + size: 20872264 + checksum: sha256:351a9a7709a0e1f8c6c80c39d6c47f7e5f8b4a52a1e0eb86eaa023661fe385fa name: python3.12 - evr: 3.12.12-1.el8_10 + evr: 3.12.12-2.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/source/SRPMS/Packages/p/python3.12-pip-23.2.1-4.el8.src.rpm repoid: rhel-8-for-aarch64-appstream-source-rpms size: 9393232 @@ -1279,12 +1279,12 @@ arches: checksum: sha256:f0e4182affffe350e5dbd55e410baed663d514cd6832108b83899ac8d1524830 name: bash evr: 4.4.20-6.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/b/brotli-1.0.6-3.el8.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/b/brotli-1.0.6-4.el8_10.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms - size: 23835509 - checksum: sha256:d269796bbd35c8ef524e4070d347f8b74cf1f10caa1bd4b19c30d69f24761f2a + size: 23845976 + checksum: sha256:87db48ae61691c6d457824c9391839cff50a576d03f17fe710f745e93050b826 name: brotli - evr: 1.0.6-3.el8 + evr: 1.0.6-4.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/b/bzip2-1.0.6-28.el8_10.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms size: 807250 @@ -1333,12 +1333,12 @@ arches: checksum: sha256:21bb087ab9a3d64c89295a1bd45b5e5b6189832a972d4b3ddccb2ff5437ac2ed name: cryptsetup evr: 2.3.7-7.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/c/curl-7.61.1-34.el8_10.9.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/c/curl-7.61.1-34.el8_10.10.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms - size: 2637559 - checksum: sha256:b69dcfee680f356433e48929a3b447b72d6e99bf8ad61b5a6c9ac2eededf87cd + size: 2647245 + checksum: sha256:ffe7ab6a1b65cae5073a889b189d3d252767b0e4421a58c413027d9e46b5ec93 name: curl - evr: 7.61.1-34.el8_10.9 + evr: 7.61.1-34.el8_10.10 - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/c/cyrus-sasl-2.1.27-6.el8_5.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms size: 4032772 @@ -1597,12 +1597,12 @@ arches: checksum: sha256:322f0b9e2a909001e5e688b8ad52a5e6361ab350fa4fced3f446a6d1a3f2074a name: libseccomp evr: 2.5.2-1.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/l/libselinux-2.9-10.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/l/libselinux-2.9-11.el8_10.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms - size: 355220 - checksum: sha256:2f61feb51798629d4f7b78130e68eb2516463da41d6e7b64d82d28d17355b3f1 + size: 355013 + checksum: sha256:47297c6a5ffa7556e1a19ac8f65b593f0cbb403cc743fde89e3c9a0424b1b0fc name: libselinux - evr: 2.9-10.el8_10 + evr: 2.9-11.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/l/libsemanage-2.9-12.el8_10.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms size: 268557 @@ -1729,12 +1729,12 @@ arches: checksum: sha256:42a8826001f6a49c1385746f1c5ef3967c3f15fe6fa510fe001d5a232732661a name: openldap evr: 2.4.46-21.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/o/openssl-1.1.1k-14.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/o/openssl-1.1.1k-15.el8_6.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms - size: 7743036 - checksum: sha256:01ef6da2173fdd58138e983a69f7213698673c3eddb23539d4876eaca0efc07d + size: 7746793 + checksum: sha256:be51272434506ff20a6e6e056e591f8c638ebc3e8061d64228303f3f60055e07 name: openssl - evr: 1:1.1.1k-14.el8_10 + evr: 1:1.1.1k-15.el8_6 - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/o/openssl-pkcs11-0.4.10-3.el8.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms size: 520347 @@ -1807,12 +1807,12 @@ arches: checksum: sha256:31ae9c84f36f7d4e51b0e945e5d12210594defd3ea16cf5645c21d42fd6332fa name: python-setuptools evr: 39.2.0-9.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/p/python3-3.6.8-72.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/p/python3-3.6.8-73.el8_10.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms - size: 19243590 - checksum: sha256:55193ea63a0505c0beb8f705ce3edb4299c661044695ce22b8321b51485341d5 + size: 19249994 + checksum: sha256:a4ffe561e7b271c2c78df1a1689e853315c6359c98c85f89e1dd067e634c0b51 name: python3 - evr: 3.6.8-72.el8_10 + evr: 3.6.8-73.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/r/readline-7.0-10.el8.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms size: 2937518 @@ -1861,12 +1861,12 @@ arches: checksum: sha256:26dc49ea369dc145166e0a3959cc132f45e3345b99a75420c8932af24f44668c name: sqlite evr: 3.26.0-20.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/s/systemd-239-82.el8_10.13.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/s/systemd-239-82.el8_10.15.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms - size: 9204931 - checksum: sha256:6176d1736de4a4ff55021f7ad56e8cf5fdb459514f2ac45422c41bbfd5957a7b + size: 9212065 + checksum: sha256:f6a7ecf82b35c26a06dc49f9555be2088271770f36e05afa2d2a2d28d8b16955 name: systemd - evr: 239-82.el8_10.13 + evr: 239-82.el8_10.15 - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/baseos/source/SRPMS/Packages/t/texinfo-6.5-7.el8.src.rpm repoid: rhel-8-for-aarch64-baseos-source-rpms size: 4544531 @@ -1916,10 +1916,10 @@ arches: name: zstd evr: 1.4.4-1.el8 module_metadata: - - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/repodata/99ee9d15ef425ab46ff91056aa839108249d2918ce58cf257344cd15c0836335-modules.yaml.gz + - url: https://cdn.redhat.com/content/dist/rhel8/8/aarch64/appstream/os/repodata/87d598ab005b4ffe798b19dc5036bb7ba2ef0d2a73fcc1e2195fe5055d395f46-modules.yaml.gz repoid: rhel-8-for-aarch64-appstream-rpms - size: 760949 - checksum: sha256:99ee9d15ef425ab46ff91056aa839108249d2918ce58cf257344cd15c0836335 + size: 772092 + checksum: sha256:87d598ab005b4ffe798b19dc5036bb7ba2ef0d2a73fcc1e2195fe5055d395f46 - arch: ppc64le packages: - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/j/jq-1.6-11.el8_10.ppc64le.rpm @@ -1950,34 +1950,34 @@ arches: name: oniguruma evr: 6.8.2-3.el8 sourcerpm: oniguruma-6.8.2-3.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.ppc64le.rpm repoid: rhel-8-for-ppc64le-appstream-rpms - size: 1877303 - checksum: sha256:e60f7686d3bea0245ef49253c5705f2b66a2f23ba68b2c2768955bd3c303748c + size: 1871671 + checksum: sha256:2ea0701ccb639964f3a41b7402eff1dfa7ce949d818ce1ced0f74fa32b7e8884 name: postgresql - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - sourcerpm: postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/postgresql-private-libs-15.15-1.module+el8.10.0+23782+2d6b2a31.ppc64le.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + sourcerpm: postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/postgresql-private-libs-15.17-1.module+el8.10.0+24043+d28c3b3f.ppc64le.rpm repoid: rhel-8-for-ppc64le-appstream-rpms - size: 151435 - checksum: sha256:80c3061d69e75e725dd9de7084f948b82e37ec98e62a8522c7a79dcea803b74a + size: 151763 + checksum: sha256:c6efacbe318fe5b04af565cce2c663f07a84b6dcbfc81e8d596d0d5e5a49c373 name: postgresql-private-libs - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - sourcerpm: postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/python3.12-3.12.12-1.el8_10.ppc64le.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + sourcerpm: postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/python3.12-3.12.12-2.el8_10.ppc64le.rpm repoid: rhel-8-for-ppc64le-appstream-rpms - size: 31364 - checksum: sha256:4d6ec6c8c07ba2e884184c2f76d28bd4d8ab5fec56fdb5635ba417c4576fccc2 + size: 31480 + checksum: sha256:b46f760c95b16f8236abeab7177f0a5b4ffabc8f8f1d0affa973f28a323609ca name: python3.12 - evr: 3.12.12-1.el8_10 - sourcerpm: python3.12-3.12.12-1.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/python3.12-libs-3.12.12-1.el8_10.ppc64le.rpm + evr: 3.12.12-2.el8_10 + sourcerpm: python3.12-3.12.12-2.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/python3.12-libs-3.12.12-2.el8_10.ppc64le.rpm repoid: rhel-8-for-ppc64le-appstream-rpms - size: 10779132 - checksum: sha256:ceb7cd166122b72964673c77a5a6bb32a28caec8479d926c41bdafa1f8b91aa9 + size: 10777180 + checksum: sha256:bea75db484e02151e369098c17d671c4bd1ecf10127ef3571a16c0a8911c90a6 name: python3.12-libs - evr: 3.12.12-1.el8_10 - sourcerpm: python3.12-3.12.12-1.el8_10.src.rpm + evr: 3.12.12-2.el8_10 + sourcerpm: python3.12-3.12.12-2.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/Packages/p/python3.12-pip-wheel-23.2.1-4.el8.noarch.rpm repoid: rhel-8-for-ppc64le-appstream-rpms size: 1539820 @@ -2027,13 +2027,13 @@ arches: name: bash evr: 4.4.20-6.el8_10 sourcerpm: bash-4.4.20-6.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/b/brotli-1.0.6-3.el8.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/b/brotli-1.0.6-4.el8_10.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 336612 - checksum: sha256:e695072a3790e6c1229abfa1f703f081941be82064a9faab686cb7122838759f + size: 335632 + checksum: sha256:7791ae466716f187d4e3fbca1ca890552a4161968d58f12bf407d76ed48339c5 name: brotli - evr: 1.0.6-3.el8 - sourcerpm: brotli-1.0.6-3.el8.src.rpm + evr: 1.0.6-4.el8_10 + sourcerpm: brotli-1.0.6-4.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/b/bzip2-libs-1.0.6-28.el8_10.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms size: 54676 @@ -2111,13 +2111,13 @@ arches: name: cryptsetup-libs evr: 2.3.7-7.el8 sourcerpm: cryptsetup-2.3.7-7.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/c/curl-7.61.1-34.el8_10.9.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/c/curl-7.61.1-34.el8_10.10.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 366296 - checksum: sha256:099c46e57263838ec3a35d6ecb017ca3ded6054dfa2f189b22e410e8899ea5b7 + size: 366916 + checksum: sha256:7610ae440aaecf950f08d0a725a4aeaad32876e2b238ed19bf77846dea0e4ee2 name: curl - evr: 7.61.1-34.el8_10.9 - sourcerpm: curl-7.61.1-34.el8_10.9.src.rpm + evr: 7.61.1-34.el8_10.10 + sourcerpm: curl-7.61.1-34.el8_10.10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/c/cyrus-sasl-lib-2.1.27-6.el8_5.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms size: 137896 @@ -2510,13 +2510,13 @@ arches: name: libcroco evr: 0.6.12-4.el8_2.1 sourcerpm: libcroco-0.6.12-4.el8_2.1.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/l/libcurl-7.61.1-34.el8_10.9.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/l/libcurl-7.61.1-34.el8_10.10.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 328672 - checksum: sha256:18cff1828997288bf377355316b7e81d91e21dd01bb37d4888aefa1a3ac83a68 + size: 330356 + checksum: sha256:aece8fb30a7d749a2d82f14269a1ec163baacc26b6d2e4a535e1189920cddbd2 name: libcurl - evr: 7.61.1-34.el8_10.9 - sourcerpm: curl-7.61.1-34.el8_10.9.src.rpm + evr: 7.61.1-34.el8_10.10 + sourcerpm: curl-7.61.1-34.el8_10.10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/l/libdb-5.3.28-42.el8_4.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms size: 807032 @@ -2643,13 +2643,13 @@ arches: name: libseccomp evr: 2.5.2-1.el8 sourcerpm: libseccomp-2.5.2-1.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/l/libselinux-2.9-10.el8_10.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/l/libselinux-2.9-11.el8_10.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 182304 - checksum: sha256:52cf0555fe9dc44219153a68fb4411c78347e96e3edb7b5830a9db28fdec3699 + size: 181376 + checksum: sha256:cf149e59cd091aeba1b59078ed981d53e29eda9a0a1aae362609b1450aaf2e27 name: libselinux - evr: 2.9-10.el8_10 - sourcerpm: libselinux-2.9-10.el8_10.src.rpm + evr: 2.9-11.el8_10 + sourcerpm: libselinux-2.9-11.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/l/libsemanage-2.9-12.el8_10.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms size: 183976 @@ -2832,20 +2832,20 @@ arches: name: openldap evr: 2.4.46-21.el8_10 sourcerpm: openldap-2.4.46-21.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/o/openssl-1.1.1k-14.el8_10.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/o/openssl-1.1.1k-15.el8_6.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 730868 - checksum: sha256:582368e2b737656ab875b57f292dc04426eb5f93136696c3d55523cc49fcc399 + size: 731108 + checksum: sha256:d6c741668d38f56baf2d0f6fb0f20e85f47859efc87045b036813f0ee576f77e name: openssl - evr: 1:1.1.1k-14.el8_10 - sourcerpm: openssl-1.1.1k-14.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/o/openssl-libs-1.1.1k-14.el8_10.ppc64le.rpm + evr: 1:1.1.1k-15.el8_6 + sourcerpm: openssl-1.1.1k-15.el8_6.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/o/openssl-libs-1.1.1k-15.el8_6.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 1579712 - checksum: sha256:0883b5f4e8acf649cfb5491f7dde772e9329e6e1709e56c563bea833b3a192b0 + size: 1579640 + checksum: sha256:b36c50df84ed43d63bebde420aa97d8893c09ab97f3d9615e21fa892c150f449 name: openssl-libs - evr: 1:1.1.1k-14.el8_10 - sourcerpm: openssl-1.1.1k-14.el8_10.src.rpm + evr: 1:1.1.1k-15.el8_6 + sourcerpm: openssl-1.1.1k-15.el8_6.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/o/openssl-pkcs11-0.4.10-3.el8.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms size: 73064 @@ -2902,13 +2902,13 @@ arches: name: pigz evr: 2.4-4.el8 sourcerpm: pigz-2.4-4.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/p/platform-python-3.6.8-72.el8_10.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/p/platform-python-3.6.8-73.el8_10.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 90464 - checksum: sha256:ec79879a57f4b2b06e22733567e737f4926ac63f12541b9c022e94a47ad90ef6 + size: 90640 + checksum: sha256:cb324c2c023ab359b9b2ba1380a90a1bd272f11021fbed5b7504ecf367a0e18e name: platform-python - evr: 3.6.8-72.el8_10 - sourcerpm: python3-3.6.8-72.el8_10.src.rpm + evr: 3.6.8-73.el8_10 + sourcerpm: python3-3.6.8-73.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/p/platform-python-pip-9.0.3-24.el8.noarch.rpm repoid: rhel-8-for-ppc64le-baseos-rpms size: 1633024 @@ -2944,13 +2944,13 @@ arches: name: publicsuffix-list-dafsa evr: 20180723-1.el8 sourcerpm: publicsuffix-list-20180723-1.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/p/python3-libs-3.6.8-72.el8_10.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/p/python3-libs-3.6.8-73.el8_10.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 8538088 - checksum: sha256:2beff99a839eccdda0d1eab9f904714dd0e1fa488e3c54b961baaccfb93801d0 + size: 8550808 + checksum: sha256:bc91eea3ea4299828514b6e81c0e864f9c53548a194e6e2493771b72452333aa name: python3-libs - evr: 3.6.8-72.el8_10 - sourcerpm: python3-3.6.8-72.el8_10.src.rpm + evr: 3.6.8-73.el8_10 + sourcerpm: python3-3.6.8-73.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/p/python3-pip-wheel-9.0.3-24.el8.noarch.rpm repoid: rhel-8-for-ppc64le-baseos-rpms size: 886996 @@ -3035,34 +3035,34 @@ arches: name: sqlite-libs evr: 3.26.0-20.el8_10 sourcerpm: sqlite-3.26.0-20.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/s/systemd-239-82.el8_10.13.ppc64le.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/s/systemd-239-82.el8_10.15.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 3889304 - checksum: sha256:1ede7d1324cb3c51492693d4ecb8b5e4c4e93544a7a4a62afc00e83535789fb0 + size: 3889724 + checksum: sha256:91cb2893af858a68e9c82b38503c98d874678e7db3af9ec97c3d3cdc6aee093b name: systemd - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/s/systemd-libs-239-82.el8_10.13.ppc64le.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/s/systemd-libs-239-82.el8_10.15.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 1203244 - checksum: sha256:a966bbf40612aef09d92b2fe0684bdf304c6f4778927106c1170ee428bc62c7b + size: 1203940 + checksum: sha256:0f26a21d14c6ec98a3fbb0457478e0ffb3789decef9a3a0b380284c2cd832b4a name: systemd-libs - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/s/systemd-pam-239-82.el8_10.13.ppc64le.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/s/systemd-pam-239-82.el8_10.15.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 554400 - checksum: sha256:4157bb1244b7102308cc1da1bed8d757806c29ee0d7dfb7b323ab01f345d8ecc + size: 554828 + checksum: sha256:022a1aca624304a1264d553435bfed663a4a063fb047aaa303b3e595187d5e6e name: systemd-pam - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/s/systemd-udev-239-82.el8_10.13.ppc64le.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/s/systemd-udev-239-82.el8_10.15.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms - size: 1628676 - checksum: sha256:41b00948a476a5495cbac6dffbede3b534888fdb585cecfdee763375139eeb4c + size: 1629144 + checksum: sha256:1036f109abb58c9bc5f291017c6a0ec4aa282325ac297e18456bdefb53e1b4da name: systemd-udev - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/os/Packages/t/trousers-0.3.15-2.el8.ppc64le.rpm repoid: rhel-8-for-ppc64le-baseos-rpms size: 159044 @@ -3144,18 +3144,18 @@ arches: checksum: sha256:31cd372131f6eb404ce90285210fd74021914b4eb52e933b2aeebfa955099faa name: oniguruma evr: 6.8.2-3.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/source/SRPMS/Packages/p/postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/source/SRPMS/Packages/p/postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm repoid: rhel-8-for-ppc64le-appstream-source-rpms - size: 45654458 - checksum: sha256:30795de4ed7a01becc64ee50796e7c76b9195ff1eed0a341b279aeb3e4b15527 + size: 53729285 + checksum: sha256:b262c28160636270243d04da56688c7535d9ad481ce2f8c3df98ca508f2d2cd9 name: postgresql - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/source/SRPMS/Packages/p/python3.12-3.12.12-1.el8_10.src.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/source/SRPMS/Packages/p/python3.12-3.12.12-2.el8_10.src.rpm repoid: rhel-8-for-ppc64le-appstream-source-rpms - size: 20869970 - checksum: sha256:0f8e31ed00a577ddbf493a04b70ea364dd0b35fd2a30f2a0e5719b68aeb244b9 + size: 20872264 + checksum: sha256:351a9a7709a0e1f8c6c80c39d6c47f7e5f8b4a52a1e0eb86eaa023661fe385fa name: python3.12 - evr: 3.12.12-1.el8_10 + evr: 3.12.12-2.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/source/SRPMS/Packages/p/python3.12-pip-23.2.1-4.el8.src.rpm repoid: rhel-8-for-ppc64le-appstream-source-rpms size: 9393232 @@ -3204,12 +3204,12 @@ arches: checksum: sha256:f0e4182affffe350e5dbd55e410baed663d514cd6832108b83899ac8d1524830 name: bash evr: 4.4.20-6.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/b/brotli-1.0.6-3.el8.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/b/brotli-1.0.6-4.el8_10.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms - size: 23835509 - checksum: sha256:d269796bbd35c8ef524e4070d347f8b74cf1f10caa1bd4b19c30d69f24761f2a + size: 23845976 + checksum: sha256:87db48ae61691c6d457824c9391839cff50a576d03f17fe710f745e93050b826 name: brotli - evr: 1.0.6-3.el8 + evr: 1.0.6-4.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/b/bzip2-1.0.6-28.el8_10.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms size: 807250 @@ -3258,12 +3258,12 @@ arches: checksum: sha256:21bb087ab9a3d64c89295a1bd45b5e5b6189832a972d4b3ddccb2ff5437ac2ed name: cryptsetup evr: 2.3.7-7.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/c/curl-7.61.1-34.el8_10.9.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/c/curl-7.61.1-34.el8_10.10.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms - size: 2637559 - checksum: sha256:b69dcfee680f356433e48929a3b447b72d6e99bf8ad61b5a6c9ac2eededf87cd + size: 2647245 + checksum: sha256:ffe7ab6a1b65cae5073a889b189d3d252767b0e4421a58c413027d9e46b5ec93 name: curl - evr: 7.61.1-34.el8_10.9 + evr: 7.61.1-34.el8_10.10 - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/c/cyrus-sasl-2.1.27-6.el8_5.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms size: 4032772 @@ -3528,12 +3528,12 @@ arches: checksum: sha256:322f0b9e2a909001e5e688b8ad52a5e6361ab350fa4fced3f446a6d1a3f2074a name: libseccomp evr: 2.5.2-1.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/l/libselinux-2.9-10.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/l/libselinux-2.9-11.el8_10.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms - size: 355220 - checksum: sha256:2f61feb51798629d4f7b78130e68eb2516463da41d6e7b64d82d28d17355b3f1 + size: 355013 + checksum: sha256:47297c6a5ffa7556e1a19ac8f65b593f0cbb403cc743fde89e3c9a0424b1b0fc name: libselinux - evr: 2.9-10.el8_10 + evr: 2.9-11.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/l/libsemanage-2.9-12.el8_10.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms size: 268557 @@ -3660,12 +3660,12 @@ arches: checksum: sha256:42a8826001f6a49c1385746f1c5ef3967c3f15fe6fa510fe001d5a232732661a name: openldap evr: 2.4.46-21.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/o/openssl-1.1.1k-14.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/o/openssl-1.1.1k-15.el8_6.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms - size: 7743036 - checksum: sha256:01ef6da2173fdd58138e983a69f7213698673c3eddb23539d4876eaca0efc07d + size: 7746793 + checksum: sha256:be51272434506ff20a6e6e056e591f8c638ebc3e8061d64228303f3f60055e07 name: openssl - evr: 1:1.1.1k-14.el8_10 + evr: 1:1.1.1k-15.el8_6 - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/o/openssl-pkcs11-0.4.10-3.el8.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms size: 520347 @@ -3738,12 +3738,12 @@ arches: checksum: sha256:31ae9c84f36f7d4e51b0e945e5d12210594defd3ea16cf5645c21d42fd6332fa name: python-setuptools evr: 39.2.0-9.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/p/python3-3.6.8-72.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/p/python3-3.6.8-73.el8_10.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms - size: 19243590 - checksum: sha256:55193ea63a0505c0beb8f705ce3edb4299c661044695ce22b8321b51485341d5 + size: 19249994 + checksum: sha256:a4ffe561e7b271c2c78df1a1689e853315c6359c98c85f89e1dd067e634c0b51 name: python3 - evr: 3.6.8-72.el8_10 + evr: 3.6.8-73.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/r/readline-7.0-10.el8.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms size: 2937518 @@ -3792,12 +3792,12 @@ arches: checksum: sha256:26dc49ea369dc145166e0a3959cc132f45e3345b99a75420c8932af24f44668c name: sqlite evr: 3.26.0-20.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/s/systemd-239-82.el8_10.13.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/s/systemd-239-82.el8_10.15.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms - size: 9204931 - checksum: sha256:6176d1736de4a4ff55021f7ad56e8cf5fdb459514f2ac45422c41bbfd5957a7b + size: 9212065 + checksum: sha256:f6a7ecf82b35c26a06dc49f9555be2088271770f36e05afa2d2a2d28d8b16955 name: systemd - evr: 239-82.el8_10.13 + evr: 239-82.el8_10.15 - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/baseos/source/SRPMS/Packages/t/texinfo-6.5-7.el8.src.rpm repoid: rhel-8-for-ppc64le-baseos-source-rpms size: 4544531 @@ -3847,10 +3847,10 @@ arches: name: zstd evr: 1.4.4-1.el8 module_metadata: - - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/repodata/d9a4652fdaffa79cccb4bdb9abcc531af0cdd945e3eb06164e040c185de0e362-modules.yaml.gz + - url: https://cdn.redhat.com/content/dist/rhel8/8/ppc64le/appstream/os/repodata/1c1f52313b8686ffeee207e3f43f0a48d27faa55d4b5cb80d4e819f591e5e060-modules.yaml.gz repoid: rhel-8-for-ppc64le-appstream-rpms - size: 758113 - checksum: sha256:d9a4652fdaffa79cccb4bdb9abcc531af0cdd945e3eb06164e040c185de0e362 + size: 767195 + checksum: sha256:1c1f52313b8686ffeee207e3f43f0a48d27faa55d4b5cb80d4e819f591e5e060 - arch: s390x packages: - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/j/jq-1.6-11.el8_10.s390x.rpm @@ -3937,34 +3937,34 @@ arches: name: perl-libnet evr: 3.11-3.el8 sourcerpm: perl-libnet-3.11-3.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.s390x.rpm repoid: rhel-8-for-s390x-appstream-rpms - size: 1782631 - checksum: sha256:f0afab8138e3ce7ab6bb930e9a3ac03f03c1616abedbca3390c0fde2a3f39479 + size: 1776775 + checksum: sha256:66572eadb91835cadab593400cff6eb04cdd178be0d785e810971db7a963d26a name: postgresql - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - sourcerpm: postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/postgresql-private-libs-15.15-1.module+el8.10.0+23782+2d6b2a31.s390x.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + sourcerpm: postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/postgresql-private-libs-15.17-1.module+el8.10.0+24043+d28c3b3f.s390x.rpm repoid: rhel-8-for-s390x-appstream-rpms - size: 128795 - checksum: sha256:32f31046e29c5dc0d48ae70fd732028069dbb5d6531a2bd72b538b850f27ffd1 + size: 129167 + checksum: sha256:d23c16600fb4a48770fcc5aac003c50c57e7bb21b21e2f05fa041c9b32287b88 name: postgresql-private-libs - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - sourcerpm: postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/python3.12-3.12.12-1.el8_10.s390x.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + sourcerpm: postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/python3.12-3.12.12-2.el8_10.s390x.rpm repoid: rhel-8-for-s390x-appstream-rpms - size: 30920 - checksum: sha256:e0ee3c56e277aedd7d012000b6fd7aff9dc2089cafdba18e798e15375e983985 + size: 31036 + checksum: sha256:d20eba2f096fe4fde5aa2827d7919e57b0fca265aed2415694745c92adf768ca name: python3.12 - evr: 3.12.12-1.el8_10 - sourcerpm: python3.12-3.12.12-1.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/python3.12-libs-3.12.12-1.el8_10.s390x.rpm + evr: 3.12.12-2.el8_10 + sourcerpm: python3.12-3.12.12-2.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/python3.12-libs-3.12.12-2.el8_10.s390x.rpm repoid: rhel-8-for-s390x-appstream-rpms - size: 10205140 - checksum: sha256:bf57c4f939ea41bf95af15f8377664842d27af5eb8d51f85f42a9d5f4bbf0d12 + size: 10205624 + checksum: sha256:02c440f4a8eec6b1c88c1e66d52d41d59a63cd54542b98197abe8fac55925b07 name: python3.12-libs - evr: 3.12.12-1.el8_10 - sourcerpm: python3.12-3.12.12-1.el8_10.src.rpm + evr: 3.12.12-2.el8_10 + sourcerpm: python3.12-3.12.12-2.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/Packages/p/python3.12-pip-wheel-23.2.1-4.el8.noarch.rpm repoid: rhel-8-for-s390x-appstream-rpms size: 1539820 @@ -4014,13 +4014,13 @@ arches: name: bash evr: 4.4.20-6.el8_10 sourcerpm: bash-4.4.20-6.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/b/brotli-1.0.6-3.el8.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/b/brotli-1.0.6-4.el8_10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 323352 - checksum: sha256:e134da086a66848af20f21dcebbeca19fde6a4af3016a09d5fde3984317e2c33 + size: 322524 + checksum: sha256:b81abd727d7147f63b380b23a945c8fbc7b138b4a297ff8b2ffc66a5b763477e name: brotli - evr: 1.0.6-3.el8 - sourcerpm: brotli-1.0.6-3.el8.src.rpm + evr: 1.0.6-4.el8_10 + sourcerpm: brotli-1.0.6-4.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/b/bzip2-libs-1.0.6-28.el8_10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 49852 @@ -4091,13 +4091,13 @@ arches: name: cryptsetup-libs evr: 2.3.7-7.el8 sourcerpm: cryptsetup-2.3.7-7.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/c/curl-7.61.1-34.el8_10.9.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/c/curl-7.61.1-34.el8_10.10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 359204 - checksum: sha256:deb89d87cdc83b3ed7c9206c5f3b6a148c6e0de82eaa7bff235d7838910e176c + size: 359452 + checksum: sha256:810757e4d9c9b6e6fcc68b941527280c6a5910008aa96412d2987c0468c22433 name: curl - evr: 7.61.1-34.el8_10.9 - sourcerpm: curl-7.61.1-34.el8_10.9.src.rpm + evr: 7.61.1-34.el8_10.10 + sourcerpm: curl-7.61.1-34.el8_10.10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/c/cyrus-sasl-lib-2.1.27-6.el8_5.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 123440 @@ -4420,13 +4420,13 @@ arches: name: libcom_err evr: 1.45.6-7.el8_10 sourcerpm: e2fsprogs-1.45.6-7.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/l/libcurl-7.61.1-34.el8_10.9.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/l/libcurl-7.61.1-34.el8_10.10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 295252 - checksum: sha256:46d9a691c61bce34ce30e39ae3bb9fb7ca744dbc0c8fc2fe01522ab79aca1867 + size: 297104 + checksum: sha256:fe8b2fc0d92e942109dfd2a633598eafedad92f04a0eca2b050c18f36bda2428 name: libcurl - evr: 7.61.1-34.el8_10.9 - sourcerpm: curl-7.61.1-34.el8_10.9.src.rpm + evr: 7.61.1-34.el8_10.10 + sourcerpm: curl-7.61.1-34.el8_10.10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/l/libdb-5.3.28-42.el8_4.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 704836 @@ -4532,13 +4532,13 @@ arches: name: libseccomp evr: 2.5.2-1.el8 sourcerpm: libseccomp-2.5.2-1.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/l/libselinux-2.9-10.el8_10.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/l/libselinux-2.9-11.el8_10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 167768 - checksum: sha256:172bcf348933501b3cb89a339906c0f847db2ef0a2457732cb6146e74462725d + size: 166832 + checksum: sha256:8a0c1dfb3ee0982f3697eaa4d38b9a3e0196a89e530df428e1951db1aa7f7061 name: libselinux - evr: 2.9-10.el8_10 - sourcerpm: libselinux-2.9-10.el8_10.src.rpm + evr: 2.9-11.el8_10 + sourcerpm: libselinux-2.9-11.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/l/libsemanage-2.9-12.el8_10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 168384 @@ -4714,20 +4714,20 @@ arches: name: openldap evr: 2.4.46-21.el8_10 sourcerpm: openldap-2.4.46-21.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/o/openssl-1.1.1k-14.el8_10.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/o/openssl-1.1.1k-15.el8_6.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 713908 - checksum: sha256:671a1a421599b359980a8b9385653636673a9bd2d3fccef8cd3619d529d5a7ae + size: 714140 + checksum: sha256:cbcf269f4a0d72dcfc83b23b1dcd7589ed96864d89f30244c7fcdacff782a00a name: openssl - evr: 1:1.1.1k-14.el8_10 - sourcerpm: openssl-1.1.1k-14.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/o/openssl-libs-1.1.1k-14.el8_10.s390x.rpm + evr: 1:1.1.1k-15.el8_6 + sourcerpm: openssl-1.1.1k-15.el8_6.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/o/openssl-libs-1.1.1k-15.el8_6.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 1213744 - checksum: sha256:5afefe16ce70e9284ed2dfca9829c1392875c721ce50bd354882d28f051048a5 + checksum: sha256:7b7699734dd9e1f5cdc8744325c048382fea0341f4607f72c675c03cea8afde7 name: openssl-libs - evr: 1:1.1.1k-14.el8_10 - sourcerpm: openssl-1.1.1k-14.el8_10.src.rpm + evr: 1:1.1.1k-15.el8_6 + sourcerpm: openssl-1.1.1k-15.el8_6.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/o/openssl-pkcs11-0.4.10-3.el8.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 65896 @@ -5001,13 +5001,13 @@ arches: name: perl-threads-shared evr: 1.58-2.el8 sourcerpm: perl-threads-shared-1.58-2.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/p/platform-python-3.6.8-72.el8_10.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/p/platform-python-3.6.8-73.el8_10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 89760 - checksum: sha256:06cc2319c125db7607df38573749679efd766c8fccda428222ce20239385269b + size: 89940 + checksum: sha256:12485aadf13f1673d52be6627004d1c5f1d1d285685847c4c3e033b9bb5433de name: platform-python - evr: 3.6.8-72.el8_10 - sourcerpm: python3-3.6.8-72.el8_10.src.rpm + evr: 3.6.8-73.el8_10 + sourcerpm: python3-3.6.8-73.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/p/platform-python-pip-9.0.3-24.el8.noarch.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 1633024 @@ -5036,13 +5036,13 @@ arches: name: publicsuffix-list-dafsa evr: 20180723-1.el8 sourcerpm: publicsuffix-list-20180723-1.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/p/python3-libs-3.6.8-72.el8_10.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/p/python3-libs-3.6.8-73.el8_10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 8054388 - checksum: sha256:19f923c0be7cef9341ccaa8b6f8a2b42cbddfc340ed6b02984dfe52d761ccb9f + size: 8057576 + checksum: sha256:042e19430d730b7f8cca741667f613413413c32f19b4cfe34e3b6c2478ab4d1c name: python3-libs - evr: 3.6.8-72.el8_10 - sourcerpm: python3-3.6.8-72.el8_10.src.rpm + evr: 3.6.8-73.el8_10 + sourcerpm: python3-3.6.8-73.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/p/python3-pip-wheel-9.0.3-24.el8.noarch.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 886996 @@ -5092,27 +5092,27 @@ arches: name: rpm-libs evr: 4.14.3-32.el8_10 sourcerpm: rpm-4.14.3-32.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/s390utils-base-2.29.0-3.el8_10.3.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/s390utils-base-2.29.0-3.el8_10.4.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 3143836 - checksum: sha256:038d666cbdaffb99d0f607e97ca34a55bd7b56528341854f7f209280efb36114 + size: 2898220 + checksum: sha256:2484e40a57d488a54f153064429de28d27ed0549600ae3ac0306a39b5d93c888 name: s390utils-base - evr: 2:2.29.0-3.el8_10.3 - sourcerpm: s390utils-2.29.0-3.el8_10.3.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/s390utils-core-2.29.0-3.el8_10.3.s390x.rpm + evr: 2:2.29.0-3.el8_10.4 + sourcerpm: s390utils-2.29.0-3.el8_10.4.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/s390utils-core-2.29.0-3.el8_10.4.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 491788 - checksum: sha256:c8d7d1382d16a13e6952c08ed6b62dcc354f16bb12d0adb1657473cebcde7cf7 + size: 491716 + checksum: sha256:84d6c7217e1a8facc69ce53919a3923ac27d7722faad42928f63d84d96fb02bd name: s390utils-core - evr: 2:2.29.0-3.el8_10.3 - sourcerpm: s390utils-2.29.0-3.el8_10.3.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/s390utils-se-data-2.29.0-3.el8_10.3.noarch.rpm + evr: 2:2.29.0-3.el8_10.4 + sourcerpm: s390utils-2.29.0-3.el8_10.4.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/s390utils-se-data-2.29.0-3.el8_10.4.noarch.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 56388 - checksum: sha256:05e7e8241d1cb0955239bb2570c6294c9d6583ea03e2695ad681cc67c905d9cb + size: 56500 + checksum: sha256:3aab1edba221352f8fcdcfc95671590b04af317b9952ff2451e615f9cbd59b6d name: s390utils-se-data - evr: 2:2.29.0-3.el8_10.3 - sourcerpm: s390utils-2.29.0-3.el8_10.3.src.rpm + evr: 2:2.29.0-3.el8_10.4 + sourcerpm: s390utils-2.29.0-3.el8_10.4.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/sed-4.5-5.el8.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 304464 @@ -5162,27 +5162,27 @@ arches: name: sqlite-libs evr: 3.26.0-20.el8_10 sourcerpm: sqlite-3.26.0-20.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/systemd-239-82.el8_10.13.s390x.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/systemd-239-82.el8_10.15.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 3522640 - checksum: sha256:719d568c6145a738905efddd2aae97cf295f4217995871e97ebd314f3258ff8b + size: 3522812 + checksum: sha256:f4f93cb0cfe032995dd2c27da45fdf2bf7e0710a9fcc6d11608d47913ed6dced name: systemd - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/systemd-libs-239-82.el8_10.13.s390x.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/systemd-libs-239-82.el8_10.15.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 1067400 - checksum: sha256:a2e67d8e9a6c1cc3a02c3fce2923b0c918a6d0cb612fda63f375162404f489c8 + size: 1067888 + checksum: sha256:9d4849189a76726fafe4c290566618a29b356bd31b0cb1581b2660122aff9914 name: systemd-libs - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/systemd-pam-239-82.el8_10.13.s390x.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/s/systemd-pam-239-82.el8_10.15.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms - size: 488896 - checksum: sha256:5438bba37b2ab629d5c7bfb9c4f99a48e28c0bdc7edb2e058f59ed07118accc1 + size: 489724 + checksum: sha256:bfdbc135b576b43753f5dcf3215cd2bc5662026a94ac09c029608bef324ee88e name: systemd-pam - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/os/Packages/t/tar-1.30-11.el8_10.s390x.rpm repoid: rhel-8-for-s390x-baseos-rpms size: 852716 @@ -5305,18 +5305,18 @@ arches: checksum: sha256:dc91b0b1230e700b03f6bf9b67e7e1888a40fb3cba04407be800ebe03b3f6632 name: perl-libnet evr: 3.11-3.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/source/SRPMS/Packages/p/postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/source/SRPMS/Packages/p/postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm repoid: rhel-8-for-s390x-appstream-source-rpms - size: 45654458 - checksum: sha256:30795de4ed7a01becc64ee50796e7c76b9195ff1eed0a341b279aeb3e4b15527 + size: 53729285 + checksum: sha256:b262c28160636270243d04da56688c7535d9ad481ce2f8c3df98ca508f2d2cd9 name: postgresql - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/source/SRPMS/Packages/p/python3.12-3.12.12-1.el8_10.src.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/source/SRPMS/Packages/p/python3.12-3.12.12-2.el8_10.src.rpm repoid: rhel-8-for-s390x-appstream-source-rpms - size: 20869970 - checksum: sha256:0f8e31ed00a577ddbf493a04b70ea364dd0b35fd2a30f2a0e5719b68aeb244b9 + size: 20872264 + checksum: sha256:351a9a7709a0e1f8c6c80c39d6c47f7e5f8b4a52a1e0eb86eaa023661fe385fa name: python3.12 - evr: 3.12.12-1.el8_10 + evr: 3.12.12-2.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/source/SRPMS/Packages/p/python3.12-pip-23.2.1-4.el8.src.rpm repoid: rhel-8-for-s390x-appstream-source-rpms size: 9393232 @@ -5365,12 +5365,12 @@ arches: checksum: sha256:f0e4182affffe350e5dbd55e410baed663d514cd6832108b83899ac8d1524830 name: bash evr: 4.4.20-6.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/b/brotli-1.0.6-3.el8.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/b/brotli-1.0.6-4.el8_10.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms - size: 23835509 - checksum: sha256:d269796bbd35c8ef524e4070d347f8b74cf1f10caa1bd4b19c30d69f24761f2a + size: 23845976 + checksum: sha256:87db48ae61691c6d457824c9391839cff50a576d03f17fe710f745e93050b826 name: brotli - evr: 1.0.6-3.el8 + evr: 1.0.6-4.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/b/bzip2-1.0.6-28.el8_10.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms size: 807250 @@ -5413,12 +5413,12 @@ arches: checksum: sha256:21bb087ab9a3d64c89295a1bd45b5e5b6189832a972d4b3ddccb2ff5437ac2ed name: cryptsetup evr: 2.3.7-7.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/c/curl-7.61.1-34.el8_10.9.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/c/curl-7.61.1-34.el8_10.10.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms - size: 2637559 - checksum: sha256:b69dcfee680f356433e48929a3b447b72d6e99bf8ad61b5a6c9ac2eededf87cd + size: 2647245 + checksum: sha256:ffe7ab6a1b65cae5073a889b189d3d252767b0e4421a58c413027d9e46b5ec93 name: curl - evr: 7.61.1-34.el8_10.9 + evr: 7.61.1-34.el8_10.10 - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/c/cyrus-sasl-2.1.27-6.el8_5.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms size: 4032772 @@ -5653,12 +5653,12 @@ arches: checksum: sha256:322f0b9e2a909001e5e688b8ad52a5e6361ab350fa4fced3f446a6d1a3f2074a name: libseccomp evr: 2.5.2-1.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/l/libselinux-2.9-10.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/l/libselinux-2.9-11.el8_10.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms - size: 355220 - checksum: sha256:2f61feb51798629d4f7b78130e68eb2516463da41d6e7b64d82d28d17355b3f1 + size: 355013 + checksum: sha256:47297c6a5ffa7556e1a19ac8f65b593f0cbb403cc743fde89e3c9a0424b1b0fc name: libselinux - evr: 2.9-10.el8_10 + evr: 2.9-11.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/l/libsemanage-2.9-12.el8_10.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms size: 268557 @@ -5779,12 +5779,12 @@ arches: checksum: sha256:42a8826001f6a49c1385746f1c5ef3967c3f15fe6fa510fe001d5a232732661a name: openldap evr: 2.4.46-21.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/o/openssl-1.1.1k-14.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/o/openssl-1.1.1k-15.el8_6.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms - size: 7743036 - checksum: sha256:01ef6da2173fdd58138e983a69f7213698673c3eddb23539d4876eaca0efc07d + size: 7746793 + checksum: sha256:be51272434506ff20a6e6e056e591f8c638ebc3e8061d64228303f3f60055e07 name: openssl - evr: 1:1.1.1k-14.el8_10 + evr: 1:1.1.1k-15.el8_6 - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/o/openssl-pkcs11-0.4.10-3.el8.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms size: 520347 @@ -6013,12 +6013,12 @@ arches: checksum: sha256:31ae9c84f36f7d4e51b0e945e5d12210594defd3ea16cf5645c21d42fd6332fa name: python-setuptools evr: 39.2.0-9.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/p/python3-3.6.8-72.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/p/python3-3.6.8-73.el8_10.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms - size: 19243590 - checksum: sha256:55193ea63a0505c0beb8f705ce3edb4299c661044695ce22b8321b51485341d5 + size: 19249994 + checksum: sha256:a4ffe561e7b271c2c78df1a1689e853315c6359c98c85f89e1dd067e634c0b51 name: python3 - evr: 3.6.8-72.el8_10 + evr: 3.6.8-73.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/r/readline-7.0-10.el8.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms size: 2937518 @@ -6037,12 +6037,12 @@ arches: checksum: sha256:b43436849f8b9fa3dfe8e42e87e814906f0cae191f9d159ea24ec9732d379d58 name: rpm evr: 4.14.3-32.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/s/s390utils-2.29.0-3.el8_10.3.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/s/s390utils-2.29.0-3.el8_10.4.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms - size: 27795142 - checksum: sha256:ee27d86404b429c452229c5e70454c4d603efd184f73ee5b4b4ad14cc78e0975 + size: 27796762 + checksum: sha256:c523f6478162307d458dea9c5880fe9be30a99ca65f201b9b466d70962823edb name: s390utils - evr: 2:2.29.0-3.el8_10.3 + evr: 2:2.29.0-3.el8_10.4 - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/s/sed-4.5-5.el8.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms size: 1358944 @@ -6079,12 +6079,12 @@ arches: checksum: sha256:26dc49ea369dc145166e0a3959cc132f45e3345b99a75420c8932af24f44668c name: sqlite evr: 3.26.0-20.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/s/systemd-239-82.el8_10.13.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/s/systemd-239-82.el8_10.15.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms - size: 9204931 - checksum: sha256:6176d1736de4a4ff55021f7ad56e8cf5fdb459514f2ac45422c41bbfd5957a7b + size: 9212065 + checksum: sha256:f6a7ecf82b35c26a06dc49f9555be2088271770f36e05afa2d2a2d28d8b16955 name: systemd - evr: 239-82.el8_10.13 + evr: 239-82.el8_10.15 - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/baseos/source/SRPMS/Packages/t/tar-1.30-11.el8_10.src.rpm repoid: rhel-8-for-s390x-baseos-source-rpms size: 2173356 @@ -6134,10 +6134,10 @@ arches: name: zstd evr: 1.4.4-1.el8 module_metadata: - - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/repodata/e68681399aa8ed3b5eb734bfa9c6fa22fdd0171fad35faa9626064b2d1b648a2-modules.yaml.gz + - url: https://cdn.redhat.com/content/dist/rhel8/8/s390x/appstream/os/repodata/64cfd27a68b3997329ef9b1497d072f1d8a9cfdc5131b7f00de5b2c6b4825cd0-modules.yaml.gz repoid: rhel-8-for-s390x-appstream-rpms - size: 759639 - checksum: sha256:e68681399aa8ed3b5eb734bfa9c6fa22fdd0171fad35faa9626064b2d1b648a2 + size: 768628 + checksum: sha256:64cfd27a68b3997329ef9b1497d072f1d8a9cfdc5131b7f00de5b2c6b4825cd0 - arch: x86_64 packages: - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/j/jq-1.6-11.el8_10.x86_64.rpm @@ -6168,34 +6168,34 @@ arches: name: oniguruma evr: 6.8.2-3.el8 sourcerpm: oniguruma-6.8.2-3.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.x86_64.rpm repoid: rhel-8-for-x86_64-appstream-rpms - size: 1825339 - checksum: sha256:f2a10392b2b79daaa1d16f10792f51abe4d1a2bbb1478827fd96a2d70b943d52 + size: 1819615 + checksum: sha256:d8bd3edd5695ad4b54cfffb737d96ed53256ee19089fba364e0112d747809f6c name: postgresql - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - sourcerpm: postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/postgresql-private-libs-15.15-1.module+el8.10.0+23782+2d6b2a31.x86_64.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + sourcerpm: postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/postgresql-private-libs-15.17-1.module+el8.10.0+24043+d28c3b3f.x86_64.rpm repoid: rhel-8-for-x86_64-appstream-rpms - size: 136383 - checksum: sha256:895d79b877c063d33ef9806403e5a70815e7c5720556dd93b1aa3d041b1703e8 + size: 136679 + checksum: sha256:27556c0ca17fd8526951e0fc26f5c43b8bf241b4021725a9f16e8d44d1b453d8 name: postgresql-private-libs - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - sourcerpm: postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/python3.12-3.12.12-1.el8_10.x86_64.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + sourcerpm: postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/python3.12-3.12.12-2.el8_10.x86_64.rpm repoid: rhel-8-for-x86_64-appstream-rpms - size: 30956 - checksum: sha256:e7ceeceeadc49a91aae41fadd4c1f363003d423043ec97124884023682e0231b + size: 31060 + checksum: sha256:b458899e3d6e996a40eb3cf6a2a22ba94409c6e2dcfd1869906ab64693ef89fd name: python3.12 - evr: 3.12.12-1.el8_10 - sourcerpm: python3.12-3.12.12-1.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/python3.12-libs-3.12.12-1.el8_10.x86_64.rpm + evr: 3.12.12-2.el8_10 + sourcerpm: python3.12-3.12.12-2.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/python3.12-libs-3.12.12-2.el8_10.x86_64.rpm repoid: rhel-8-for-x86_64-appstream-rpms - size: 10502688 - checksum: sha256:e41dd02b13469b669a97fa9be509003e2df9b010af94630a025adde7e31fbddb + size: 10505652 + checksum: sha256:2255595029fd10fca1f7f2964e92f2211df2c835ea168b0d17019dddf00c918c name: python3.12-libs - evr: 3.12.12-1.el8_10 - sourcerpm: python3.12-3.12.12-1.el8_10.src.rpm + evr: 3.12.12-2.el8_10 + sourcerpm: python3.12-3.12.12-2.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/Packages/p/python3.12-pip-wheel-23.2.1-4.el8.noarch.rpm repoid: rhel-8-for-x86_64-appstream-rpms size: 1539820 @@ -6245,13 +6245,13 @@ arches: name: bash evr: 4.4.20-6.el8_10 sourcerpm: bash-4.4.20-6.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/b/brotli-1.0.6-3.el8.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/b/brotli-1.0.6-4.el8_10.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 330860 - checksum: sha256:267858a95e543459a0cd683e641955d7c04c13bcda830c5f7db5a0529077428a + size: 329804 + checksum: sha256:b63f101a1601c54f8cc953e6251c1481ff05088bf788c5697e75711a6b5f8716 name: brotli - evr: 1.0.6-3.el8 - sourcerpm: brotli-1.0.6-3.el8.src.rpm + evr: 1.0.6-4.el8_10 + sourcerpm: brotli-1.0.6-4.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/b/bzip2-libs-1.0.6-28.el8_10.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms size: 49384 @@ -6329,13 +6329,13 @@ arches: name: cryptsetup-libs evr: 2.3.7-7.el8 sourcerpm: cryptsetup-2.3.7-7.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/c/curl-7.61.1-34.el8_10.9.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/c/curl-7.61.1-34.el8_10.10.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 362072 - checksum: sha256:80a15ee8d048cc81629020d2ad8c4037e63eb6c8d06017c7e8b2109751e7425d + size: 362540 + checksum: sha256:a806b8c272679ccd7a5a1d32c29b1149ebbdcf0f60198a16112f4b9e6c410ee7 name: curl - evr: 7.61.1-34.el8_10.9 - sourcerpm: curl-7.61.1-34.el8_10.9.src.rpm + evr: 7.61.1-34.el8_10.10 + sourcerpm: curl-7.61.1-34.el8_10.10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/c/cyrus-sasl-lib-2.1.27-6.el8_5.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms size: 126324 @@ -6728,13 +6728,13 @@ arches: name: libcroco evr: 0.6.12-4.el8_2.1 sourcerpm: libcroco-0.6.12-4.el8_2.1.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/l/libcurl-7.61.1-34.el8_10.9.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/l/libcurl-7.61.1-34.el8_10.10.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 311308 - checksum: sha256:7afd52dae8ea3545897e5d83e47668472a5434200f696ee7755be6a4ecf96608 + size: 313524 + checksum: sha256:fa6ad18d71fc0f5ba59eb52cd46a490118e43d8cec8c3d02acc4ca0aee24062f name: libcurl - evr: 7.61.1-34.el8_10.9 - sourcerpm: curl-7.61.1-34.el8_10.9.src.rpm + evr: 7.61.1-34.el8_10.10 + sourcerpm: curl-7.61.1-34.el8_10.10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/l/libdb-5.3.28-42.el8_4.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms size: 769444 @@ -6854,13 +6854,13 @@ arches: name: libseccomp evr: 2.5.2-1.el8 sourcerpm: libseccomp-2.5.2-1.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/l/libselinux-2.9-10.el8_10.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/l/libselinux-2.9-11.el8_10.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 170016 - checksum: sha256:41c31dde6e5e6928f66f5541586a2ed32bb088e8e5585dd6ce1d60c04e1d667f + size: 169076 + checksum: sha256:25684acd2c63eefb918c076f2fe1f12597edbc620aacd63987d4211dc1c788fa name: libselinux - evr: 2.9-10.el8_10 - sourcerpm: libselinux-2.9-10.el8_10.src.rpm + evr: 2.9-11.el8_10 + sourcerpm: libselinux-2.9-11.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/l/libsemanage-2.9-12.el8_10.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms size: 173008 @@ -7043,20 +7043,20 @@ arches: name: openldap evr: 2.4.46-21.el8_10 sourcerpm: openldap-2.4.46-21.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/o/openssl-1.1.1k-14.el8_10.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/o/openssl-1.1.1k-15.el8_6.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 727084 - checksum: sha256:53536a8f76a30cb67a288dc7c9ded095e5bb1976fd11d113101c932b2878ca6b + size: 727444 + checksum: sha256:494eba79b38e02a26c6da8e68f638ce36101374596bbcbbf5f616e13d3597791 name: openssl - evr: 1:1.1.1k-14.el8_10 - sourcerpm: openssl-1.1.1k-14.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/o/openssl-libs-1.1.1k-14.el8_10.x86_64.rpm + evr: 1:1.1.1k-15.el8_6 + sourcerpm: openssl-1.1.1k-15.el8_6.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/o/openssl-libs-1.1.1k-15.el8_6.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 1541912 - checksum: sha256:0a28a74fb4b00d923b8d495c8875f6ffaeb7fee5b23388b42d2e3583c4b88be0 + size: 1541832 + checksum: sha256:d47a3b17a1f976cfba7ecca50ec5aaa863eaef76d3f42238a81165583d0467ef name: openssl-libs - evr: 1:1.1.1k-14.el8_10 - sourcerpm: openssl-1.1.1k-14.el8_10.src.rpm + evr: 1:1.1.1k-15.el8_6 + sourcerpm: openssl-1.1.1k-15.el8_6.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/o/openssl-pkcs11-0.4.10-3.el8.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms size: 67740 @@ -7113,13 +7113,13 @@ arches: name: pigz evr: 2.4-4.el8 sourcerpm: pigz-2.4-4.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/p/platform-python-3.6.8-72.el8_10.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/p/platform-python-3.6.8-73.el8_10.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 89900 - checksum: sha256:65927e53c1bc6aa3de47556ab68d5fef84dea6043545c493824ff3bb7a263b09 + size: 90076 + checksum: sha256:01e3c8ed4a6879438fd11806643824c65883cfd90f9562ef10f82d31ee57bfcf name: platform-python - evr: 3.6.8-72.el8_10 - sourcerpm: python3-3.6.8-72.el8_10.src.rpm + evr: 3.6.8-73.el8_10 + sourcerpm: python3-3.6.8-73.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/p/platform-python-pip-9.0.3-24.el8.noarch.rpm repoid: rhel-8-for-x86_64-baseos-rpms size: 1633024 @@ -7155,13 +7155,13 @@ arches: name: publicsuffix-list-dafsa evr: 20180723-1.el8 sourcerpm: publicsuffix-list-20180723-1.el8.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/p/python3-libs-3.6.8-72.el8_10.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/p/python3-libs-3.6.8-73.el8_10.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 8250656 - checksum: sha256:894b54365c7cd91ba029efcb98714e6ac3886971554baeb16cef883d5687b473 + size: 8252760 + checksum: sha256:6e343ede74cd599cc8bc8674260e4c7b4b3d1686256522c8c154a771ec0c5314 name: python3-libs - evr: 3.6.8-72.el8_10 - sourcerpm: python3-3.6.8-72.el8_10.src.rpm + evr: 3.6.8-73.el8_10 + sourcerpm: python3-3.6.8-73.el8_10.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/p/python3-pip-wheel-9.0.3-24.el8.noarch.rpm repoid: rhel-8-for-x86_64-baseos-rpms size: 886996 @@ -7246,34 +7246,34 @@ arches: name: sqlite-libs evr: 3.26.0-20.el8_10 sourcerpm: sqlite-3.26.0-20.el8_10.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/s/systemd-239-82.el8_10.13.x86_64.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/s/systemd-239-82.el8_10.15.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 3830800 - checksum: sha256:30e7904ba7d991dd821d4be6cfee6dc6db5a65a8bd6e482502e6d2d6e71c58e9 + size: 3831596 + checksum: sha256:5b0e2ae8da719c108527b9f2fffeb811b846abb392452e0fb38cbe16fe7147bd name: systemd - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/s/systemd-libs-239-82.el8_10.13.x86_64.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/s/systemd-libs-239-82.el8_10.15.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 1199360 - checksum: sha256:af1bc1cd605f1e08f6e7a3e073338565f8608b2a74232be9892a047f88524128 + size: 1200032 + checksum: sha256:0664b4a618c83ac11ac43e8e327617c7a7395d42c9f69e348a6d9232ec8a6ce4 name: systemd-libs - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/s/systemd-pam-239-82.el8_10.13.x86_64.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/s/systemd-pam-239-82.el8_10.15.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 529240 - checksum: sha256:b1d738e31d1db8c3759f5e9913fcc7ec7b1fbfd90a2f271d18f8a30ca050e57a + size: 529836 + checksum: sha256:e026c5047e6025bb1f87bf0aa79f69f702d69d85ae55f173e5d73dc75f1806cb name: systemd-pam - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/s/systemd-udev-239-82.el8_10.13.x86_64.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/s/systemd-udev-239-82.el8_10.15.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms - size: 1666576 - checksum: sha256:c0a90b3e83143b2160a1e850502e54299986fe29e0382c297f7d0121e1aed4f7 + size: 1667100 + checksum: sha256:adc8bba8a32195955574e1103da8195d7c476a8776d4a4b7dd883da4d223ab9a name: systemd-udev - evr: 239-82.el8_10.13 - sourcerpm: systemd-239-82.el8_10.13.src.rpm + evr: 239-82.el8_10.15 + sourcerpm: systemd-239-82.el8_10.15.src.rpm - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/Packages/t/trousers-0.3.15-2.el8.x86_64.rpm repoid: rhel-8-for-x86_64-baseos-rpms size: 156324 @@ -7355,18 +7355,18 @@ arches: checksum: sha256:31cd372131f6eb404ce90285210fd74021914b4eb52e933b2aeebfa955099faa name: oniguruma evr: 6.8.2-3.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/source/SRPMS/Packages/p/postgresql-15.15-1.module+el8.10.0+23782+2d6b2a31.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/source/SRPMS/Packages/p/postgresql-15.17-1.module+el8.10.0+24043+d28c3b3f.src.rpm repoid: rhel-8-for-x86_64-appstream-source-rpms - size: 45654458 - checksum: sha256:30795de4ed7a01becc64ee50796e7c76b9195ff1eed0a341b279aeb3e4b15527 + size: 53729285 + checksum: sha256:b262c28160636270243d04da56688c7535d9ad481ce2f8c3df98ca508f2d2cd9 name: postgresql - evr: 15.15-1.module+el8.10.0+23782+2d6b2a31 - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/source/SRPMS/Packages/p/python3.12-3.12.12-1.el8_10.src.rpm + evr: 15.17-1.module+el8.10.0+24043+d28c3b3f + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/source/SRPMS/Packages/p/python3.12-3.12.12-2.el8_10.src.rpm repoid: rhel-8-for-x86_64-appstream-source-rpms - size: 20869970 - checksum: sha256:0f8e31ed00a577ddbf493a04b70ea364dd0b35fd2a30f2a0e5719b68aeb244b9 + size: 20872264 + checksum: sha256:351a9a7709a0e1f8c6c80c39d6c47f7e5f8b4a52a1e0eb86eaa023661fe385fa name: python3.12 - evr: 3.12.12-1.el8_10 + evr: 3.12.12-2.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/source/SRPMS/Packages/p/python3.12-pip-23.2.1-4.el8.src.rpm repoid: rhel-8-for-x86_64-appstream-source-rpms size: 9393232 @@ -7415,12 +7415,12 @@ arches: checksum: sha256:f0e4182affffe350e5dbd55e410baed663d514cd6832108b83899ac8d1524830 name: bash evr: 4.4.20-6.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/b/brotli-1.0.6-3.el8.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/b/brotli-1.0.6-4.el8_10.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms - size: 23835509 - checksum: sha256:d269796bbd35c8ef524e4070d347f8b74cf1f10caa1bd4b19c30d69f24761f2a + size: 23845976 + checksum: sha256:87db48ae61691c6d457824c9391839cff50a576d03f17fe710f745e93050b826 name: brotli - evr: 1.0.6-3.el8 + evr: 1.0.6-4.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/b/bzip2-1.0.6-28.el8_10.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms size: 807250 @@ -7469,12 +7469,12 @@ arches: checksum: sha256:21bb087ab9a3d64c89295a1bd45b5e5b6189832a972d4b3ddccb2ff5437ac2ed name: cryptsetup evr: 2.3.7-7.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/c/curl-7.61.1-34.el8_10.9.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/c/curl-7.61.1-34.el8_10.10.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms - size: 2637559 - checksum: sha256:b69dcfee680f356433e48929a3b447b72d6e99bf8ad61b5a6c9ac2eededf87cd + size: 2647245 + checksum: sha256:ffe7ab6a1b65cae5073a889b189d3d252767b0e4421a58c413027d9e46b5ec93 name: curl - evr: 7.61.1-34.el8_10.9 + evr: 7.61.1-34.el8_10.10 - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/c/cyrus-sasl-2.1.27-6.el8_5.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms size: 4032772 @@ -7733,12 +7733,12 @@ arches: checksum: sha256:322f0b9e2a909001e5e688b8ad52a5e6361ab350fa4fced3f446a6d1a3f2074a name: libseccomp evr: 2.5.2-1.el8 - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/l/libselinux-2.9-10.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/l/libselinux-2.9-11.el8_10.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms - size: 355220 - checksum: sha256:2f61feb51798629d4f7b78130e68eb2516463da41d6e7b64d82d28d17355b3f1 + size: 355013 + checksum: sha256:47297c6a5ffa7556e1a19ac8f65b593f0cbb403cc743fde89e3c9a0424b1b0fc name: libselinux - evr: 2.9-10.el8_10 + evr: 2.9-11.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/l/libsemanage-2.9-12.el8_10.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms size: 268557 @@ -7865,12 +7865,12 @@ arches: checksum: sha256:42a8826001f6a49c1385746f1c5ef3967c3f15fe6fa510fe001d5a232732661a name: openldap evr: 2.4.46-21.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/o/openssl-1.1.1k-14.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/o/openssl-1.1.1k-15.el8_6.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms - size: 7743036 - checksum: sha256:01ef6da2173fdd58138e983a69f7213698673c3eddb23539d4876eaca0efc07d + size: 7746793 + checksum: sha256:be51272434506ff20a6e6e056e591f8c638ebc3e8061d64228303f3f60055e07 name: openssl - evr: 1:1.1.1k-14.el8_10 + evr: 1:1.1.1k-15.el8_6 - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/o/openssl-pkcs11-0.4.10-3.el8.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms size: 520347 @@ -7943,12 +7943,12 @@ arches: checksum: sha256:31ae9c84f36f7d4e51b0e945e5d12210594defd3ea16cf5645c21d42fd6332fa name: python-setuptools evr: 39.2.0-9.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/p/python3-3.6.8-72.el8_10.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/p/python3-3.6.8-73.el8_10.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms - size: 19243590 - checksum: sha256:55193ea63a0505c0beb8f705ce3edb4299c661044695ce22b8321b51485341d5 + size: 19249994 + checksum: sha256:a4ffe561e7b271c2c78df1a1689e853315c6359c98c85f89e1dd067e634c0b51 name: python3 - evr: 3.6.8-72.el8_10 + evr: 3.6.8-73.el8_10 - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/r/readline-7.0-10.el8.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms size: 2937518 @@ -7997,12 +7997,12 @@ arches: checksum: sha256:26dc49ea369dc145166e0a3959cc132f45e3345b99a75420c8932af24f44668c name: sqlite evr: 3.26.0-20.el8_10 - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/s/systemd-239-82.el8_10.13.src.rpm + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/s/systemd-239-82.el8_10.15.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms - size: 9204931 - checksum: sha256:6176d1736de4a4ff55021f7ad56e8cf5fdb459514f2ac45422c41bbfd5957a7b + size: 9212065 + checksum: sha256:f6a7ecf82b35c26a06dc49f9555be2088271770f36e05afa2d2a2d28d8b16955 name: systemd - evr: 239-82.el8_10.13 + evr: 239-82.el8_10.15 - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/source/SRPMS/Packages/t/texinfo-6.5-7.el8.src.rpm repoid: rhel-8-for-x86_64-baseos-source-rpms size: 4544531 @@ -8052,7 +8052,7 @@ arches: name: zstd evr: 1.4.4-1.el8 module_metadata: - - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/repodata/550e1b946b2d79d0d0894346109db66cc7af465f5f4f27425a16ffc0cf4dc5cd-modules.yaml.gz + - url: https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/repodata/9bb8133a1f965461156ae2a87a1697c92c5e41d258a7a8d4e38f3593df4de094-modules.yaml.gz repoid: rhel-8-for-x86_64-appstream-rpms - size: 784123 - checksum: sha256:550e1b946b2d79d0d0894346109db66cc7af465f5f4f27425a16ffc0cf4dc5cd + size: 794078 + checksum: sha256:9bb8133a1f965461156ae2a87a1697c92c5e41d258a7a8d4e38f3593df4de094