[packit] 62 upstream release
Upstream tag: v62 Upstream commit: 29f66a25 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
14c92d4eaf
commit
3b9ace21ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
||||
/osbuild-composer-59.tar.gz
|
||||
/osbuild-composer-60.tar.gz
|
||||
/osbuild-composer-61.tar.gz
|
||||
/osbuild-composer-62.tar.gz
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 61
|
||||
Version: 62
|
||||
|
||||
%gometa
|
||||
|
||||
@ -47,16 +47,16 @@ BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: git
|
||||
# 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(cloud.google.com/go)) = v0.100.2
|
||||
Provides: bundled(golang(cloud.google.com/go)) = v0.102.0
|
||||
Provides: bundled(golang(cloud.google.com/go/cloudbuild)) = v1.2.0
|
||||
Provides: bundled(golang(cloud.google.com/go/compute)) = v1.6.1
|
||||
Provides: bundled(golang(cloud.google.com/go/compute)) = v1.7.0
|
||||
Provides: bundled(golang(cloud.google.com/go/iam)) = v0.3.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage)) = v1.22.0
|
||||
Provides: bundled(golang(cloud.google.com/go/storage)) = v1.22.1
|
||||
Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854_5a71ef0e047d
|
||||
Provides: bundled(golang(github.com/aws/aws_sdk_go)) = v1.44.4
|
||||
Provides: bundled(golang(github.com/aws/aws_sdk_go)) = v1.44.44
|
||||
Provides: bundled(golang(github.com/aymerick/douceur)) = v0.2.0
|
||||
Provides: bundled(golang(github.com/Azure/azure_pipeline_go)) = v0.2.3
|
||||
Provides: bundled(golang(github.com/Azure/azure_sdk_for_go)) = v63.4.0+incompatible
|
||||
Provides: bundled(golang(github.com/Azure/azure_sdk_for_go)) = v66.0.0+incompatible
|
||||
Provides: bundled(golang(github.com/Azure/azure_storage_blob_go)) = v0.13.0
|
||||
Provides: bundled(golang(github.com/Azure/go_autorest)) = v14.2.0+incompatible
|
||||
Provides: bundled(golang(github.com/Azure/go_autorest/autorest)) = v0.11.27
|
||||
@ -69,21 +69,21 @@ Provides: bundled(golang(github.com/Azure/go_autorest/autorest/validation)) = v0
|
||||
Provides: bundled(golang(github.com/Azure/go_autorest/logger)) = v0.2.1
|
||||
Provides: bundled(golang(github.com/Azure/go_autorest/tracing)) = v0.6.0
|
||||
Provides: bundled(golang(github.com/beorn7/perks)) = v1.0.1
|
||||
Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.1.0
|
||||
Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.0
|
||||
Provides: bundled(golang(github.com/cenkalti/backoff/v4)) = v4.1.3
|
||||
Provides: bundled(golang(github.com/cespare/xxhash/v2)) = v2.1.2
|
||||
Provides: bundled(golang(github.com/containers/common)) = v0.48.0
|
||||
Provides: bundled(golang(github.com/containers/image/v5)) = v5.21.1
|
||||
Provides: bundled(golang(github.com/containers/image/v5)) = v5.22.0
|
||||
Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a
|
||||
Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.4_0.20220428134531_566b808bdf6f
|
||||
Provides: bundled(golang(github.com/containers/storage)) = v1.40.0
|
||||
Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.5
|
||||
Provides: bundled(golang(github.com/containers/storage)) = v1.42.0
|
||||
Provides: bundled(golang(github.com/coreos/go_semver)) = v0.3.0
|
||||
Provides: bundled(golang(github.com/coreos/go_systemd)) = v0.0.0_20190719114852_fd7a80b32e1f
|
||||
Provides: bundled(golang(github.com/davecgh/go_spew)) = v1.1.1
|
||||
Provides: bundled(golang(github.com/deepmap/oapi_codegen)) = v1.8.2
|
||||
Provides: bundled(golang(github.com/dimchansky/utfbom)) = v1.1.1
|
||||
Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible
|
||||
Provides: bundled(golang(github.com/docker/docker)) = v20.10.14+incompatible
|
||||
Provides: bundled(golang(github.com/docker/docker)) = v20.10.17+incompatible
|
||||
Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4
|
||||
Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.0
|
||||
Provides: bundled(golang(github.com/docker/go_metrics)) = v0.0.1
|
||||
@ -100,14 +100,16 @@ Provides: bundled(golang(github.com/golang/glog)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da
|
||||
Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2
|
||||
Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.8
|
||||
Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.10.0
|
||||
Provides: bundled(golang(github.com/google/uuid)) = v1.3.0
|
||||
Provides: bundled(golang(github.com/googleapis/gax_go/v2)) = v2.3.0
|
||||
Provides: bundled(golang(github.com/googleapis/enterprise_certificate_proxy)) = v0.1.0
|
||||
Provides: bundled(golang(github.com/googleapis/gax_go/v2)) = v2.4.0
|
||||
Provides: bundled(golang(github.com/googleapis/go_type_adapters)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/gophercloud/gophercloud)) = v0.24.0
|
||||
Provides: bundled(golang(github.com/gorilla/css)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0
|
||||
Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0
|
||||
Provides: bundled(golang(github.com/hashicorp/go_cleanhttp)) = v0.5.1
|
||||
Provides: bundled(golang(github.com/hashicorp/go_cleanhttp)) = v0.5.2
|
||||
Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1
|
||||
Provides: bundled(golang(github.com/hashicorp/go_retryablehttp)) = v0.7.1
|
||||
Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.0
|
||||
@ -124,14 +126,15 @@ Provides: bundled(golang(github.com/jmespath/go_jmespath)) = v0.4.0
|
||||
Provides: bundled(golang(github.com/josharian/intern)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12
|
||||
Provides: bundled(golang(github.com/julienschmidt/httprouter)) = v1.3.0
|
||||
Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.2
|
||||
Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.9
|
||||
Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5
|
||||
Provides: bundled(golang(github.com/kolo/xmlrpc)) = v0.0.0_20201022064351_38db28db192b
|
||||
Provides: bundled(golang(github.com/kr/text)) = v0.2.0
|
||||
Provides: bundled(golang(github.com/labstack/echo/v4)) = v4.7.2
|
||||
Provides: bundled(golang(github.com/labstack/gommon)) = v0.3.1
|
||||
Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220331220046_b23ab962616e
|
||||
Provides: bundled(golang(github.com/mailru/easyjson)) = v0.7.6
|
||||
Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.11
|
||||
Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.12
|
||||
Provides: bundled(golang(github.com/mattn/go_ieproxy)) = v0.0.1
|
||||
Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14
|
||||
Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13
|
||||
@ -140,37 +143,40 @@ Provides: bundled(golang(github.com/microcosm_cc/bluemonday)) = v1.0.18
|
||||
Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2
|
||||
Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1
|
||||
Provides: bundled(golang(github.com/mitchellh/go_homedir)) = v1.1.0
|
||||
Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.1
|
||||
Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2
|
||||
Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd
|
||||
Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2
|
||||
Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20211202193544_a5463b7f9c84
|
||||
Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.1
|
||||
Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198
|
||||
Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.3
|
||||
Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20210326190908_1c3f411f0417
|
||||
Provides: bundled(golang(github.com/openshift_online/ocm_sdk_go)) = v0.1.266
|
||||
Provides: bundled(golang(github.com/oracle/oci_go_sdk/v54)) = v54.0.0
|
||||
Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1
|
||||
Provides: bundled(golang(github.com/pmezard/go_difflib)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.1
|
||||
Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.3
|
||||
Provides: bundled(golang(github.com/prometheus/client_golang)) = v1.12.1
|
||||
Provides: bundled(golang(github.com/prometheus/client_model)) = v0.2.0
|
||||
Provides: bundled(golang(github.com/prometheus/common)) = v0.32.1
|
||||
Provides: bundled(golang(github.com/prometheus/procfs)) = v0.7.3
|
||||
Provides: bundled(golang(github.com/rivo/uniseg)) = v0.2.0
|
||||
Provides: bundled(golang(github.com/segmentio/ksuid)) = v1.0.4
|
||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1
|
||||
Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.3.1_0.20220629021053_b95fc0d626c1
|
||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0
|
||||
Provides: bundled(golang(github.com/sony/gobreaker)) = v0.4.2_0.20210216022020_dd874f9dd33b
|
||||
Provides: bundled(golang(github.com/spf13/cobra)) = v1.4.0
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5
|
||||
Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980
|
||||
Provides: bundled(golang(github.com/stretchr/testify)) = v1.7.1
|
||||
Provides: bundled(golang(github.com/stretchr/testify)) = v1.8.0
|
||||
Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635
|
||||
Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.3.1
|
||||
Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399
|
||||
Provides: bundled(golang(github.com/ubccr/kerby)) = v0.0.0_20170626144437_201a958fc453
|
||||
Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10
|
||||
Provides: bundled(golang(github.com/valyala/bytebufferpool)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/valyala/fasttemplate)) = v1.2.1
|
||||
Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2
|
||||
Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.1
|
||||
Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.2
|
||||
Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0
|
||||
Provides: bundled(golang(github.com/vmware/govmomi)) = v0.28.0
|
||||
Provides: bundled(golang(go.etcd.io/bbolt)) = v1.3.6
|
||||
@ -178,24 +184,24 @@ Provides: bundled(golang(go.mozilla.org/pkcs7)) = v0.0.0_20200128120323_432b2356
|
||||
Provides: bundled(golang(go.opencensus.io)) = v0.23.0
|
||||
Provides: bundled(golang(golang.org/x/crypto)) = v0.0.0_20220427172511_eb4f295cb31f
|
||||
Provides: bundled(golang(golang.org/x/mod)) = v0.6.0_dev.0.20220106191415_9b9b3d81d5e3
|
||||
Provides: bundled(golang(golang.org/x/net)) = v0.0.0_20220425223048_2871e0cb64e4
|
||||
Provides: bundled(golang(golang.org/x/oauth2)) = v0.0.0_20220411215720_9780585627b5
|
||||
Provides: bundled(golang(golang.org/x/sync)) = v0.0.0_20210220032951_036812b2e83c
|
||||
Provides: bundled(golang(golang.org/x/sys)) = v0.0.0_20220422013727_9388b58f7150
|
||||
Provides: bundled(golang(golang.org/x/net)) = v0.0.0_20220624214902_1bab6f366d9e
|
||||
Provides: bundled(golang(golang.org/x/oauth2)) = v0.0.0_20220622183110_fd043fe589d2
|
||||
Provides: bundled(golang(golang.org/x/sync)) = v0.0.0_20220601150217_0de741cfad7f
|
||||
Provides: bundled(golang(golang.org/x/sys)) = v0.0.0_20220715151400_c0bba94af5f8
|
||||
Provides: bundled(golang(golang.org/x/term)) = v0.0.0_20210927222741_03fcf44c2211
|
||||
Provides: bundled(golang(golang.org/x/text)) = v0.3.7
|
||||
Provides: bundled(golang(golang.org/x/time)) = v0.0.0_20210723032227_1f47c861a9ac
|
||||
Provides: bundled(golang(golang.org/x/time)) = v0.0.0_20211116232009_f0f3c7e86c11
|
||||
Provides: bundled(golang(golang.org/x/tools)) = v0.1.10
|
||||
Provides: bundled(golang(golang.org/x/xerrors)) = v0.0.0_20220411194840_2f41105eb62f
|
||||
Provides: bundled(golang(google.golang.org/api)) = v0.75.0
|
||||
Provides: bundled(golang(golang.org/x/xerrors)) = v0.0.0_20220609144429_65e65417b02f
|
||||
Provides: bundled(golang(google.golang.org/api)) = v0.86.0
|
||||
Provides: bundled(golang(google.golang.org/appengine)) = v1.6.7
|
||||
Provides: bundled(golang(google.golang.org/genproto)) = v0.0.0_20220421151946_72621c1f0bd3
|
||||
Provides: bundled(golang(google.golang.org/grpc)) = v1.45.0
|
||||
Provides: bundled(golang(google.golang.org/genproto)) = v0.0.0_20220624142145_8cd45d7dbd1f
|
||||
Provides: bundled(golang(google.golang.org/grpc)) = v1.47.0
|
||||
Provides: bundled(golang(google.golang.org/protobuf)) = v1.28.0
|
||||
Provides: bundled(golang(gopkg.in/ini.v1)) = v1.66.6
|
||||
Provides: bundled(golang(gopkg.in/square/go_jose.v2)) = v2.5.1
|
||||
Provides: bundled(golang(gopkg.in/square/go_jose.v2)) = v2.6.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v2)) = v2.4.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = v3.0.0_20210107192922_496545a6307b
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = v3.0.1
|
||||
# BUNDLE_END
|
||||
%endif
|
||||
|
||||
@ -573,17 +579,27 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 26 2022 Packit <hello@packit.dev> - 61-1
|
||||
Changes with 61
|
||||
* Mon Aug 29 2022 Packit <hello@packit.dev> - 62-1
|
||||
Changes with 62
|
||||
----------------
|
||||
* Add the `rhsm.facts` stage. (#2909)
|
||||
* Disable skipped tests (#2885)
|
||||
* Support hybrid boot for edge installers (#2912)
|
||||
* worker/osbuild: use `os-release` to determine host OS (#2842)
|
||||
* cloudapi/v2: Don't add rhsm facts (#2920)
|
||||
* go.mod: update github.com/containers/image/v5 (#2925)
|
||||
|
||||
Contributions from: Achilleas Koutsou, Juan Abia, Simon de Vlieger, Tomas Hozza, Xiaofeng Wang
|
||||
Contributions from: Ondřej Budai, Sanne Raymaekers
|
||||
|
||||
— Somewhere on the Internet, 2022-08-26
|
||||
— Somewhere on the Internet, 2022-08-29
|
||||
|
||||
|
||||
|
||||
* Mon Aug 29 2022 Packit <hello@packit.dev> - 62-1
|
||||
Changes with 62
|
||||
----------------
|
||||
* cloudapi/v2: Don't add rhsm facts (#2920)
|
||||
* go.mod: update github.com/containers/image/v5 (#2925)
|
||||
|
||||
Contributions from: Ondřej Budai, Sanne Raymaekers
|
||||
|
||||
— Somewhere on the Internet, 2022-08-29
|
||||
|
||||
|
||||
|
||||
@ -594,13 +610,13 @@ Changes with 61
|
||||
* Disable skipped tests (#2885)
|
||||
* Support hybrid boot for edge installers (#2912)
|
||||
* worker/osbuild: use `os-release` to determine host OS (#2842)
|
||||
|
||||
Contributions from: Achilleas Koutsou, Juan Abia, Simon de Vlieger, Tomas Hozza, Xiaofeng Wang
|
||||
|
||||
— Somewhere on the Internet, 2022-08-26
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
* Wed Aug 24 2022 Packit <hello@packit.dev> - 60-1
|
||||
Changes with 60
|
||||
----------------
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-61.tar.gz) = f45c039a1060740dab8e448e6b24f67d9498f9f73e1a2894edb2455436bf98eb19993eb9505c7f914b0380920b4d20b865847fbc03fb750f8b7e23bfdc6b54d2
|
||||
SHA512 (osbuild-composer-62.tar.gz) = 4ed1da1779ac0ad1f2a4b45d42f81a5d04bb98d3fa886997c9e37cddf060c317fab3a05f40607d1f692581031ddbe2cd0fd051c639edc02553145d5dfe2fbb36
|
||||
|
Loading…
Reference in New Issue
Block a user