Schutzfile: bump osbuild to 142

The next images update needs the updated cloud-init stage.
This commit is contained in:
Sanne Raymaekers 2025-03-18 17:30:36 +01:00 committed by Tomáš Hozza
parent 0b11dc6b59
commit c5cb0d0618
2 changed files with 18 additions and 18 deletions

View file

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

View file

@ -8,7 +8,7 @@
%bcond_with relax_requires
# The minimum required osbuild version
%global min_osbuild_version 139
%global min_osbuild_version 142
%global goipath github.com/osbuild/osbuild-composer