test/data/manifests: fix module-platform-id

A couple of CentOS Stream 9 manifests were setting 'el9' as their
module-platform-id, making the depsolver complain.
Fixed to the correct 'platform:el9'.
This commit is contained in:
Achilleas Koutsou 2025-07-04 12:33:57 +02:00
parent 7124e6dc64
commit 5d861870f8
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ pipelines:
origin: org.osbuild.source
mpp-depsolve:
architecture: $arch
module-platform-id: $releasever
module-platform-id: platform:$releasever
repos:
- id: baseos
baseurl: https://rpmrepo.osbuild.org/v2/mirror/public/$releasever/$distribution-$arch-baseos-$snapshot/

View file

@ -21,7 +21,7 @@ pipelines:
origin: org.osbuild.source
mpp-depsolve:
architecture: $arch
module-platform-id: $releasever
module-platform-id: platform:$releasever
releasever: $releasever
repos:
- id: baseos