rpmbuild: add fedora-36

This commit is contained in:
Jakub Rusz 2022-06-22 17:44:16 +02:00 committed by Ondřej Budai
parent 365e1d109c
commit 8fef39c4cf
3 changed files with 80 additions and 1 deletions

View file

@ -82,6 +82,8 @@ RPM:
- RUNNER: - RUNNER:
- aws/fedora-35-x86_64 - aws/fedora-35-x86_64
- aws/fedora-35-aarch64 - aws/fedora-35-aarch64
- aws/fedora-36-x86_64
- aws/fedora-36-aarch64
- aws/rhel-8.6-ga-x86_64 - aws/rhel-8.6-ga-x86_64
- aws/rhel-8.6-ga-aarch64 - aws/rhel-8.6-ga-aarch64
- aws/rhel-9.0-ga-x86_64 - aws/rhel-9.0-ga-x86_64

View file

@ -76,6 +76,83 @@
} }
] ]
}, },
"fedora-36": {
"dependencies": {
"osbuild": {
"commit": "527be5081c21a313afb0c0cdeb4c3edadcf2225c"
}
},
"repos": [
{
"file": "/etc/yum.repos.d/fedora.repo",
"x86_64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f36/f36-x86_64-fedora-20220617"
}
],
"aarch64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f36/f36-aarch64-fedora-20220617"
}
]
},
{
"file": "/etc/yum.repos.d/fedora-modular.repo",
"x86_64": [
{
"title": "fedora-modular",
"name": "fedora-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f36/f36-x86_64-fedora-modular-20220617"
}
],
"aarch64": [
{
"title": "fedora-modular",
"name": "fedora-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f36/f36-aarch64-fedora-modular-20220617"
}
]
},
{
"file": "/etc/yum.repos.d/fedora-updates.repo",
"x86_64": [
{
"title": "updates",
"name": "updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f36/f36-x86_64-updates-released-20220617"
}
],
"aarch64": [
{
"title": "updates",
"name": "updates",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f36/f36-aarch64-updates-released-20220617"
}
]
},
{
"file": "/etc/yum.repos.d/fedora-updates-modular.repo",
"x86_64": [
{
"title": "updates-modular",
"name": "updates-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f36/f36-x86_64-updates-released-modular-20220617"
}
],
"aarch64": [
{
"title": "updates-modular",
"name": "updates-modular",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f36/f36-aarch64-updates-released-modular-20220617"
}
]
}
]
},
"rhel-8.4": { "rhel-8.4": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {

View file

@ -1 +1 @@
dcd2ac1741598fe74b854143576fb77908b84cc9 70fcf86fa49a058f54b6c6b7b9061ed7d65e4606