rpmbuild: add fedora-38

This commit is contained in:
Jakub Rusz 2023-03-27 16:03:05 +02:00 committed by Alexander Todorov
parent 7e13d20ca6
commit c59a92b2d9
3 changed files with 46 additions and 1 deletions

View file

@ -153,6 +153,49 @@
}
]
},
"fedora-38": {
"dependencies": {
"osbuild": {
"commit": "cfed69adca973fa3eb0b93afea75a480e3d7e744"
}
},
"repos": [
{
"file": "/etc/yum.repos.d/fedora.repo",
"x86_64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-branched-20230316"
}
],
"aarch64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-branched-20230316"
}
]
},
{
"file": "/etc/yum.repos.d/fedora-modular.repo",
"x86_64": [
{
"title": "fedora-modular",
"name": "fedora-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-x86_64-branched-modular-20230316"
}
],
"aarch64": [
{
"title": "fedora-modular",
"name": "fedora-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f38/f38-aarch64-branched-modular-20230316"
}
]
}
]
},
"rhel-8.4": {
"dependencies": {
"osbuild": {