import cockpit-composer-29.1-1.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:46:53 -04:00 committed by Andrew Lukoshko
parent 6c290fd817
commit 16aa4206d6
3 changed files with 33 additions and 5 deletions

View File

@ -1 +1 @@
2dab59cff6976b91776c2f8ddb29408a66147750 SOURCES/cockpit-composer-22.1.tar.gz
dd9daa3c6aba9f810233182fcea53636e60359c5 SOURCES/cockpit-composer-29.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-composer-22.1.tar.gz
SOURCES/cockpit-composer-29.1.tar.gz

View File

@ -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