[packit] 47 upstream release
Upstream tag: v47 Upstream commit: 761aab6c Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
278fe7e8a5
commit
8be4d3b577
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/osbuild-composer-44.tar.gz
|
||||
/osbuild-composer-45.tar.gz
|
||||
/osbuild-composer-46.tar.gz
|
||||
/osbuild-composer-47.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.46.1.dev4+g98407e0.
|
||||
The file was generated using packit 0.46.1.dev39+g9d68890.
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 46
|
||||
Version: 47
|
||||
|
||||
%gometa
|
||||
|
||||
@ -52,6 +52,7 @@ BuildRequires: golang(github.com/deepmap/oapi-codegen/pkg/codegen)
|
||||
BuildRequires: golang(github.com/go-chi/chi)
|
||||
BuildRequires: golang(github.com/golang-jwt/jwt)
|
||||
BuildRequires: golang(github.com/google/uuid)
|
||||
BuildRequires: golang(github.com/hashicorp/go-retryablehttp)
|
||||
BuildRequires: golang(github.com/jackc/pgx/v4)
|
||||
BuildRequires: golang(github.com/julienschmidt/httprouter)
|
||||
BuildRequires: golang(github.com/getkin/kin-openapi/openapi3)
|
||||
@ -324,10 +325,10 @@ The core osbuild-composer binary. This is suitable both for spawning in containe
|
||||
Summary: The worker for osbuild-composer
|
||||
Requires: systemd
|
||||
Requires: qemu-img
|
||||
Requires: osbuild >= 49
|
||||
Requires: osbuild-ostree >= 49
|
||||
Requires: osbuild-lvm2 >= 49
|
||||
Requires: osbuild-luks2 >= 49
|
||||
Requires: osbuild >= 52
|
||||
Requires: osbuild-ostree >= 52
|
||||
Requires: osbuild-lvm2 >= 52
|
||||
Requires: osbuild-luks2 >= 52
|
||||
Requires: %{name}-dnf-json = %{version}-%{release}
|
||||
|
||||
# remove in F34
|
||||
@ -418,10 +419,7 @@ Requires: httpd
|
||||
Requires: mod_ssl
|
||||
Requires: openssl
|
||||
Requires: firewalld
|
||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=1986333
|
||||
%if 0%{?rhel} && 0%{?rhel} != 9
|
||||
Requires: podman-plugins
|
||||
%endif
|
||||
Requires: dnf-plugins-core
|
||||
Requires: skopeo
|
||||
%if 0%{?fedora}
|
||||
@ -446,6 +444,35 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 09 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 47-1
|
||||
CHANGES WITH 47:
|
||||
----------------
|
||||
* cloudapi/v2: add error object to ImageStatus (#2298)
|
||||
* cmd/osbuild-worker: Configure s3 bucket on the worker itself (#2404)
|
||||
* 🍏 Make CI green again (#2401)
|
||||
* 🍏 test/image-tests: temporarily skip azure_rhui image testing (#2402)
|
||||
* templates/composer: give access to Fedora org (#2405)
|
||||
* dnf-json codestyle cleanup (#2391)
|
||||
* cloudapi: add support for multi-tenancy (#2344)
|
||||
* ci: skip CI for draft and WIP PRs (#2286)
|
||||
* nightly: update GPG key in prepare-rhel-internal & fix some tests (#2389)
|
||||
* templates/packer: Remove -u flag from creds mapping script (#2396)
|
||||
* Implement HTTP retries for koji jobs (#2352)
|
||||
* `rhel86` various fixes for the `azure-rhui` image (#2387)
|
||||
* Update snapshots to 20220301 (#2376)
|
||||
* schutzbot: update terraform SHA (#2385)
|
||||
* test/cases/simpl installer: bump to use fdo 0.4.0 (#2380)
|
||||
* schutzbot: fix jrusz ssh key (#2384)
|
||||
* schutzbot: add jrusz ssh-key (#2383)
|
||||
* Small cloudapi cleanups (#2379)
|
||||
* cmd/osbuild-service-maintenance: Log aws error (#2315)
|
||||
* templates/composer: Parametrize bucket name (#2372)
|
||||
|
||||
Contributions from: Achilleas Koutsou, Antonio Murdaca, Christian Kellner, Diaa Sami, Gianluca Zuccarelli, Jakub Rusz, Ondřej Budai, Sanne Raymaekers, Tomas Hozza, Xiaofeng Wang, ondrejbudai, schutzbot
|
||||
|
||||
— Cork, 2022-03-09
|
||||
|
||||
|
||||
* Mon Feb 28 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 46-1
|
||||
CHANGES WITH 46:
|
||||
----------------
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-46.tar.gz) = 273028d9e0cdf64824a643a69c9972fee91d5b316f9c62a426466f629ce9d1dee13245bb7bbd2d2541181ad565e4a8feab22781ea66f33168003f5626e3c595c
|
||||
SHA512 (osbuild-composer-47.tar.gz) = 1622a8748236c49975ef4b777f8c6599d9bbe53b2316d13990d48a928a1e3cbc8cde5823d0633dafd75c5725930e454e53c3de7dcbfcdcbaff71b7448b4b2151
|
||||
|
Loading…
Reference in New Issue
Block a user