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:
parent
7124e6dc64
commit
5d861870f8
2 changed files with 2 additions and 2 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue