SPEC: bump minimum osbuild-dnf-json-api and osbuild version

This should have been done with the `images` bump to `v0.112.0`.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-02-03 14:12:32 +01:00 committed by Achilleas Koutsou
parent 3e321e3cea
commit b8c2e4c45c
2 changed files with 18 additions and 18 deletions

View file

@ -2,7 +2,7 @@
"fedora-40": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
},
"repos": [
@ -45,7 +45,7 @@
"fedora-41": {
"dependencies": {
"osbuild": {
"commit": "9b66ad812380847557aa9911efd7af2d57ad8084"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
},
"repos": [
@ -88,56 +88,56 @@
"rhel-8.4": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"rhel-8.8": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"rhel-8.9": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"rhel-8.10": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"rhel-9.2": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"rhel-9.3": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"rhel-9.4": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"rhel-9.5": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
},
"repos": [
@ -183,7 +183,7 @@
"rhel-9.6": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
},
"repos": [
@ -229,7 +229,7 @@
"rhel-10.0": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
},
"repos": [
@ -275,14 +275,14 @@
"centos-9": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"centos-stream-9": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
},
"repos": [
@ -328,14 +328,14 @@
"centos-10": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
}
},
"centos-stream-10": {
"dependencies": {
"osbuild": {
"commit": "fcb93bde01d4a027c67b5747c8f976ceb4fc8d80"
"commit": "e4333f87ba14f85ba3d9aa5b070190d82d06a297"
}
},
"repos": [

View file

@ -8,7 +8,7 @@
%bcond_with relax_requires
# The minimum required osbuild version
%global min_osbuild_version 129
%global min_osbuild_version 139
%global goipath github.com/osbuild/osbuild-composer
@ -327,7 +327,7 @@ Summary: The core osbuild-composer binary
Requires: osbuild-depsolve-dnf >= %{min_osbuild_version}
# This version needs to get bumped everytime the osbuild-depsolve-dnf json
# API changes in incompatible ways
Requires: osbuild-dnf-json-api = 7
Requires: osbuild-dnf-json-api = 8
Provides: %{name}-dnf-json = %{version}-%{release}
Obsoletes: %{name}-dnf-json < %{version}-%{release}