[packit] 54 upstream release
Upstream tag: v54 Upstream commit: 9fda1ff5 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
fc684f3b3d
commit
6bc9171499
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@
|
||||
/osbuild-composer-46.3.tar.gz
|
||||
/osbuild-composer-51.tar.gz
|
||||
/osbuild-composer-53.tar.gz
|
||||
/osbuild-composer-54.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.51.1.dev2+g213c789.
|
||||
The file was generated using packit 0.52.0.
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 53
|
||||
Version: 54
|
||||
|
||||
%gometa
|
||||
|
||||
@ -229,6 +229,8 @@ install -m 0755 -vp tools/koji-compose.py %{buildroot}%
|
||||
install -m 0755 -vp tools/koji-compose-v2.py %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||
install -m 0755 -vp tools/libvirt_test.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||
install -m 0755 -vp tools/s3_test.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||
install -m 0755 -vp tools/generic_s3_test.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||
install -m 0755 -vp tools/generic_s3_https_test.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||
install -m 0755 -vp tools/set-env-variables.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||
install -m 0755 -vp tools/test-case-generators/generate-test-cases %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||
install -m 0755 -vd %{buildroot}%{_libexecdir}/tests/osbuild-composer
|
||||
@ -373,8 +375,6 @@ The dnf-json binary used by osbuild-composer and the workers.
|
||||
|
||||
%files dnf-json
|
||||
%{_libexecdir}/osbuild-composer/dnf-json
|
||||
%{_unitdir}/osbuild-dnf-json.service
|
||||
%{_unitdir}/osbuild-dnf-json.socket
|
||||
|
||||
%if %{with tests} || 0%{?rhel}
|
||||
|
||||
@ -445,6 +445,28 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 01 2022 Packit <hello@packit.dev> - 54-1
|
||||
Changes with 54
|
||||
----------------
|
||||
* Add kube-linter check to github tests workflow (#2698)
|
||||
* Compress Azure RHUI artefacts (#2693)
|
||||
* Upload to HTTPS S3 - Support self signed certificate (#2655)
|
||||
* [rhel86/rhel90] blacklist skx_edac,intel_cstate kernel modules and enable nm-cloud-setup on azure (#2706)
|
||||
* [rhel9] Fixes for grub2 config (ImageConfig) and azure-rhui (#2674)
|
||||
* cloudapi: Drop bucket from composer config (#2697)
|
||||
* dnf-json script and Go module rewrite (#2537)
|
||||
* templates: add Fedora prod tenant to the ACL (#2699)
|
||||
* terraform: bump to a version that does spot fleets (#2610)
|
||||
* test/old-worker: change user and package verification check (#2689)
|
||||
* test: add prominent message in test script cleanup functions (#2687)
|
||||
* tests/gcp: pick machine type from those available in the zone (#2684)
|
||||
|
||||
Contributions from: Achilleas Koutsou, Christian Kellner, Ondřej Budai, Sanne Raymaekers, Tomas Hozza, Ygal Blum
|
||||
|
||||
— Somewhere on the Internet, 2022-06-01
|
||||
|
||||
|
||||
|
||||
* Thu May 19 2022 Packit <hello@packit.dev> - 53-1
|
||||
Changes with 53
|
||||
----------------
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-53.tar.gz) = 6b34fbc7fc5ce248cedf9f4c2357d84f6f9cce04c32bbb0dc67236a613235934c3f48051661dca38622896fbe8145bfd7d3ee4af8dfaae98f1e2b0ac093007ae
|
||||
SHA512 (osbuild-composer-54.tar.gz) = e16d0c18092f9fbbdfa074dfcf22b42668b7eb8f3d48e621834d5c2bbbdc597c12f7f25ae9003904e45b6ce505b195e788a7b40f37de3ca2702900aef38efdd2
|
||||
|
Loading…
Reference in New Issue
Block a user