[packit] 49 upstream release
Upstream tag: v49 Upstream commit: 76660492 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
0a13de2a95
commit
b20a1dc7d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
|||||||
/osbuild-composer-48.tar.gz
|
/osbuild-composer-48.tar.gz
|
||||||
/osbuild-composer-46.1.tar.gz
|
/osbuild-composer-46.1.tar.gz
|
||||||
/osbuild-composer-46.2.tar.gz
|
/osbuild-composer-46.2.tar.gz
|
||||||
|
/osbuild-composer-49.tar.gz
|
||||||
|
@ -13,6 +13,7 @@ copy_upstream_release_description: true
|
|||||||
|
|
||||||
upstream_tag_template: v{version}
|
upstream_tag_template: v{version}
|
||||||
|
|
||||||
|
srpm_build_deps: []
|
||||||
actions:
|
actions:
|
||||||
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
||||||
|
|
||||||
|
@ -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.47.2.dev19+g37f70b1.
|
The file was generated using packit 0.48.1.dev7+g623077c.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/osbuild/osbuild-composer
|
%global goipath github.com/osbuild/osbuild-composer
|
||||||
|
|
||||||
Version: 46.2
|
Version: 49
|
||||||
|
|
||||||
%gometa
|
%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/go-chi/chi)
|
||||||
BuildRequires: golang(github.com/golang-jwt/jwt)
|
BuildRequires: golang(github.com/golang-jwt/jwt)
|
||||||
BuildRequires: golang(github.com/google/uuid)
|
BuildRequires: golang(github.com/google/uuid)
|
||||||
|
BuildRequires: golang(github.com/hashicorp/go-retryablehttp)
|
||||||
BuildRequires: golang(github.com/jackc/pgx/v4)
|
BuildRequires: golang(github.com/jackc/pgx/v4)
|
||||||
BuildRequires: golang(github.com/julienschmidt/httprouter)
|
BuildRequires: golang(github.com/julienschmidt/httprouter)
|
||||||
BuildRequires: golang(github.com/getkin/kin-openapi/openapi3)
|
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
|
Summary: The worker for osbuild-composer
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
Requires: qemu-img
|
Requires: qemu-img
|
||||||
Requires: osbuild >= 49
|
Requires: osbuild >= 52
|
||||||
Requires: osbuild-ostree >= 49
|
Requires: osbuild-ostree >= 52
|
||||||
Requires: osbuild-lvm2 >= 49
|
Requires: osbuild-lvm2 >= 52
|
||||||
Requires: osbuild-luks2 >= 49
|
Requires: osbuild-luks2 >= 52
|
||||||
Requires: %{name}-dnf-json = %{version}-%{release}
|
Requires: %{name}-dnf-json = %{version}-%{release}
|
||||||
|
|
||||||
# remove in F34
|
# remove in F34
|
||||||
@ -418,10 +419,7 @@ Requires: httpd
|
|||||||
Requires: mod_ssl
|
Requires: mod_ssl
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
Requires: firewalld
|
Requires: firewalld
|
||||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=1986333
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} != 9
|
|
||||||
Requires: podman-plugins
|
Requires: podman-plugins
|
||||||
%endif
|
|
||||||
Requires: dnf-plugins-core
|
Requires: dnf-plugins-core
|
||||||
Requires: skopeo
|
Requires: skopeo
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -446,6 +444,51 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 06 2022 Packit <hello@packit.dev> - 49-1
|
||||||
|
Changes with 49
|
||||||
|
----------------
|
||||||
|
* Add Xiaofeng to notifications for nightly pipeline (#2486)
|
||||||
|
* Add `cloud-init` to VMDK image and test it in VSphere (#2459)
|
||||||
|
* Centos pinning + Schutzfile update (#2494)
|
||||||
|
* Create users at install time for image and edge installers (#2375)
|
||||||
|
* Dependency joberrors (#2477)
|
||||||
|
* Fix excessive logging and monitoring (#2497)
|
||||||
|
* Minor CI changes (#2468)
|
||||||
|
* RHEL (all): Create users at install time for image and edge installers (#2516)
|
||||||
|
* RHEL-90: use XBOOTLDR partition GUID for `/boot` (#2473)
|
||||||
|
* Regression tests split (#2498)
|
||||||
|
* `rhel{86,90}`: set default grub boot entry to `saved` (#2418)
|
||||||
|
* build(deps): bump actions/checkout from 2.4.0 to 3 (#2394)
|
||||||
|
* build(deps): bump actions/github-script from 5 to 6 (#2463)
|
||||||
|
* build(deps): bump actions/setup-go from 2.1.5 to 3 (#2395)
|
||||||
|
* build(deps): bump github.com/Azure/go-autorest/autorest from 0.11.21 to 0.11.25 (#2507)
|
||||||
|
* ci: re-enabled Installer test on centos-stream-9 (#2514)
|
||||||
|
* cloudapi: improve gpgkey handling & enable edge-commit on Fedora (#2479)
|
||||||
|
* cloudapi: prevent dangling goroutines after the server is terminated (#2518)
|
||||||
|
* cmd: add `osbuild-package-sets` for printing package sets of an image (#2484)
|
||||||
|
* container: fix liveness probe (#2482)
|
||||||
|
* gitlab: split integration tests (#2488)
|
||||||
|
* koji: fix retries when uploading chunks (#2466)
|
||||||
|
* osbuild2: honor GPG key setting for rpm inputs (#2432)
|
||||||
|
* repositories: update key for RHEL 9.0 (#2509)
|
||||||
|
* rhel8/9: fix path to fdo diun root certificates (#2434)
|
||||||
|
* templates/composer: Add prod service accounts owner (#2478)
|
||||||
|
* templates/composer: Drop unused variables (#2481)
|
||||||
|
* templates/composer: Remove unused acl claims (#2483)
|
||||||
|
* test/ostree-simplified-installer: destroy VM fixup (#2487)
|
||||||
|
* test: Add retries on ubi8 image and greenboot package downloading (#2493)
|
||||||
|
* test: Clean up and improve ostree-simplified-installer.sh (#2485)
|
||||||
|
* test: Enable CS9 test for ostree-rebase and ostree (#2515)
|
||||||
|
* test: use `T.TempDir` to create temporary test directory (#2417)
|
||||||
|
* tests: Run SonarQube analysis only on main branch (#2489)
|
||||||
|
* tools/define-compose-url: change url back to nightly (#2513)
|
||||||
|
|
||||||
|
Contributions from: Achilleas Koutsou, Alexander Todorov, Antonio Murdaca, Christian Kellner, Diaa Sami, Eng Zer Jun, Gianluca Zuccarelli, Jakub Rusz, Ondřej Budai, Sanne Raymaekers, Tomas Hozza, Xiaofeng Wang, dependabot[bot], yih
|
||||||
|
|
||||||
|
— Somewhere on the Internet, 2022-04-06
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Sat Apr 02 2022 Packit <hello@packit.dev> - 46.2-1
|
* Sat Apr 02 2022 Packit <hello@packit.dev> - 46.2-1
|
||||||
CHANGES WITH 46.2:
|
CHANGES WITH 46.2:
|
||||||
----------------
|
----------------
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-composer-46.2.tar.gz) = 2c3b3079ae1a3589174541982961b841286e1111f4ded094b195ea68082ba23b16930624241a318eba0c634a9bbef8ef91b8dd0f1d76d00e52bf4be4dc725e08
|
SHA512 (osbuild-composer-49.tar.gz) = b85bc313a040e32a5337346794823924a8dc03589cda524ae5813bddde195ec1fd6642a340255e8326b6a328b59cf06b1d14a006d8c930224ce5b2db47961758
|
||||||
|
Loading…
Reference in New Issue
Block a user