Update osbuild/images to v0.40.0
In addition, simplify the SPEC file to not have to update the minimum required osbuild version gazillion times, but just once. Update the minimum required osbuild version to v109, due to changes in grub2 stages required by the new osbuild/images version. Update osbild SHA in Schutzfile to v109. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
c138ea6939
commit
2f087f1a6c
190 changed files with 57031 additions and 52810 deletions
7
vendor/github.com/vmware/govmomi/cns/types/types.go
generated
vendored
7
vendor/github.com/vmware/govmomi/cns/types/types.go
generated
vendored
|
|
@ -392,9 +392,10 @@ func init() {
|
|||
type CnsBlockBackingDetails struct {
|
||||
CnsBackingObjectDetails
|
||||
|
||||
BackingDiskId string `xml:"backingDiskId,omitempty"`
|
||||
BackingDiskUrlPath string `xml:"backingDiskUrlPath,omitempty"`
|
||||
BackingDiskObjectId string `xml:"backingDiskObjectId,omitempty"`
|
||||
BackingDiskId string `xml:"backingDiskId,omitempty"`
|
||||
BackingDiskUrlPath string `xml:"backingDiskUrlPath,omitempty"`
|
||||
BackingDiskObjectId string `xml:"backingDiskObjectId,omitempty"`
|
||||
AggregatedSnapshotCapacityInMb int64 `xml:"aggregatedSnapshotCapacityInMb,omitempty"`
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue