go.mod: update to latest images@v0.111.0
This commit is contained in:
parent
40011e35a2
commit
0d669dddbf
39 changed files with 521 additions and 169 deletions
2
vendor/github.com/osbuild/images/pkg/dnfjson/dnfjson.go
generated
vendored
2
vendor/github.com/osbuild/images/pkg/dnfjson/dnfjson.go
generated
vendored
|
|
@ -586,6 +586,8 @@ func (result depsolveResult) toRPMMD(rhsm map[string]bool) ([]rpmmd.PackageSpec,
|
|||
rpmDependencies[i].RemoteLocation = dep.RemoteLocation
|
||||
rpmDependencies[i].Checksum = dep.Checksum
|
||||
rpmDependencies[i].CheckGPG = repo.GPGCheck
|
||||
rpmDependencies[i].RepoID = dep.RepoID
|
||||
rpmDependencies[i].Path = dep.Path
|
||||
if verify := repo.SSLVerify; verify != nil {
|
||||
rpmDependencies[i].IgnoreSSL = !*verify
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue