import cockpit-composer-21-1.el8

This commit is contained in:
CentOS Sources 2020-07-28 04:23:57 -04:00 committed by Stepan Oksanichenko
parent bf65812f45
commit c364584079
3 changed files with 23 additions and 9 deletions

View File

@ -1 +1 @@
ef5972eef3aa5b81e1dde66f5305730dba41d4dc SOURCES/cockpit-composer-11.tar.gz
50ed5f82f8134955f2d9cabdbd512b2d0c2066f5 SOURCES/cockpit-composer-21.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-composer-11.tar.gz
SOURCES/cockpit-composer-21.tar.gz

View File

@ -1,25 +1,25 @@
# This spec file has been automatically updated
Version: 11
Release: 1%{?dist}
Name: cockpit-composer
Version: 21
Release: 1%{?dist}
Summary: Composer GUI for use with Cockpit
License: MIT
URL: http://weldr.io/
Source0: https://github.com/weldr/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
Source0: https://github.com/osbuild/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
BuildArch: noarch
BuildRequires: libappstream-glib
Requires: cockpit
Requires: lorax-composer
Requires: weldr
Suggests: osbuild-composer >= 14
%description
Composer generates custom images suitable for deploying systems or uploading to
the cloud. It integrates into Cockpit as a frontend for Lorax Composer.
the cloud. It integrates into Cockpit as a frontend for osbuild.
%prep
%setup -q -n cockpit-composer-%{version}
%setup -q -n cockpit-composer
%build
# Nothing to build
@ -38,6 +38,20 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
%{_datadir}/metainfo/*
%changelog
* Wed Jun 14 2020 Lars Karlitski <larskarlitski@redhat.com> - 21.1-1
- Support setting parameters (ref and parent) for ostree images
- Loosen restrictions on password strength
- Various UI refinements
* Wed Jun 08 2020 Lars Karlitski <larskarlitski@redhat.com> - 20.1-1
- Migrate to the osbuild-composer backend
- Supports uploading images to AWS and Azure
* Wed Feb 19 2020 Matej Marusak <mmarusak@redhat.com> - 12.1-1
- Fix integration tests, external test repository URL ceased to exist
- Translation updates rhbz#1784453
- Add documentation URL page help menu
* Tue Dec 17 2019 Matej Marusak <mmarusak@redhat.com> - 11-1
- Show depsolve errors on the blueprints page
- Add labels for additional output types (rhbz#1769154)