diff --git a/.cockpit-composer.metadata b/.cockpit-composer.metadata index 5f02075..bd8867a 100644 --- a/.cockpit-composer.metadata +++ b/.cockpit-composer.metadata @@ -1 +1 @@ -ef5972eef3aa5b81e1dde66f5305730dba41d4dc SOURCES/cockpit-composer-11.tar.gz +50ed5f82f8134955f2d9cabdbd512b2d0c2066f5 SOURCES/cockpit-composer-21.tar.gz diff --git a/.gitignore b/.gitignore index d631db2..372b35f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-composer-11.tar.gz +SOURCES/cockpit-composer-21.tar.gz diff --git a/SPECS/cockpit-composer.spec b/SPECS/cockpit-composer.spec index 4b68617..4f4be6f 100644 --- a/SPECS/cockpit-composer.spec +++ b/SPECS/cockpit-composer.spec @@ -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 - 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 - 20.1-1 +- Migrate to the osbuild-composer backend +- Supports uploading images to AWS and Azure + +* Wed Feb 19 2020 Matej Marusak - 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 - 11-1 - Show depsolve errors on the blueprints page - Add labels for additional output types (rhbz#1769154)