Update to 28
Resolves: RHEL-74263
This commit is contained in:
parent
0ea801ce50
commit
42dffbf241
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/image-builder-cli-24.tar.gz
|
||||
/image-builder-cli-27.tar.gz
|
||||
/image-builder-cli-28.tar.gz
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/image-builder-cli
|
||||
|
||||
Version: 27
|
||||
Version: 28
|
||||
|
||||
%gometa
|
||||
|
||||
@ -42,13 +42,12 @@ BuildRequires: libxcrypt-devel
|
||||
BuildRequires: btrfs-progs-devel
|
||||
# DO NOT REMOVE the BUNDLE_START and BUNDLE_END markers as they are used by 'tools/rpm_spec_add_provides_bundle.sh' to generate the Provides: bundled list
|
||||
# BUNDLE_START
|
||||
Provides: bundled(golang(dario.cat/mergo)) = 1.0.1
|
||||
Provides: bundled(golang(dario.cat/mergo)) = 1.0.2
|
||||
Provides: bundled(golang(github.com/BurntSushi/toml)) = 3d3abc2
|
||||
Provides: bundled(golang(github.com/Microsoft/go-winio)) = 0.6.2
|
||||
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 0.12.9
|
||||
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = 0.13.0
|
||||
Provides: bundled(golang(github.com/VividCortex/ewma)) = 1.2.0
|
||||
Provides: bundled(golang(github.com/acarl005/stripansi)) = 5a71ef0
|
||||
Provides: bundled(golang(github.com/asaskevich/govalidator)) = a9d515a
|
||||
Provides: bundled(golang(github.com/aws/aws-sdk-go)) = 1.55.7
|
||||
Provides: bundled(golang(github.com/cheggaaa/pb/v3)) = 3.1.7
|
||||
Provides: bundled(golang(github.com/containerd/cgroups/v3)) = 3.0.5
|
||||
@ -56,18 +55,18 @@ Provides: bundled(golang(github.com/containerd/errdefs)) = 1.0.0
|
||||
Provides: bundled(golang(github.com/containerd/errdefs/pkg)) = 0.3.0
|
||||
Provides: bundled(golang(github.com/containerd/stargz-snapshotter/estargz)) = 0.16.3
|
||||
Provides: bundled(golang(github.com/containerd/typeurl/v2)) = 2.2.3
|
||||
Provides: bundled(golang(github.com/containers/common)) = 0.63.1
|
||||
Provides: bundled(golang(github.com/containers/image/v5)) = 5.35.0
|
||||
Provides: bundled(golang(github.com/containers/common)) = 0.64.0
|
||||
Provides: bundled(golang(github.com/containers/image/v5)) = 5.36.0
|
||||
Provides: bundled(golang(github.com/containers/libtrust)) = c1716e8
|
||||
Provides: bundled(golang(github.com/containers/ocicrypt)) = 1.2.1
|
||||
Provides: bundled(golang(github.com/containers/storage)) = 1.58.0
|
||||
Provides: bundled(golang(github.com/containers/storage)) = 1.59.0
|
||||
Provides: bundled(golang(github.com/coreos/go-semver)) = 0.3.1
|
||||
Provides: bundled(golang(github.com/cyberphone/json-canonicalization)) = 19d51d7
|
||||
Provides: bundled(golang(github.com/cyphar/filepath-securejoin)) = 0.4.1
|
||||
Provides: bundled(golang(github.com/davecgh/go-spew)) = d8f796a
|
||||
Provides: bundled(golang(github.com/distribution/reference)) = 0.6.0
|
||||
Provides: bundled(golang(github.com/docker/distribution)) = 2.8.3+incompatible
|
||||
Provides: bundled(golang(github.com/docker/docker)) = 28.0.4+incompatible
|
||||
Provides: bundled(golang(github.com/docker/docker)) = 28.3.2+incompatible
|
||||
Provides: bundled(golang(github.com/docker/docker-credential-helpers)) = 0.9.3
|
||||
Provides: bundled(golang(github.com/docker/go-connections)) = 0.5.0
|
||||
Provides: bundled(golang(github.com/docker/go-units)) = 0.5.0
|
||||
@ -76,16 +75,6 @@ Provides: bundled(golang(github.com/felixge/httpsnoop)) = 1.0.4
|
||||
Provides: bundled(golang(github.com/go-jose/go-jose/v4)) = 4.0.5
|
||||
Provides: bundled(golang(github.com/go-logr/logr)) = 1.4.3
|
||||
Provides: bundled(golang(github.com/go-logr/stdr)) = 1.2.2
|
||||
Provides: bundled(golang(github.com/go-openapi/analysis)) = 0.23.0
|
||||
Provides: bundled(golang(github.com/go-openapi/errors)) = 0.22.1
|
||||
Provides: bundled(golang(github.com/go-openapi/jsonpointer)) = 0.21.1
|
||||
Provides: bundled(golang(github.com/go-openapi/jsonreference)) = 0.21.0
|
||||
Provides: bundled(golang(github.com/go-openapi/loads)) = 0.22.0
|
||||
Provides: bundled(golang(github.com/go-openapi/runtime)) = 0.28.0
|
||||
Provides: bundled(golang(github.com/go-openapi/spec)) = 0.21.0
|
||||
Provides: bundled(golang(github.com/go-openapi/strfmt)) = 0.23.0
|
||||
Provides: bundled(golang(github.com/go-openapi/swag)) = 0.23.1
|
||||
Provides: bundled(golang(github.com/go-openapi/validate)) = 0.24.0
|
||||
Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3
|
||||
Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2
|
||||
Provides: bundled(golang(github.com/golang/groupcache)) = 2c02b82
|
||||
@ -99,33 +88,28 @@ Provides: bundled(golang(github.com/hashicorp/go-multierror)) = 1.1.1
|
||||
Provides: bundled(golang(github.com/hashicorp/go-version)) = 1.7.0
|
||||
Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = 1.1.0
|
||||
Provides: bundled(golang(github.com/jmespath/go-jmespath)) = b0104c8
|
||||
Provides: bundled(golang(github.com/josharian/intern)) = 1.0.0
|
||||
Provides: bundled(golang(github.com/json-iterator/go)) = 1.1.12
|
||||
Provides: bundled(golang(github.com/klauspost/compress)) = 1.18.0
|
||||
Provides: bundled(golang(github.com/klauspost/pgzip)) = 1.2.6
|
||||
Provides: bundled(golang(github.com/letsencrypt/boulder)) = de9c061
|
||||
Provides: bundled(golang(github.com/mailru/easyjson)) = 0.9.0
|
||||
Provides: bundled(golang(github.com/mattn/go-colorable)) = 0.1.14
|
||||
Provides: bundled(golang(github.com/mattn/go-isatty)) = 0.0.20
|
||||
Provides: bundled(golang(github.com/mattn/go-runewidth)) = 0.0.16
|
||||
Provides: bundled(golang(github.com/mattn/go-sqlite3)) = 1.14.27
|
||||
Provides: bundled(golang(github.com/mattn/go-sqlite3)) = 1.14.28
|
||||
Provides: bundled(golang(github.com/miekg/pkcs11)) = 1.1.1
|
||||
Provides: bundled(golang(github.com/mistifyio/go-zfs/v3)) = 3.0.1
|
||||
Provides: bundled(golang(github.com/mitchellh/mapstructure)) = 1.5.0
|
||||
Provides: bundled(golang(github.com/moby/docker-image-spec)) = 1.3.1
|
||||
Provides: bundled(golang(github.com/moby/sys/capability)) = 0.4.0
|
||||
Provides: bundled(golang(github.com/moby/sys/mountinfo)) = 0.7.2
|
||||
Provides: bundled(golang(github.com/moby/sys/user)) = 0.4.0
|
||||
Provides: bundled(golang(github.com/modern-go/concurrent)) = bacd9c7
|
||||
Provides: bundled(golang(github.com/modern-go/reflect2)) = 1.0.2
|
||||
Provides: bundled(golang(github.com/oklog/ulid)) = 1.3.1
|
||||
Provides: bundled(golang(github.com/opencontainers/go-digest)) = 1.0.0
|
||||
Provides: bundled(golang(github.com/opencontainers/image-spec)) = 1.1.1
|
||||
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = 1.2.1
|
||||
Provides: bundled(golang(github.com/opencontainers/selinux)) = 1.12.0
|
||||
Provides: bundled(golang(github.com/osbuild/blueprint)) = 1.10.0
|
||||
Provides: bundled(golang(github.com/osbuild/images)) = 0.164.0
|
||||
Provides: bundled(golang(github.com/ostreedev/ostree-go)) = 719684c
|
||||
Provides: bundled(golang(github.com/osbuild/images)) = c064f98
|
||||
Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1
|
||||
Provides: bundled(golang(github.com/pmezard/go-difflib)) = 5d4384e
|
||||
Provides: bundled(golang(github.com/proglottis/gpgme)) = 0.1.4
|
||||
@ -133,27 +117,26 @@ Provides: bundled(golang(github.com/rivo/uniseg)) = 0.4.7
|
||||
Provides: bundled(golang(github.com/secure-systems-lab/go-securesystemslib)) = 0.9.0
|
||||
Provides: bundled(golang(github.com/sigstore/fulcio)) = 1.6.6
|
||||
Provides: bundled(golang(github.com/sigstore/protobuf-specs)) = 0.4.1
|
||||
Provides: bundled(golang(github.com/sigstore/rekor)) = 1.3.10
|
||||
Provides: bundled(golang(github.com/sigstore/sigstore)) = 1.9.3
|
||||
Provides: bundled(golang(github.com/sigstore/sigstore)) = 1.9.5
|
||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = 1.9.3
|
||||
Provides: bundled(golang(github.com/smallstep/pkcs7)) = 0.1.1
|
||||
Provides: bundled(golang(github.com/spf13/cobra)) = 1.9.1
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.7
|
||||
Provides: bundled(golang(github.com/stefanberger/go-pkcs11uri)) = 7828495
|
||||
Provides: bundled(golang(github.com/stretchr/testify)) = 1.10.0
|
||||
Provides: bundled(golang(github.com/sylabs/sif/v2)) = 2.21.1
|
||||
Provides: bundled(golang(github.com/tchap/go-patricia/v2)) = 2.3.2
|
||||
Provides: bundled(golang(github.com/tchap/go-patricia/v2)) = 2.3.3
|
||||
Provides: bundled(golang(github.com/titanous/rocacheck)) = afe7314
|
||||
Provides: bundled(golang(github.com/ulikunitz/xz)) = 0.5.12
|
||||
Provides: bundled(golang(github.com/vbatts/tar-split)) = 0.12.1
|
||||
Provides: bundled(golang(github.com/vbauerster/mpb/v8)) = 8.9.3
|
||||
Provides: bundled(golang(go.mongodb.org/mongo-driver)) = 1.14.0
|
||||
Provides: bundled(golang(github.com/vbauerster/mpb/v8)) = 8.10.2
|
||||
Provides: bundled(golang(go.opencensus.io)) = 0.24.0
|
||||
Provides: bundled(golang(go.opentelemetry.io/auto/sdk)) = 1.1.0
|
||||
Provides: bundled(golang(go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp)) = 0.61.0
|
||||
Provides: bundled(golang(go.opentelemetry.io/otel)) = 1.36.0
|
||||
Provides: bundled(golang(go.opentelemetry.io/otel/metric)) = 1.36.0
|
||||
Provides: bundled(golang(go.opentelemetry.io/otel/trace)) = 1.36.0
|
||||
Provides: bundled(golang(go.yaml.in/yaml/v2)) = 2.4.2
|
||||
Provides: bundled(golang(golang.org/x/crypto)) = 0.40.0
|
||||
Provides: bundled(golang(golang.org/x/exp)) = 7d7fa50
|
||||
Provides: bundled(golang(golang.org/x/net)) = 0.42.0
|
||||
@ -161,13 +144,15 @@ Provides: bundled(golang(golang.org/x/sync)) = 0.16.0
|
||||
Provides: bundled(golang(golang.org/x/sys)) = 0.34.0
|
||||
Provides: bundled(golang(golang.org/x/term)) = 0.33.0
|
||||
Provides: bundled(golang(golang.org/x/text)) = 0.27.0
|
||||
Provides: bundled(golang(google.golang.org/genproto/googleapis/api)) = 513f239
|
||||
Provides: bundled(golang(google.golang.org/genproto/googleapis/rpc)) = 513f239
|
||||
Provides: bundled(golang(google.golang.org/grpc)) = 1.73.0
|
||||
Provides: bundled(golang(google.golang.org/genproto/googleapis/api)) = a45f3df
|
||||
Provides: bundled(golang(google.golang.org/genproto/googleapis/rpc)) = a45f3df
|
||||
Provides: bundled(golang(google.golang.org/grpc)) = 1.74.2
|
||||
Provides: bundled(golang(google.golang.org/protobuf)) = 1.36.6
|
||||
Provides: bundled(golang(gopkg.in/ini.v1)) = 1.67.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v2)) = 2.4.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
|
||||
Provides: bundled(golang(sigs.k8s.io/yaml)) = 1.4.0
|
||||
Provides: bundled(golang(sigs.k8s.io/yaml)) = 1.5.0
|
||||
Provides: bundled(golang(github.com/osbuild/images)) = c064f98
|
||||
# BUNDLE_END
|
||||
%endif
|
||||
|
||||
@ -236,6 +221,9 @@ cd $PWD/_build/src/%{goipath}
|
||||
%{_bindir}/image-builder
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 28-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Jul 28 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 27-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (image-builder-cli-27.tar.gz) = d9ca8897d9d43179a6d7e7e5129841962fafe0bacd85318d9a935a47540c50538dbff58325d0c56d4c62362f9919c51a4ee0accc81b3fbd94b3e1c1d8d4324f2
|
||||
SHA512 (image-builder-cli-28.tar.gz) = 3f51ce14a92902035401a7b7ac7d42a25f1d8beaf8a159060c35b464835aa0b065fddf3fa53691e056b1e732a801efa3dd94c1e2d58408aeac18188fa38bdc39
|
||||
|
||||
Loading…
Reference in New Issue
Block a user