import osbuild-composer-46-1.el8

This commit is contained in:
CentOS Sources 2022-03-06 22:19:48 +00:00 committed by Stepan Oksanichenko
parent 8ddf5cb512
commit 98fe2f2b72
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/osbuild-composer-45.tar.gz
SOURCES/osbuild-composer-46.tar.gz

View File

@ -1 +1 @@
47108ba5c6070459880624ec2ab065e110fc01f0 SOURCES/osbuild-composer-45.tar.gz
012d5b18945bce2cc3139a9480cf500916c6b9fe SOURCES/osbuild-composer-46.tar.gz

View File

@ -9,7 +9,7 @@
%global goipath github.com/osbuild/osbuild-composer
Version: 45
Version: 46
%gometa
@ -324,8 +324,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 >= 41
Requires: osbuild-ostree >= 41
Requires: osbuild >= 49
Requires: osbuild-ostree >= 49
Requires: osbuild-lvm2 >= 49
Requires: osbuild-luks2 >= 49
Requires: %{name}-dnf-json = %{version}-%{release}
# remove in F34
@ -444,6 +446,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
* Tue Mar 01 2022 Ondřej Budai <ondrej@budai.cz> - 46-1
- New upstream release
* Sat Feb 19 2022 Ondřej Budai <ondrej@budai.cz> - 45-1
- New upstream release