[packit] 39 upstream release
Upstream tag: v39 Upstream commit: 47b1b5b9 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
7f6cf048eb
commit
688f55d296
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
|||||||
/osbuild-composer-36.tar.gz
|
/osbuild-composer-36.tar.gz
|
||||||
/osbuild-composer-37.tar.gz
|
/osbuild-composer-37.tar.gz
|
||||||
/osbuild-composer-38.tar.gz
|
/osbuild-composer-38.tar.gz
|
||||||
|
/osbuild-composer-39.tar.gz
|
||||||
|
@ -9,6 +9,8 @@ synced_files:
|
|||||||
upstream_package_name: osbuild-composer
|
upstream_package_name: osbuild-composer
|
||||||
downstream_package_name: osbuild-composer
|
downstream_package_name: osbuild-composer
|
||||||
|
|
||||||
|
copy_upstream_release_description: true
|
||||||
|
|
||||||
upstream_tag_template: v{version}
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
|
@ -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.40.1.dev14+g9731ef0.
|
The file was generated using packit 0.41.1.dev6+gbeb4fb0.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/osbuild/osbuild-composer
|
%global goipath github.com/osbuild/osbuild-composer
|
||||||
|
|
||||||
Version: 38
|
Version: 39
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
@ -159,6 +159,7 @@ go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-image-te
|
|||||||
go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-auth-tests %{goipath}/cmd/osbuild-auth-tests
|
go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-auth-tests %{goipath}/cmd/osbuild-auth-tests
|
||||||
go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-koji-tests %{goipath}/cmd/osbuild-koji-tests
|
go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-koji-tests %{goipath}/cmd/osbuild-koji-tests
|
||||||
go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-composer-dbjobqueue-tests %{goipath}/cmd/osbuild-composer-dbjobqueue-tests
|
go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-composer-dbjobqueue-tests %{goipath}/cmd/osbuild-composer-dbjobqueue-tests
|
||||||
|
go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-composer-manifest-tests %{goipath}/cmd/osbuild-composer-manifest-tests
|
||||||
go build -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/cloud-cleaner %{goipath}/cmd/cloud-cleaner
|
go build -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/cloud-cleaner %{goipath}/cmd/cloud-cleaner
|
||||||
go build -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-mock-openid-provider %{goipath}/cmd/osbuild-mock-openid-provider
|
go build -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-mock-openid-provider %{goipath}/cmd/osbuild-mock-openid-provider
|
||||||
|
|
||||||
@ -224,6 +225,7 @@ install -m 0755 -vp _bin/osbuild-image-tests %{buildroot}%{_l
|
|||||||
install -m 0755 -vp _bin/osbuild-auth-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
install -m 0755 -vp _bin/osbuild-auth-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||||
install -m 0755 -vp _bin/osbuild-koji-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
install -m 0755 -vp _bin/osbuild-koji-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||||
install -m 0755 -vp _bin/osbuild-composer-dbjobqueue-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
install -m 0755 -vp _bin/osbuild-composer-dbjobqueue-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||||
|
install -m 0755 -vp _bin/osbuild-composer-manifest-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||||
install -m 0755 -vp _bin/cloud-cleaner %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
install -m 0755 -vp _bin/cloud-cleaner %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||||
install -m 0755 -vp _bin/osbuild-mock-openid-provider %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
install -m 0755 -vp _bin/osbuild-mock-openid-provider %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||||
install -m 0755 -vp tools/define-compose-url.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
install -m 0755 -vp tools/define-compose-url.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
|
||||||
@ -326,8 +328,8 @@ 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 >= 37
|
Requires: osbuild >= 41
|
||||||
Requires: osbuild-ostree >= 37
|
Requires: osbuild-ostree >= 41
|
||||||
Requires: %{name}-dnf-json = %{version}-%{release}
|
Requires: %{name}-dnf-json = %{version}-%{release}
|
||||||
|
|
||||||
# remove in F34
|
# remove in F34
|
||||||
@ -439,6 +441,70 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 24 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 39-1
|
||||||
|
CHANGES WITH 39:
|
||||||
|
----------------
|
||||||
|
* RHEL-9.0: install and enable TuneD by default on all EC2 images (#2050)
|
||||||
|
|
||||||
|
* Improve contributing.md (#2043)
|
||||||
|
|
||||||
|
* osbuild2: selinux stage - introduce force_autorelabel option (#2033)
|
||||||
|
|
||||||
|
* internal: cleanup dracut modules and default kargs (#2045)
|
||||||
|
|
||||||
|
* Namespaced composer metrics (#2037)
|
||||||
|
|
||||||
|
* cloudapi/v2: Add support for edge-container (#2035)
|
||||||
|
|
||||||
|
* template: bump postgres max conns to 20 (#2044)
|
||||||
|
|
||||||
|
* templates: bump max postgres connections to 10 (#2040)
|
||||||
|
|
||||||
|
* osbuild2: update rhsm stage (#2014)
|
||||||
|
|
||||||
|
* internal: mandate installation device for the simplified installer (#1755)
|
||||||
|
|
||||||
|
* distro/rhel86: use the new coreos-installer-dracut (#1752)
|
||||||
|
|
||||||
|
* Switch api tests to v2 & manifest job in api v2 (#2026)
|
||||||
|
|
||||||
|
* cloudapi/v1: Adapt metadata handler to osbuild2 results (#2028)
|
||||||
|
|
||||||
|
* osbuild: check if result objects are nil in Write() (#2022)
|
||||||
|
|
||||||
|
* distro/rhel90*: minor code cleanup (#2004)
|
||||||
|
|
||||||
|
* osbuild2: support 'install' command in the modprobe stage and rework data validation (#1983)
|
||||||
|
|
||||||
|
* Use RHUI-4 for RHEL-9 EC2 image test cases (#1977)
|
||||||
|
|
||||||
|
* Logging improvements (#1989)
|
||||||
|
|
||||||
|
* worker: Correct servers in openapi spec (#1988)
|
||||||
|
|
||||||
|
* job/osbuild: skip the job if manifest generation failed (#2018)
|
||||||
|
|
||||||
|
* spec: bump osbuild version to 41 (#2012)
|
||||||
|
|
||||||
|
* composer: Add metrics endpoint to auth excludes again (#2013)
|
||||||
|
|
||||||
|
* Use V2 results internally (#1754)
|
||||||
|
|
||||||
|
* worker: Introduce manifest-id-only job (#1999)
|
||||||
|
|
||||||
|
* jobqueue: add the ability to dequeue by ID (#1997)
|
||||||
|
|
||||||
|
* Multiple new stages (#2006)
|
||||||
|
|
||||||
|
* containers: mock oauth container (#2003)
|
||||||
|
|
||||||
|
* osbuild2: new stage sshd config (#1992)
|
||||||
|
|
||||||
|
Contributions from: Achilleas Koutsou, Alexander Todorov, Antonio Murdaca, Diaa Sami, Gianluca Zuccarelli, Jakub Rusz, Juan Abia, Martin Sehnoutka, Ondřej Budai, Sanne Raymaekers, Simon Steinbeiss, Tomas Hozza, Xiaofeng Wang, diaasami, sanne, yih
|
||||||
|
|
||||||
|
— Berlin, 2021-11-24
|
||||||
|
|
||||||
|
|
||||||
* Wed Nov 10 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 38-1
|
* Wed Nov 10 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 38-1
|
||||||
- Revert "templates: Add prometheus scrape annotations to composer-api" (Sanne Raymaekers)
|
- Revert "templates: Add prometheus scrape annotations to composer-api" (Sanne Raymaekers)
|
||||||
- templates: Add prometheus scrape annotations to composer-api (sanne)
|
- templates: Add prometheus scrape annotations to composer-api (sanne)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-composer-38.tar.gz) = 5aa19aa7751cc7ea0aed40e881f51e8e2c0d64221a4f0f58fd9281eddd89d893bc11ab9eff7948365ab72ef38fccde93b14c432769250e584ffe5aa936f26478
|
SHA512 (osbuild-composer-39.tar.gz) = dd515c457a3f49c70752f29ff4f098ca7060d9a969d0ff94d9bac5b4aab7961796a37b9779b710d07e689adc089398f74d792c550208159b15b8ea17f31c9a85
|
||||||
|
Loading…
Reference in New Issue
Block a user