Skip to content

Commit

Permalink
spec: bump osbuild dep to >= 69
Browse files Browse the repository at this point in the history
osbuild 69 fixed a bug in the ostree.config stage that we now require
for setting the ior-raw-image [1].

The version hasn't been released yet, so pin osbuild version that
provides the fix for all distros.

[1] osbuild/osbuild@8a7b6d3
  • Loading branch information
achilleas-k authored and runcom committed Oct 7, 2022
1 parent 10a981c commit 603ebb6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Schutzfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"fedora-35": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
},
"repos": [
Expand Down Expand Up @@ -233,21 +233,21 @@
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
}
},
"rhel-8.6": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
}
},
"rhel-8.7": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
},
"repos": [
Expand Down Expand Up @@ -293,14 +293,14 @@
"rhel-9.0": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
}
},
"rhel-9.1": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
},
"repos": [
Expand Down Expand Up @@ -346,21 +346,21 @@
"centos-8": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
}
},
"centos-9": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
}
},
"centos-stream-9": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
},
"repos": [
Expand Down Expand Up @@ -406,7 +406,7 @@
"centos-stream-8": {
"dependencies": {
"osbuild": {
"commit": "c824e18b458823eb7dd8ca582b0a990bfdc7f257"
"commit": "8a7b6d382de16b7be30c4d37e10f24c416a294f8"
}
},
"repos": [
Expand Down
8 changes: 4 additions & 4 deletions osbuild-composer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ 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 >= 65
Requires: osbuild-ostree >= 65
Requires: osbuild-lvm2 >= 65
Requires: osbuild-luks2 >= 65
Requires: osbuild >= 69
Requires: osbuild-ostree >= 69
Requires: osbuild-lvm2 >= 69
Requires: osbuild-luks2 >= 69
Requires: %{name}-dnf-json = %{version}-%{release}

%description worker
Expand Down

0 comments on commit 603ebb6

Please sign in to comment.