[packit] 80 upstream release
Upstream tag: v80 Upstream commit: f3f64731
This commit is contained in:
parent
8ed36fcb83
commit
04a4dee308
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
|||||||
/osbuild-composer-77.tar.gz
|
/osbuild-composer-77.tar.gz
|
||||||
/osbuild-composer-78.tar.gz
|
/osbuild-composer-78.tar.gz
|
||||||
/osbuild-composer-79.tar.gz
|
/osbuild-composer-79.tar.gz
|
||||||
|
/osbuild-composer-80.tar.gz
|
||||||
|
@ -6,9 +6,6 @@ synced_files:
|
|||||||
- osbuild-composer.spec
|
- osbuild-composer.spec
|
||||||
- .packit.yaml
|
- .packit.yaml
|
||||||
|
|
||||||
upstream_package_name: osbuild-composer
|
|
||||||
downstream_package_name: osbuild-composer
|
|
||||||
|
|
||||||
copy_upstream_release_description: true
|
copy_upstream_release_description: true
|
||||||
|
|
||||||
upstream_tag_template: v{version}
|
upstream_tag_template: v{version}
|
||||||
@ -25,17 +22,14 @@ jobs:
|
|||||||
- fedora-branched # rawhide updates are created automatically
|
- fedora-branched # rawhide updates are created automatically
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
metadata:
|
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
metadata:
|
|
||||||
targets:
|
targets:
|
||||||
- centos-stream-8-aarch64
|
- centos-stream-8-aarch64
|
||||||
- centos-stream-8-x86_64
|
- centos-stream-8-x86_64
|
||||||
@ -54,7 +48,6 @@ jobs:
|
|||||||
- fedora-all
|
- fedora-all
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
metadata:
|
|
||||||
branch: main
|
branch: main
|
||||||
owner: "@osbuild" # copr repo namespace
|
owner: "@osbuild" # copr repo namespace
|
||||||
project: osbuild-composer # copr repo name so you can consume the builds
|
project: osbuild-composer # copr repo name so you can consume the builds
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.72.0.
|
The file was generated using packit 0.74.0.post3+g82517c4.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/osbuild/osbuild-composer
|
%global goipath github.com/osbuild/osbuild-composer
|
||||||
|
|
||||||
Version: 79
|
Version: 80
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ 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/deepmap/oapi_codegen)) = v1.8.2
|
||||||
Provides: bundled(golang(github.com/dimchansky/utfbom)) = v1.1.1
|
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/distribution)) = v2.8.1+incompatible
|
||||||
Provides: bundled(golang(github.com/docker/docker)) = v20.10.17+incompatible
|
Provides: bundled(golang(github.com/docker/docker)) = v20.10.24+incompatible
|
||||||
Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4
|
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_connections)) = v0.4.0
|
||||||
Provides: bundled(golang(github.com/docker/go_metrics)) = v0.0.1
|
Provides: bundled(golang(github.com/docker/go_metrics)) = v0.0.1
|
||||||
@ -451,10 +451,10 @@ The core osbuild-composer binary. This is suitable both for spawning in containe
|
|||||||
Summary: The worker for osbuild-composer
|
Summary: The worker for osbuild-composer
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
Requires: qemu-img
|
Requires: qemu-img
|
||||||
Requires: osbuild >= 81
|
Requires: osbuild >= 83
|
||||||
Requires: osbuild-ostree >= 81
|
Requires: osbuild-ostree >= 83
|
||||||
Requires: osbuild-lvm2 >= 81
|
Requires: osbuild-lvm2 >= 83
|
||||||
Requires: osbuild-luks2 >= 81
|
Requires: osbuild-luks2 >= 83
|
||||||
Requires: %{name}-dnf-json = %{version}-%{release}
|
Requires: %{name}-dnf-json = %{version}-%{release}
|
||||||
|
|
||||||
%description worker
|
%description worker
|
||||||
@ -573,6 +573,25 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 19 2023 Packit <hello@packit.dev> - 80-1
|
||||||
|
Changes with 80
|
||||||
|
----------------
|
||||||
|
* COMPOSER-1936: Enable regression-insecure-repo test for nightly CI pipeline (#3380)
|
||||||
|
* COMPOSER-1943: Fix failure in cross-distro.sh (#3379)
|
||||||
|
* Save manifest lists when pulling containers (#3336)
|
||||||
|
* Simplify packit config (#3339)
|
||||||
|
* Test/fix cs9 edge-simplified-installer test failure (#3382)
|
||||||
|
* build(deps): bump github.com/docker/docker from 20.10.17+incompatible to 20.10.24+incompatible (#3376)
|
||||||
|
* cloudapi/v2: expose repo metadata verification (#3387)
|
||||||
|
* dbjobqueue: Make dequeuing atomic (#3389)
|
||||||
|
* internal/worker: log dequeue failures (#3369)
|
||||||
|
* rpi firmware copy (#3391)
|
||||||
|
|
||||||
|
Contributions from: Achilleas Koutsou, Alexander Todorov, Gianluca Zuccarelli, Jiri Popelka, Ondřej Budai, Sanne Raymaekers, Simon de Vlieger, dependabot[bot], yih
|
||||||
|
|
||||||
|
— Somewhere on the Internet, 2023-04-19
|
||||||
|
|
||||||
|
|
||||||
* Wed Apr 05 2023 Packit <hello@packit.dev> - 79-1
|
* Wed Apr 05 2023 Packit <hello@packit.dev> - 79-1
|
||||||
Changes with 79
|
Changes with 79
|
||||||
----------------
|
----------------
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-composer-79.tar.gz) = ab98b5d51a6fc2323dbf41daf0efb2fa6743bd8d5096cd231cf45bdd9a289dcfb6357ce4a6c045d0e4fc60ea7aadacbf38b87a55564b94cd7aa0e23fec7afd30
|
SHA512 (osbuild-composer-80.tar.gz) = 2123edf09514877dae511bd55271596e4f4ff23cbd065b1af42aeae2ad16da2fd3cfc2c3aea5ff9d3a8c07f46e6a3b050c1d117aefa4e76e7d8eeb92607bd3b0
|
||||||
|
Loading…
Reference in New Issue
Block a user