spec: update to osbuild version 24

In order to add the newly supported sysconfig stage, the osbuild
dependency needs to be updated to version 24. The version is updated to
24 in the specfile and README. Also, for testing purposes, the Schutzfile
now points to the commit hash for osbuild version 24 for rhel-8.3 tests.
This commit is contained in:
Jacob Kozol 2021-02-01 16:36:03 +01:00 committed by jkozol
parent a7d982d9be
commit 52823e3c43
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ provided infrastructure and services.
The requirements for this project are: The requirements for this project are:
* `osbuild >= 23` * `osbuild >= 24`
* `systemd >= 244` * `systemd >= 244`
At build-time, the following software is required: At build-time, the following software is required:

View file

@ -9,7 +9,7 @@
"rhel-8.3": { "rhel-8.3": {
"dependencies": { "dependencies": {
"osbuild": { "osbuild": {
"commit": "5aee7b9fa724575daa010a55cad0558fbb7b9ad1" "commit": "20a142d8f9b8b5d0a69f4d91631dc94118d209ca"
} }
}, },
"dependants": { "dependants": {

View file

@ -272,8 +272,8 @@ The core osbuild-composer binary. This is suitable both for spawning in containe
Summary: The worker for osbuild-composer Summary: The worker for osbuild-composer
Requires: systemd Requires: systemd
Requires: qemu-img Requires: qemu-img
Requires: osbuild >= 23 Requires: osbuild >= 24
Requires: osbuild-ostree >= 23 Requires: osbuild-ostree >= 24
# remove in F34 # remove in F34
Obsoletes: golang-github-osbuild-composer-worker < %{version}-%{release} Obsoletes: golang-github-osbuild-composer-worker < %{version}-%{release}