New upstream release 14
This commit is contained in:
parent
7e015025bc
commit
745544103e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/osbuild-composer-11.tar.gz
|
/osbuild-composer-11.tar.gz
|
||||||
/osbuild-composer-12.tar.gz
|
/osbuild-composer-12.tar.gz
|
||||||
/osbuild-composer-13.tar.gz
|
/osbuild-composer-13.tar.gz
|
||||||
|
/osbuild-composer-14.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/osbuild/osbuild-composer
|
%global goipath github.com/osbuild/osbuild-composer
|
||||||
|
|
||||||
Version: 13
|
Version: 14
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
@ -15,9 +15,13 @@ As such, it is a drop-in replacement.
|
|||||||
}
|
}
|
||||||
|
|
||||||
Name: osbuild-composer
|
Name: osbuild-composer
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An image building service based on osbuild
|
Summary: An image building service based on osbuild
|
||||||
|
|
||||||
|
# osbuild-composer doesn't have support for building i686 images
|
||||||
|
# and also RHEL and Fedora has now only limited support for this arch.
|
||||||
|
ExcludeArch: i686
|
||||||
|
|
||||||
# Upstream license specification: Apache-2.0
|
# Upstream license specification: Apache-2.0
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{gourl}
|
URL: %{gourl}
|
||||||
@ -45,7 +49,7 @@ BuildRequires: golang(github.com/stretchr/testify/assert)
|
|||||||
Requires: osbuild-composer-worker
|
Requires: osbuild-composer-worker
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
Requires: osbuild >= 15
|
Requires: osbuild >= 15
|
||||||
Requires: osbuild-ostree
|
Requires: osbuild-ostree >= 15
|
||||||
|
|
||||||
Provides: weldr
|
Provides: weldr
|
||||||
|
|
||||||
@ -251,6 +255,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 04 2020 Ondrej Budai <obudai@redhat.com> - 14-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Fri May 29 2020 Ondrej Budai <obudai@redhat.com> - 13-2
|
* Fri May 29 2020 Ondrej Budai <obudai@redhat.com> - 13-2
|
||||||
- Add missing osbuild-ostree dependency
|
- Add missing osbuild-ostree dependency
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-composer-13.tar.gz) = 6b5344fede0cebf37a3b8d2b95e2a9937ff6a3350cd411790ba75b2fd693a16acee9f5b761bb26d0f905ae92474c100915a27e04355acb64732c46bb11bd821b
|
SHA512 (osbuild-composer-14.tar.gz) = 4976f18b759eb00332dd921910de293a8f9d77442ef231e0636081170ab5c0813851de3e0ba6d5e8e47b8f0695f63a8c098d943e6213bc47d05596c5b1e1e44e
|
||||||
|
Loading…
Reference in New Issue
Block a user