import cockpit-composer-29-1.el8
This commit is contained in:
parent
c364584079
commit
972244f276
@ -1 +1 @@
|
|||||||
50ed5f82f8134955f2d9cabdbd512b2d0c2066f5 SOURCES/cockpit-composer-21.tar.gz
|
b7d1cbbf53f66185f3a11957dcdc27473e8101cb SOURCES/cockpit-composer-29.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/cockpit-composer-21.tar.gz
|
SOURCES/cockpit-composer-29.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: cockpit-composer
|
Name: cockpit-composer
|
||||||
Version: 21
|
Version: 29
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Composer GUI for use with Cockpit
|
Summary: Composer GUI for use with Cockpit
|
||||||
|
|
||||||
@ -11,8 +11,12 @@ BuildArch: noarch
|
|||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
|
||||||
Requires: cockpit
|
Requires: cockpit
|
||||||
Requires: weldr
|
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
|
||||||
Suggests: osbuild-composer >= 14
|
Requires: osbuild-composer >= 28
|
||||||
|
%else
|
||||||
|
Requires: weldr
|
||||||
|
Suggests: osbuild-composer >= 28
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Composer generates custom images suitable for deploying systems or uploading to
|
Composer generates custom images suitable for deploying systems or uploading to
|
||||||
@ -38,6 +42,40 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
|||||||
%{_datadir}/metainfo/*
|
%{_datadir}/metainfo/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
- Empty components state provides a help message
|
||||||
|
- Wizard component has bug fixes and is refactored for future scalability
|
||||||
|
- Test updates
|
||||||
|
- ESLint upgraded to version 7 and the code style is improved
|
||||||
|
- Translation files are updated from fedora weblate
|
||||||
|
- Cockpit-composer's dependency on osbuild-composer is more specific
|
||||||
|
- Coverity scan is now supported to help improve code quality
|
||||||
|
- Resolves: #1820539
|
||||||
|
|
||||||
* Wed Jun 14 2020 Lars Karlitski <larskarlitski@redhat.com> - 21.1-1
|
* Wed Jun 14 2020 Lars Karlitski <larskarlitski@redhat.com> - 21.1-1
|
||||||
- Support setting parameters (ref and parent) for ostree images
|
- Support setting parameters (ref and parent) for ostree images
|
||||||
- Loosen restrictions on password strength
|
- Loosen restrictions on password strength
|
||||||
|
Loading…
Reference in New Issue
Block a user