|
| 1 | +# This file will be merged with 'rpms.lock.yaml' which provides the RPMs |
| 2 | +# to konflux hermetic build environnement. |
| 3 | +# e.g. to get rpm-ostree from the fedora-coreos-continuous repo: |
| 4 | +# for arch in 'x86_64' 'aarch64' 'ppc64le' 's390x'; |
| 5 | +# do dnf repoquery rpm-ostree-2025.11 --disablerepo='*' --enablerepo f42-coreos-continuous \ |
| 6 | +# --location --forcearch $arch --quiet \ |
| 7 | +# ;done |
| 8 | +arches: |
| 9 | + - arch: aarch64 |
| 10 | + packages: |
| 11 | + # rpm-ostree 2025.11 for buildroot-prep |
| 12 | + - repoid: fedora-coreos-continuous |
| 13 | + url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/aarch64/Packages/r/rpm-ostree-2025.11-1.fc42.aarch64.rpm |
| 14 | + - repoid: fedora-coreos-continuous |
| 15 | + url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/aarch64/Packages/r/rpm-ostree-libs-2025.11-1.fc42.aarch64.rpm |
| 16 | + - arch: s390x |
| 17 | + packages: |
| 18 | + - repoid: fedora-coreos-continuous |
| 19 | + url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/s390x/Packages/r/rpm-ostree-2025.11-1.fc42.s390x.rpm |
| 20 | + - repoid: fedora-coreos-continuous |
| 21 | + url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/s390x/Packages/r/rpm-ostree-libs-2025.11-1.fc42.s390x.rpm |
| 22 | + - arch: ppc64le |
| 23 | + packages: |
| 24 | + - repoid: fedora-coreos-continuous |
| 25 | + url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/ppc64le/Packages/r/rpm-ostree-2025.11-1.fc42.ppc64le.rpm |
| 26 | + - repoid: fedora-coreos-continuous |
| 27 | + url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/ppc64le/Packages/r/rpm-ostree-libs-2025.11-1.fc42.ppc64le.rpm |
| 28 | + - arch: x86_64 |
| 29 | + packages: |
| 30 | + - repoid: fedora-coreos-continuous |
| 31 | + url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/x86_64/Packages/r/rpm-ostree-2025.11-1.fc42.x86_64.rpm |
| 32 | + - repoid: fedora-coreos-continuous |
| 33 | + url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/x86_64/Packages/r/rpm-ostree-libs-2025.11-1.fc42.x86_64.rpm |
0 commit comments