New upstream release 10
This commit is contained in:
parent
32f1257212
commit
8c1d1af47c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/osbuild-composer-8.tar.gz
|
||||
/osbuild-composer-9.tar.gz
|
||||
/osbuild-composer-10.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 9
|
||||
Version: 10
|
||||
|
||||
%gometa
|
||||
|
||||
@ -43,7 +43,7 @@ BuildRequires: golang(github.com/stretchr/testify/assert)
|
||||
|
||||
Requires: osbuild-composer-worker
|
||||
Requires: systemd
|
||||
Requires: osbuild >= 7
|
||||
Requires: osbuild >= 11
|
||||
|
||||
Provides: weldr
|
||||
|
||||
@ -224,6 +224,9 @@ Requires: composer-cli
|
||||
Requires: createrepo_c
|
||||
Requires: genisoimage
|
||||
Requires: qemu-kvm-core
|
||||
%ifarch %{arm}
|
||||
Requires: edk2-aarch64
|
||||
%endif
|
||||
|
||||
%description tests
|
||||
Integration tests to be run on a pristine-dedicated system to test the osbuild-composer package.
|
||||
@ -236,6 +239,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2020 Ondrej Budai <obudai@redhat.com> - 10-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Apr 01 2020 Ondrej Budai <obudai@redhat.com> - 9-1
|
||||
- New upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-9.tar.gz) = 6ea49430501eda844b2de656116c58cfc27288f7642c22a1231ce6074dc587e28d8fbaf3a99cc58a8f5caacdd9315444f16c6bed7041c72b80b1502f12085f7c
|
||||
SHA512 (osbuild-composer-10.tar.gz) = ed26a5c1ec6a97f829d57ceb2193a8e74a0cf36d8e1055981e6707d43df25a1d6b71504f9dd86f1f955f69d63518a48051c3083c4f9b4e3bf9beb7fe49c3d0a4
|
||||
|
Loading…
Reference in New Issue
Block a user