Add missing osbuild-ostree dependency

This commit is contained in:
Ondřej Budai 2020-05-29 14:03:52 +02:00
parent a5c649a276
commit 7e015025bc

View File

@ -15,7 +15,7 @@ As such, it is a drop-in replacement.
} }
Name: osbuild-composer Name: osbuild-composer
Release: 1%{?dist} Release: 2%{?dist}
Summary: An image building service based on osbuild Summary: An image building service based on osbuild
# Upstream license specification: Apache-2.0 # Upstream license specification: Apache-2.0
@ -45,6 +45,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
Provides: weldr Provides: weldr
@ -250,6 +251,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif %endif
%changelog %changelog
* Fri May 29 2020 Ondrej Budai <obudai@redhat.com> - 13-2
- Add missing osbuild-ostree dependency
* Thu May 28 2020 Ondrej Budai <obudai@redhat.com> - 13-1 * Thu May 28 2020 Ondrej Budai <obudai@redhat.com> - 13-1
- New upstream release - New upstream release