Update to 53
Resolves: rhbz#2059870
This commit is contained in:
parent
480a172783
commit
bbe04d7b29
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/osbuild-composer-45.tar.gz
|
||||
/osbuild-composer-46.tar.gz
|
||||
/osbuild-composer-51.tar.gz
|
||||
/osbuild-composer-53.tar.gz
|
||||
|
@ -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,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 20 2022 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 53-1
|
||||
- New upstream release
|
||||
|
||||
* Wed May 04 2022 Ondřej Budai <ondrej@budai.cz> - 51-1
|
||||
- New upstream release
|
||||
|
||||
|
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