spec: bump osbuild version to 41
This will be needed for new stages which are available only in osbuild 41.
This commit is contained in:
parent
3101046d44
commit
ea97adfdf8
2 changed files with 14 additions and 7 deletions
17
Schutzfile
17
Schutzfile
|
|
@ -2,7 +2,7 @@
|
|||
"fedora-33": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
||||
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
|
||||
}
|
||||
},
|
||||
"dependants": {
|
||||
|
|
@ -14,28 +14,35 @@
|
|||
"fedora-34": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
||||
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.4": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
||||
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-8.6": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "2e8ef3eadddda07b4649feb2c05b62c42254d2c9"
|
||||
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rhel-9.0": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"centos-8": {
|
||||
"dependencies": {
|
||||
"osbuild": {
|
||||
"commit": "662fe0feb9c3fd2843b34501900d466272aac776"
|
||||
"commit": "f7bf23fabaae6027b1e1147b27870d90d4b1911f"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -326,8 +326,8 @@ The core osbuild-composer binary. This is suitable both for spawning in containe
|
|||
Summary: The worker for osbuild-composer
|
||||
Requires: systemd
|
||||
Requires: qemu-img
|
||||
Requires: osbuild >= 37
|
||||
Requires: osbuild-ostree >= 37
|
||||
Requires: osbuild >= 41
|
||||
Requires: osbuild-ostree >= 41
|
||||
Requires: %{name}-dnf-json = %{version}-%{release}
|
||||
|
||||
# remove in F34
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue