|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: cockpit-composer
|
|
|
|
|
Version: 22.1
|
|
|
|
|
Version: 29.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Composer GUI for use with Cockpit
|
|
|
|
|
|
|
|
|
@ -12,10 +12,10 @@ BuildRequires: libappstream-glib
|
|
|
|
|
|
|
|
|
|
Requires: cockpit
|
|
|
|
|
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
|
|
|
|
|
Requires: osbuild-composer >= 14
|
|
|
|
|
Requires: osbuild-composer >= 28
|
|
|
|
|
%else
|
|
|
|
|
Requires: weldr
|
|
|
|
|
Suggests: osbuild-composer >= 14
|
|
|
|
|
Suggests: osbuild-composer >= 28
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -42,6 +42,34 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
|
|
|
|
%{_datadir}/metainfo/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 19 2021 Jacob Kozol <jkozol@redhat.com> - 29.1-1
|
|
|
|
|
- Add RHEL for Edge Container and Installer image types
|
|
|
|
|
- Update translations
|
|
|
|
|
- Add tests for new image types
|
|
|
|
|
- Improve test reliability
|
|
|
|
|
|
|
|
|
|
* Mon Feb 22 2021 Jacob Kozol <jkozol@redhat.com> - 29-1
|
|
|
|
|
- Add ability to upload to VMWare
|
|
|
|
|
- Add support for additional ostree parameters
|
|
|
|
|
- Update NPM dependencies
|
|
|
|
|
- Add and update translations
|
|
|
|
|
- Minor test fixes
|
|
|
|
|
|
|
|
|
|
* Mon Jan 18 2021 Jacob Kozol <jkozol@redhat.com> - 28-1
|
|
|
|
|
- Use sentence case rather than title case
|
|
|
|
|
- Add and update tests
|
|
|
|
|
- Update translations from weblate
|
|
|
|
|
- Update minor NPM dependencies
|
|
|
|
|
|
|
|
|
|
* Thu Dec 10 2020 Jacob Kozol <jkozol@redhat.com> - 27-1
|
|
|
|
|
- Sync with upstream release 27
|
|
|
|
|
- Add additional form validation for the Create Image Wizard
|
|
|
|
|
- Improve page size dropdown styling
|
|
|
|
|
- Improve error state messages
|
|
|
|
|
- Update pagination component for pf4
|
|
|
|
|
- Add wildcards and support for multiple values to input filter
|
|
|
|
|
- Update translations
|
|
|
|
|
|
|
|
|
|
* Wed Jul 15 2020 Jacob Kozol <jkozol@redhat.com> - 22.1-1
|
|
|
|
|
- Patternfly imports are standardized to be consistent with cockpit
|
|
|
|
|
- Cancel image build button bug fixed
|
|
|
|
|