Schutzfile: pin osbuild 50
CentOS Stream 8 is lagging behind, so let's pin osbuild v50, under the assumption that things land in CS8 in the same order they landed in RHEL8, so we don't run the risk of an old osbuild with a new composer. Fedora 35 is also stuck on an old osbuild, we will have to take care to release osbuild 50 into F35 before the next composer. Usually we would not want to pin like this, but we would otherwise block the next composer release in RHEL.
This commit is contained in:
parent
973b5141b3
commit
3b45a13ba2
1 changed files with 11 additions and 19 deletions
30
Schutzfile
30
Schutzfile
|
|
@ -1,24 +1,26 @@
|
|||
{
|
||||
"fedora-35": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "6300a80c8466fc7297253cba91bb99994fa4e5c8"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.4": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "087b403042f5179de61a7fc306066d90f8d57e08"
|
||||
"commit": "6300a80c8466fc7297253cba91bb99994fa4e5c8"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.5": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "087b403042f5179de61a7fc306066d90f8d57e08"
|
||||
"commit": "6300a80c8466fc7297253cba91bb99994fa4e5c8"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.6": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "087b403042f5179de61a7fc306066d90f8d57e08"
|
||||
}
|
||||
},
|
||||
"repos": {
|
||||
"file": "/etc/yum.repos.d/rhel8internal.repo",
|
||||
"x86_64": [
|
||||
|
|
@ -58,11 +60,6 @@
|
|||
}
|
||||
},
|
||||
"rhel-9.0": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "087b403042f5179de61a7fc306066d90f8d57e08"
|
||||
}
|
||||
},
|
||||
"repos": {
|
||||
"file": "/etc/yum.repos.d/rhel9internal.repo",
|
||||
"x86_64": [
|
||||
|
|
@ -104,16 +101,11 @@
|
|||
"centos-8": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "087b403042f5179de61a7fc306066d90f8d57e08"
|
||||
"commit": "6300a80c8466fc7297253cba91bb99994fa4e5c8"
|
||||
}
|
||||
}
|
||||
},
|
||||
"centos-9": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "06c768a726f977960ab9e90eaf8737582816637c"
|
||||
}
|
||||
},
|
||||
"repos": {
|
||||
"file": "/etc/yum.repos.d/centos.repo",
|
||||
"x86_64": [
|
||||
|
|
@ -152,4 +144,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue