[packit] 55 upstream release
Upstream tag: v55 Upstream commit: 15891e1e Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
6bc9171499
commit
ed651fd7eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
|||||||
/osbuild-composer-51.tar.gz
|
/osbuild-composer-51.tar.gz
|
||||||
/osbuild-composer-53.tar.gz
|
/osbuild-composer-53.tar.gz
|
||||||
/osbuild-composer-54.tar.gz
|
/osbuild-composer-54.tar.gz
|
||||||
|
/osbuild-composer-55.tar.gz
|
||||||
|
@ -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.52.0.
|
The file was generated using packit 0.52.2.dev4+g63407fe.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/osbuild/osbuild-composer
|
%global goipath github.com/osbuild/osbuild-composer
|
||||||
|
|
||||||
Version: 54
|
Version: 55
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
@ -423,6 +423,8 @@ Requires: firewalld
|
|||||||
Requires: podman-plugins
|
Requires: podman-plugins
|
||||||
Requires: dnf-plugins-core
|
Requires: dnf-plugins-core
|
||||||
Requires: skopeo
|
Requires: skopeo
|
||||||
|
Requires: make
|
||||||
|
Requires: python3-pip
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# koji and ansible are not in RHEL repositories. Depending on them breaks RHEL
|
# koji and ansible are not in RHEL repositories. Depending on them breaks RHEL
|
||||||
# gating (see OSCI-1541). The test script must enable EPEL and install those
|
# gating (see OSCI-1541). The test script must enable EPEL and install those
|
||||||
@ -445,6 +447,38 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2022 Packit <hello@packit.dev> - 55-1
|
||||||
|
Changes with 55
|
||||||
|
----------------
|
||||||
|
* Add an option to tag page blobs in Azure (#2644)
|
||||||
|
* Add support for uploading to generic S3 service using the Composer API (#2686)
|
||||||
|
* Blacklist amdgpu module on Azure images (#2717)
|
||||||
|
* CI: Integrate cloud image val (#2692)
|
||||||
|
* COMPOSER-1576: Start building rpms on 9.0 and 8.6 GA (#2716)
|
||||||
|
* Migrate scheduled cloud cleaner to separate repo (#2728)
|
||||||
|
* Remove UnmarshalJSON for Stage and StageOptions in osbuild packages (#2741)
|
||||||
|
* Service maintenance: Delete results from manifest and depsolve jobs (#2707)
|
||||||
|
* Size-based cleanup for dnf-json cache directories (#2733)
|
||||||
|
* ci: Adjust release schedule timer (#2744)
|
||||||
|
* cloudapi: standardize format of url strings (#2659)
|
||||||
|
* cloudapi: use `osbuild` jobs for Koji composes (#2636)
|
||||||
|
* dbjobqueue-tests: fix issue introduced by PR #2618 (#2730)
|
||||||
|
* distro/rhel90: remove skx_edac, intel_cstate from denylist again (#2708)
|
||||||
|
* dnfjson: add repository name and URL to repo-related error messages (#2734)
|
||||||
|
* osbuild-service-maintenance: vacuum analyze after update (#2727)
|
||||||
|
* osbuild-service-maintenance: Delete/update results in chunks (#2724)
|
||||||
|
* osbuild-worker: Correct cast of dnfjson error in depsolve job (#2731)
|
||||||
|
* packer: pin the vector version (#2725)
|
||||||
|
* prometheus: add tenant label (#2618)
|
||||||
|
* templates/composer: Map db secrets to maintenance container (#2722)
|
||||||
|
* worker/osbuild: fix forgotten return when koji upload fails (#2746)
|
||||||
|
|
||||||
|
Contributions from: Achilleas Koutsou, Alexander Todorov, Chloe Kaubisch, Christian Kellner, Juan Abia, Major Hayden, Ondřej Budai, Sanne Raymaekers, Simon Steinbeiss, Tomas Hozza, Ygal Blum
|
||||||
|
|
||||||
|
— Somewhere on the Internet, 2022-06-15
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Wed Jun 01 2022 Packit <hello@packit.dev> - 54-1
|
* Wed Jun 01 2022 Packit <hello@packit.dev> - 54-1
|
||||||
Changes with 54
|
Changes with 54
|
||||||
----------------
|
----------------
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-composer-54.tar.gz) = e16d0c18092f9fbbdfa074dfcf22b42668b7eb8f3d48e621834d5c2bbbdc597c12f7f25ae9003904e45b6ce505b195e788a7b40f37de3ca2702900aef38efdd2
|
SHA512 (osbuild-composer-55.tar.gz) = 56a3118f1e85830673892452f6d01d36b2c84ae6fc50cf7e4b8cae986a92380c396081be1912925f2a152f5c621ec762daf96fc14a8a59eebcd3f51329a71a6d
|
||||||
|
Loading…
Reference in New Issue
Block a user