rpmbuild: add fedora-38
This commit is contained in:
parent
7e13d20ca6
commit
c59a92b2d9
3 changed files with 46 additions and 1 deletions
|
|
@ -97,6 +97,8 @@ RPM:
|
|||
- aws/fedora-36-aarch64
|
||||
- aws/fedora-37-x86_64
|
||||
- aws/fedora-37-aarch64
|
||||
- aws/fedora-38-x86_64
|
||||
- aws/fedora-38-aarch64
|
||||
- aws/rhel-8.4-ga-x86_64
|
||||
- aws/rhel-8.4-ga-aarch64
|
||||
- aws/rhel-8.7-ga-x86_64
|
||||
|
|
|
|||
43
Schutzfile
43
Schutzfile
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2c2662c86c0540a183b3f606affc621256c15ea3
|
||||
2c1aed6b5436d017cf08df3d2945886d8b58fd7b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue