[packit] 53 upstream release
Upstream tag: v53 Upstream commit: 75293828 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
41b7ef06a7
commit
fc684f3b3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
||||
/osbuild-composer-50.tar.gz
|
||||
/osbuild-composer-46.3.tar.gz
|
||||
/osbuild-composer-51.tar.gz
|
||||
/osbuild-composer-53.tar.gz
|
||||
|
@ -17,8 +17,12 @@ srpm_build_deps: []
|
||||
actions:
|
||||
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
||||
|
||||
create_pr: false
|
||||
jobs:
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.49.1.dev17+gb97c6e0.
|
||||
The file was generated using packit 0.51.1.dev2+g213c789.
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 51
|
||||
Version: 53
|
||||
|
||||
%gometa
|
||||
|
||||
@ -50,7 +50,7 @@ BuildRequires: golang(github.com/coreos/go-semver/semver)
|
||||
BuildRequires: golang(github.com/coreos/go-systemd/activation)
|
||||
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/golang-jwt/jwt/v4)
|
||||
BuildRequires: golang(github.com/google/uuid)
|
||||
BuildRequires: golang(github.com/hashicorp/go-retryablehttp)
|
||||
BuildRequires: golang(github.com/jackc/pgx/v4)
|
||||
@ -326,10 +326,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 >= 52
|
||||
Requires: osbuild-ostree >= 52
|
||||
Requires: osbuild-lvm2 >= 52
|
||||
Requires: osbuild-luks2 >= 52
|
||||
Requires: osbuild >= 55
|
||||
Requires: osbuild-ostree >= 55
|
||||
Requires: osbuild-lvm2 >= 55
|
||||
Requires: osbuild-luks2 >= 55
|
||||
Requires: %{name}-dnf-json = %{version}-%{release}
|
||||
|
||||
# remove in F34
|
||||
@ -445,6 +445,20 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 19 2022 Packit <hello@packit.dev> - 53-1
|
||||
Changes with 53
|
||||
----------------
|
||||
* Old worker - New composer test: Use Cloud API (#2654)
|
||||
* Post release version bump (#2670)
|
||||
* distro/rhel90: add support for azure marketplace (#2665)
|
||||
* go.mod: Update openshift-online/ocm-sdk-go (#2660)
|
||||
|
||||
Contributions from: Achilleas Koutsou, Christian Kellner, Sanne Raymaekers, Simon Steinbeiss
|
||||
|
||||
— Somewhere on the Internet, 2022-05-19
|
||||
|
||||
|
||||
|
||||
* Wed May 04 2022 Packit <hello@packit.dev> - 51-1
|
||||
Changes with 51
|
||||
----------------
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-51.tar.gz) = e326e942894281eab405b58366cc8d2e47c8e9a6629c9b11b915fa82edeb092474032938b234ab2ff3ca98183f705a705fa9066b9e0dcffed4fd6f936a160800
|
||||
SHA512 (osbuild-composer-53.tar.gz) = 6b34fbc7fc5ce248cedf9f4c2357d84f6f9cce04c32bbb0dc67236a613235934c3f48051661dca38622896fbe8145bfd7d3ee4af8dfaae98f1e2b0ac093007ae
|
||||
|
Loading…
Reference in New Issue
Block a user